0.60.4.0¶
Features¶
- ArnoldAttributes : Added Displacement section with plugs for controlling Arnold’s
disp_autobumpandautobump_visibilityparameters.
Fixes¶
- GraphEditor : The Dot created when you Ctrl+click on a connection is now selected automatically, so it can be repositioned by an immediate drag.
- MetadataAlgo : Numeric bookmarks are no longer loaded inside nodes with
childNodesAreReadOnlymetadata, to prevent them “stealing” bookmarks from other nodes. Previously this only applied to nodes inside References. - Reference :
- Moved the
childNodesAreReadOnlymetadata registration to the Gaffer module, so it applies even withoutGafferUIbeing imported. - Prevented
childNodesAreReadOnlymetadata baked into a referenced file from overriding the Reference node’s own metadata.
- Moved the
Breaking Changes¶
- ArnoldDisplacement : Deprecated the
autoBumpplug, useArnoldAttributes.autoBumpinstead.
Build¶
- Updated to GafferHQ/dependencies 3.1.0 :
- Fixed missing
sslmodule in Python 3 builds. - USD : Enabled OpenVDB support.
- Fixed missing
- Added
BOOST_PYTHON_LIB_SUFFIXoption. This matches the approach used in Cortex.