From 5bfc902fc913b1058fca69871686e5a31187cc32 Mon Sep 17 00:00:00 2001 From: Murray Stevenson <50844517+murraystevenson@users.noreply.github.com> Date: Thu, 22 Aug 2024 13:38:17 -0700 Subject: [PATCH] Arnold metadata : Add `toon` `*_tonemap_hue_saturation` parameters These `[edge/silhouette/base/specular]_tonemap_hue_saturation` parameters were introduced in Arnold 7.3.2.0. --- Changes.md | 1 + arnoldPlugins/gaffer.mtd | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/Changes.md b/Changes.md index 63dfbc55e0..855b13dd5a 100644 --- a/Changes.md +++ b/Changes.md @@ -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 --- diff --git a/arnoldPlugins/gaffer.mtd b/arnoldPlugins/gaffer.mtd index 6c8ec7d1d2..820991bf0c 100644 --- a/arnoldPlugins/gaffer.mtd +++ b/arnoldPlugins/gaffer.mtd @@ -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" @@ -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" @@ -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" @@ -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"