Gaffer 1.5.5.0 #6266
murraystevenson
started this conversation in
General
Gaffer 1.5.5.0
#6266
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Features
copySourceAttributes
plug, to preserve inherited attributes when thedestination
is not parented below the source.Improvements
dataName
now prefix the primitive variable name withprimitiveVariable:
. SettingdataName
tovertex:index
will display vertex indices.mode
plug. The available modes are :[-1, 1]
to[0, 1]
.[valueMin, valueMax]
to[0, 1]
.invertSelection
plug.renderPassPlugValueWidget:hideDisabled
andrenderPassPlugValueWidget:displayGrouped
metadata registered in a startup file. For example, "Hide Disabled" can be enabled with the following registrationGaffer.Metadata.registerValue( Gaffer.ScriptNode, "variables.renderPass.value", "renderPassPlugValueWidget:hideDisabled", True )
.Fixes
scene:path
context variable when computing the value forresolvedRenderer
.DispatchDialogue
after dispatch #6244).+
and-
buttons and the plug name.API
renameRenderPass()
andrenameRenderPassNonEditableReason()
functions.parallelGatherLocations()
function.annotationsGadget()
function.annotations()
variant acceptingGaffer::Metadata::RegistrationTypes
. The default isAll
to match existing behavior and the previousannotations()
variant is deprecated.annotationAt()
function.contextMenuSignal()
allowing customisations to the context menu for annotations.This discussion was created from the release Gaffer 1.5.5.0.
Beta Was this translation helpful? Give feedback.
All reactions