Amazon VERSION 2.0V1 Manual de usuario Pagina 10

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 15
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 9
10
AttributeScript
GenericOp
OpScript
The following applyWhen options have been renamed:
AttributeModifierDefine - deferred is now during op resolve
AttributeScript - during attribute modifier resolve is now during op resolve
AttributeFile_In - deferred is now during op resolve and during Katana standard resolve is now during
Katana look file resolve.
Python Tab
Preferences for the Python tab in the python category of preferences have been revised:
The commandFont and resultFont preferences have been hidden, as it was not possible to change them
from the Preferences dialog. Instead, changing the fonts can be done using the Font menu in the Python
tab itself.
Preferences have been added to control the auto-completion behavior (autoCompletionBehavior) as well as
whether or not to show help tooltips in the Python tab (showHelpTooltips), two features that were added in
Katana 2.0v1a20.
BUG ID 31134 - The Python tab has been improved to allow better syntax highlights, code completion,
introspection info using tooltips, and block indentation and un-indentation.
API Changes
Attribute History: There is now an API for querying Attribute History from Python. This can be found in the
UI4.Util.AttributeHistory module. Attribute History can be queried synchronously, in which case the UI will
block until the result is computed and returned, or asynchronously if users provide a callback to run when the
computation is complete. Note that displaying Attribute Inheritance is not yet implemented, but is scheduled for a
later release.
BUG ID 35076 - Katana previously shipped with a build of OpenColorIO that used FnOpenColorIO namespaced
symbols, but the OpenColorIO libraries were not named accordingly (libOpenColorIO.so and PyOpenColorIO.so
Python bindings). This caused problems with using a custom facility-installed OpenColorIO in parallel with the
Katana libraries. This has been updated so that the libraries shipped with Katana are now Fn-prefixed too
(libFnOpenColorIO.so and FnPyOpenColorIO.so). Using the Python bindings is still possible through import
FnPyOpenColorIO
-Any code using PyOpenColorIO will need updating to either use FnPyOpenColorIO, or a facility-installed
OpenColorIO could be used instead.
BUG ID 38948 - The screen window of an orthographic camera is now computed within the CameraSettings API.
This calculation has been removed from the PRMan plug-in.
BUG ID 41504 - Attributes retrieved in AttributeScript nodes using GetAttr() with the asAttr keyword argument
set to True would be of the type PyFnAttribute, which is incompatible with the older PyScenegraphAttr. A new
RELEASE NOTES FOR KATANA 2.0V1B1 | FEATURE ENHANCEMENTS AND IMPORTANT CHANGES FOR
Vista de pagina 9
1 2 ... 5 6 7 8 9 10 11 12 13 14 15

Comentarios a estos manuales

Sin comentarios