Gaffer 0.62.0.0 alpha 2 #4658
johnhaddon
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
channelInterpretation
plug controls the naming of channels loaded from multi-part files.layout
plug. This includes presets for standard conforming single-part and multi-part files, and several presets that match Nuke's behaviour.Improvements
.jp2
) images.activeRowIndex
plug, which outputs the index of the currently active row.updateInteractively
bool parameter for render outputs. This can be used to request more frequent updates for AOVs other than the beauty image.Fixes
ai:autobump_visibility
attributes to be inadvertently modified.gaffer.plugType
metadata.removeOutputs()
method now also removes any outputs from child plugs. This is consistent with thesetInput()
method, which has always managed child plug inputs.setCenterOfInterest()
so that it doesn't emitcameraChangedSignal()
if the center of interest is unchanged.setViewport()
Python bindings.float|int|uint <name>
syntax. Outputs specified using Arnold's<name> FLOAT|INT|UINT
syntax will now issue a warning, and should be updated to use the generic syntax.targetVertex
to positive integers.API
sortChannelNames()
function.applyPreset( parent, preset )
will apply it to all the children.Breaking Changes
channelInterpretation
plug toLegacy
to preserve the old behaviour.layout
plug toSingle Part
to write a single-part file instead./
root location from generated sets, because root membership is unsupported elsewhere in Gaffer.prepareSplineCVsForOSL()
method. UseIECoreScene::ShaderNetworkAlgo::expandSplineParameters()
instead.ai:autobump_visibility
attributes are no longer modified. Use a separate ArnoldAttributes node if necessary.activeRowNames
plug toenabledRowNames
. Backwards compatibility is provided when loading old.gfr
files.ui:spreadsheet:activeRowNamesConnection
metadata toui:spreadsheet:enabledRowNamesConnection
.Build
.egg
package.This discussion was created from the release Gaffer 0.62.0.0 alpha 2.
Beta Was this translation helpful? Give feedback.
All reactions