Skip to content

Commit

Permalink
Arnold metadata : Add toon *_tonemap_hue_saturation parameters
Browse files Browse the repository at this point in the history
These `[edge/silhouette/base/specular]_tonemap_hue_saturation` parameters were introduced in Arnold 7.3.2.0.
  • Loading branch information
murraystevenson committed Aug 22, 2024
1 parent 2f418eb commit 5bfc902
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Improvements
- UI Editor :
- Added the ability to edit the scale of node icons.
- Improved layout of Box node plug creator visibility toggles.
- ArnoldShader : Moved the `toon` shader's `*_tonemap_hue_saturation` parameters to appropriate sections in the UI.

API
---
Expand Down
14 changes: 14 additions & 0 deletions arnoldPlugins/gaffer.mtd
Original file line number Diff line number Diff line change
Expand Up @@ -3035,6 +3035,10 @@
gaffer.graphEditorLayout.visible BOOL true
page STRING "Edge"
gaffer.layout.activator STRING "edgeEnabled"
[attr edge_tonemap_hue_saturation]
page STRING "Edge"
label STRING "Tonemap Hue Saturation"
gaffer.layout.activator STRING "edgeEnabled"
[attr edge_opacity]
page STRING "Edge"
gaffer.layout.activator STRING "edgeEnabled"
Expand Down Expand Up @@ -3083,6 +3087,10 @@
gaffer.graphEditorLayout.visible BOOL true
page STRING "Silhouette"
gaffer.layout.activator STRING "silhouetteEnabled"
[attr silhouette_tonemap_hue_saturation]
page STRING "Silhouette"
label STRING "Tonemap Hue Saturation"
gaffer.layout.activator STRING "silhouetteEnabled"
[attr silhouette_opacity]
page STRING "Silhouette"
gaffer.layout.activator STRING "silhouetteEnabled"
Expand All @@ -3099,6 +3107,9 @@
[attr base_tonemap]
gaffer.graphEditorLayout.visible BOOL true
page STRING "Base"
[attr base_tonemap_hue_saturation]
page STRING "Base"
label STRING "Tonemap Hue Saturation"

[attr specular]
page STRING "Specular"
Expand All @@ -3112,6 +3123,9 @@
page STRING "Specular"
[attr specular_tonemap]
page STRING "Specular"
[attr specular_tonemap_hue_saturation]
page STRING "Specular"
label STRING "Tonemap Hue Saturation"

[attr lights]
page STRING "Stylized Highlight"
Expand Down

0 comments on commit 5bfc902

Please sign in to comment.