Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arnold metadata : Show color_jitter.data_input in Graph Editor #5936

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading