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 : Add page for "Scatter Diffusion" to standard_volume #5981

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 @@ -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
Loading