Gaffer 1.1.6.0 #5007
johnhaddon
started this conversation in
General
Gaffer 1.1.6.0
#5007
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Features
Improvements
Allow Custom Values
checkbox to the Widget Settings section for the Presets Menu widget. When on, this allows the user to enter their own custom values in addition to choosing presets from the menu.Gaffer.Metadata.registerNodeValue( GafferImageUI.ImageView, "compare.catalogueOutput", "preset:MyPreset", "myNamespace:specialImage" )
. The Catalogue won't know how to deal with a request for "myNamespace:specialImage", and will just output an error image, but this could be useful in pipelines where Catalogue's are wrapped in custom nodes that can respond to this special value of thecatalogue:imageName
. If you want to provide a custom icon for your custom mode, Gaffer will search for an icon namecatalogueOutput{preset name}.png
.ignoreIncompatible
plug which will cause the node to not error when attempting to copy primitive variables from the source object that are imcompatible with the destination object.layerName
parameter with non-LPE outputs. This requires a minimum of Arnold 7.1.3.0, because it contains a fix for ARNOLD-12282.shader
plug and parameter adder.extensions
specified by the parameter are now translated tofileSystemPath:extensions
metadata, enabling filtering in the Gaffer file browser.Fixes
name
plug.API
description
metadata forAnimation.Interpolation
enum values that is used to generate UI tooltips.description
metadata forAnimation.TieMode
enum values that is used to generate UI tooltips.This discussion was created from the release Gaffer 1.1.6.0.
Beta Was this translation helpful? Give feedback.
All reactions