Skip to content

Commit

Permalink
Merge pull request #5936 from johnhaddon/colorJitterNodules
Browse files Browse the repository at this point in the history
Arnold metadata : Show `color_jitter.data_input` in Graph Editor
  • Loading branch information
murraystevenson authored Jul 4, 2024
2 parents 0911923 + f1e5563 commit 31bb222
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Improvements

- Cryptomatte : Renamed `__manifestScene` plug to `manifestScene` so it is no longer considered to be private.
- EditScopePlugValueWidget : Width can now be configured via `<layoutName>:width` metadata. This enables customisation of the Edit Scope menu width by registering metadata in a startup file, such as `Gaffer.Metadata.registerValue( GafferSceneUI.RenderPassEditor.Settings, "editScope", "layout:width", 450 )` to double the standard width of the Edit Scope menu in the Render Pass Editor.
- ArnoldShader : The `data_input` parameter of the `color_jitter` shader is now visible in the GraphEditor.

Fixes
-----
Expand Down
2 changes: 2 additions & 0 deletions arnoldPlugins/gaffer.mtd
Original file line number Diff line number Diff line change
Expand Up @@ -1241,6 +1241,8 @@

[attr data_input]
page STRING "User Data"
linkable BOOL true
gaffer.graphEditorLayout.visible BOOL true
[attr data_gain_min]
page STRING "User Data"
[attr data_gain_max]
Expand Down

0 comments on commit 31bb222

Please sign in to comment.