diff --git a/Changes.md b/Changes.md index ba339dcbf71..cb0fd28e18d 100644 --- a/Changes.md +++ b/Changes.md @@ -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 `: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 ----- diff --git a/arnoldPlugins/gaffer.mtd b/arnoldPlugins/gaffer.mtd index d25a0405380..ed57e7353e2 100644 --- a/arnoldPlugins/gaffer.mtd +++ b/arnoldPlugins/gaffer.mtd @@ -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]