Skip to content

Commit

Permalink
Merge pull request GafferHQ#5981 from murraystevenson/standardVolumeD…
Browse files Browse the repository at this point in the history
…iffusionMetadata

Arnold metadata : Add page for "Scatter Diffusion" to `standard_volume`
  • Loading branch information
johnhaddon authored Aug 1, 2024
2 parents 9b21ea2 + 4679ae3 commit 73bf2b3
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Improvements
------------

- SetExpressions : Set Expressions containing only whitespace characters are now treated as empty rather than producing an error.
- ArnoldShader : Moved Arnold 7.3.3.0's new `standard_volume.scatter_diffusion` parameters to a "Scatter Diffusion" section of the UI.

Fixes
-----
Expand Down
33 changes: 33 additions & 0 deletions arnoldPlugins/gaffer.mtd
Original file line number Diff line number Diff line change
Expand Up @@ -2684,26 +2684,59 @@
[attr density]
gaffer.graphEditorLayout.visible BOOL true
page STRING "Density"
gaffer.layout.index INT 0
[attr density_channel]
page STRING "Density"
gaffer.layout.index INT 1

[attr scatter]
gaffer.graphEditorLayout.visible BOOL true
page STRING "Scatter"
gaffer.layout.index INT 2
[attr scatter_color]
gaffer.graphEditorLayout.visible BOOL true
page STRING "Scatter"
gaffer.layout.index INT 3
[attr scatter_color_channel]
page STRING "Scatter"
gaffer.layout.index INT 4
[attr scatter_anisotropy]
page STRING "Scatter"
gaffer.layout.index INT 5
[attr scatter_secondary_anisotropy]
page STRING "Scatter"
label STRING "Secondary Anisotropy"
gaffer.layout.activator STRING "secondaryAnisotropyEnabled"
gaffer.layout.index INT 6
[attr scatter_secondary_anisotropy_mix]
page STRING "Scatter"
label STRING "Secondary Anisotropy Mix"
gaffer.layout.index INT 7

[attr scatter_diffusion]
page STRING "Scatter Diffusion"
label STRING "Diffusion"
gaffer.layout.index INT 8
[attr scatter_diffusion_bias]
page STRING "Scatter Diffusion"
label STRING "Diffusion Bias"
gaffer.layout.index INT 9
[attr scatter_diffusion_gain]
page STRING "Scatter Diffusion"
label STRING "Diffusion Gain"
gaffer.layout.index INT 10
[attr scatter_diffusion_roughness]
page STRING "Scatter Diffusion"
label STRING "Diffusion Roughness"
gaffer.layout.index INT 11
[attr scatter_diffusion_roughness_bias]
page STRING "Scatter Diffusion"
label STRING "Diffusion Roughness Bias"
gaffer.layout.index INT 12
[attr scatter_diffusion_roughness_gain]
page STRING "Scatter Diffusion"
label STRING "Diffusion Roughness Gain"
gaffer.layout.index INT 13

[attr transparent]
page STRING "Transparent"
Expand Down

0 comments on commit 73bf2b3

Please sign in to comment.