Gaffer 1.4.0.0b6 #5767
murraystevenson
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Features
Standard
using the SelectionTool causes the actual scene location selected to potentially be modified from the originally selected location. Selection modifiers work identically for deselection. Currently, two selectors are implemented :usd:kind
attribute matching the chosen list of USD Kind will ultimately be selected. USD's Kind Registry includesAssembly
,Component
,Group
,Model
andSubComponent
by default and can be extended via USD startup scripts.Improvements
help
metadata provided by Arnold.Fixes
outputs:out
instead ofoutputs:DEFAULT_OUTPUT
.osl
shaders using thecode
parameter.Gaffer
module had not been imported previously.driverCreatedSignal()
andimageReceivedSignal()
[^1].orientation
plugs.API
registerSelectMode()
method for registering a Python or C++ function that will modify a selected scene path location. Users can choose which mode is active when selecting.preSpoolSignal()
now provides an additionaltaskData
argument to slots, which maps from Tractor tasks to information about the Gaffer tasks they will execute.labelPlugValueWidget:showValueChangedIndicator
metadata entry. If a plug has this entry set toFalse
, the icon next to the label that indicates the value has changed will not be shown. Defaults toTrue
if the value is not set.Breaking Changes
_createConstantShader()
.This discussion was created from the release Gaffer 1.4.0.0b6.
Beta Was this translation helpful? Give feedback.
All reactions