Gaffer 1.3.6.0 #5527
johnhaddon
started this conversation in
General
Gaffer 1.3.6.0
#5527
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Features
Improvements
addLayerPrefix
plug, to allow the layer prefix to be omitted in the case that the input images are already prefixed.contextElement( variableName, index )
orcontextElement( variableName, index, defaultValue )
. Negative indices can be used to get elements relative to the end of the array.Fixes
scene:path
context variable to "leak" upstream via theFilter.enabled
plug. This caused unnecessary evaluations of the input, and also provided a loophole via which the filter result could be made inconsistent with respect to descendant and ancestor matches.layout:customWidget:*
metadata changes.ScenePlug.object
in networks with nodes derived fromObjectProcessor
. These include :CameraTweaks
,ClosestPointSampler
,CollectPrimitiveVariables
,CopyPrimitiveVariables
,CurveSampler
,DeleteCurves
,DeleteFaces
,DeletePoints
,MapOffset
,MapProjection
,MeshDistortion
,MeshNormals
,MeshSegments
,MeshTangents
,MeshToPoints
,MeshType
,Orientation
,PointsType
,PrimitiveSampler
,PrimitiveVariables
,ReverseWinding
,ShufflePrimitiveVariables
andUVSampler
(Certain Nodes Blocks Edit Source Node of Selection (Alt + E) in viewer | SceneAlgo.history bug #5406).openColorIO.config
plug.V2iVectorData
,V2fVectorData
,V3iVectorData
andV3fVectorData
from a context.API
acquireCollaborativeResult()
method, providing an improved mechanism for multiple threads to collaborate on TBB tasks spawned by a single process they all depend on.Default
CachePolicy and deprecatedStandard
,TaskIsolation
andLegacy
policies.RegistrationTypes
enum that allows the different types of registrations to be identified.registeredValues()
andvalue()
overloads that provide finer-grained queries based on the type of registration.instanceOnly
andpersistentOnly
arguments in favour of newregistrationTypes
arguments.renameable
anddeletable
metadata from being copied during plug promotion.deregisterRedundantValues()
method.Build
This discussion was created from the release Gaffer 1.3.6.0.
Beta Was this translation helpful? Give feedback.
All reactions