Gaffer 1.4.9.0 #5958
murraystevenson
started this conversation in
General
Gaffer 1.4.9.0
#5958
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Improvements
__manifestScene
plug tomanifestScene
so it is no longer considered to be private.<layoutName>:width
metadata. This enables customisation of the Edit Scope menu width by registering metadata in a startup file, such asGaffer.Metadata.registerValue( GafferSceneUI.RenderPassEditor.Settings, "editScope", "layout:width", 450 )
to double the standard width of the Edit Scope menu in the Render Pass Editor.aov_input
parameter of theaov_write_int
shader.data_input
parameter of thecolor_jitter
shader.input_int
andseed
parameters of therandom
shader.index
parameters of theswitch_rgba
andswitch_shader
shaders.default
parameter of theuser_data_int
shader.flake_layers
parameter of thecar_paint
shader.data_seed
,proc_seed
,obj_seed
, andface_seed
parameters of thecolor_jitter
shader.light:mute
attribute (for the Mute column) and membership in thesoloLights
set (for the Solo column) for all scene locations, not just for lights.Fixes
file_mem_bytes
metadata.PATH
. ThePXR_USD_WINDOWS_DLL_PATH
environment variable is now set to an empty string if it is not already set, preventing USD from adding all entries fromPATH
to Python's DLL search paths.annotationText()
Python binding.acquireDefaultFormatPlug()
Python binding.ICCProfile
metadata.API
parent
argument topopup()
method. This allows popup windows to inherit the display transform from the main UI.Build
This discussion was created from the release Gaffer 1.4.9.0.
Beta Was this translation helpful? Give feedback.
All reactions