Gaffer 0.62.0.0 alpha 3 #4692
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
Fixes
rootNameVariable
value no longer causes the creation of a context variable named""
. Instead, no context variable is created (but the scenes are still collected).setCamera()
to emitcameraChangedSignal()
even when the camera was unchanged.API
registerRenderer()
andregisteredRenderers()
methods. These allow any suitableIECoreScenePreview::Renderer
to be used to draw the scene.renderer.name
plug to control which renderer is used.renderer.arnold
plug to control Arnold render settings.pathForID()
,pathsForIDs()
,idForPath()
andidsForPaths()
methods. These make it possible to identify an object in the scene from auint id
AOV.layout:activator
andlayout:visibilityActivator
metadata may now take boolean values to control activation directly. This is useful when an activator only applies to one plug, or it applies to several but depends on properties of each plug. String values are treated as before, referring to a predefined activator.CameraFlags
enum, which is used incameraChangedSignal()
to specify what aspects of the camera have changed.Breaking Changes
rootNameVariable
is empty.sizeMode
andcloseOnLeave
constructor arguments.changes
argument to CameraChangedSignal.This discussion was created from the release Gaffer 0.62.0.0 alpha 3.
Beta Was this translation helpful? Give feedback.
All reactions