Gaffer 1.5.1.0 #6157
johnhaddon
started this conversation in
General
Gaffer 1.5.1.0
#6157
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Features
Improvements
inactiveIds
plug for selecting primitive variables to disable some instances.SceneGadget
is empty, for example if the grid is hidden.editScopePlugValueWidget:showLabel
metadata with a value ofTrue
.Fixes
assertNodeUIsHaveExpectedLifetime()
test for invisible nodes.postExecuteBehaviour
handling.gaffer view
: Fixed default OpenColorIO display transform.layout
. This should address an issue where EXRs written from Gaffer using Nuke layouts sometimes did not load correctly in Nuke (ImageWriter: Issue with Nuke Style Multipart EXR #6120). In the unlikely situation that you were relying on the old behaviour, you can set the env varGAFFERIMAGE_IMAGEWRITER_OMIT_DEFAULT_NUKE_VIEW = 1
in order to keep the old behaviour.getattribute()
to support 64 bit integer data, such as aninstanceId
primitive variable loaded from USD. Since OSL doesn't provide a 64 bit integer type, values are truncated to 32 bits._DispatcherCreationWidget
from shown nodes.API
connectToApplication()
function.connect()
function. UseconnectToApplication()
instead.editScope()
method.image
argument tocreateSwatch()
static method.nodeGadget:inputNoduleLabelsVisible
andnodeGadget:outputNoduleLabelsVisible
metadata for setting nodule labels always on. If the metadata entry is not set orFalse
, labels will be visible only when they are hovered over.Build
This discussion was created from the release Gaffer 1.5.1.0.
Beta Was this translation helpful? Give feedback.
All reactions