mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
add roughness, roughness, height option into the channel_mapping
This commit is contained in:
parent
f3033a08f8
commit
cc600bd930
1 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,9 @@ DEFAULT_CREATOR_SETTINGS = {
|
|||
"channel_mapping": [
|
||||
{"name": "Base Color", "value": "BaseColor"},
|
||||
{"name": "Metallic", "value": "Metallic"},
|
||||
{"name": "Roughness", "value": "Roughness"},
|
||||
{"name": "Normal", "value": "Normal"},
|
||||
{"name": "Height", "value": "Height"},
|
||||
{"name": "Specular Edge Color",
|
||||
"value": "SpecularEdgeColor"},
|
||||
{"name": "Opacity", "value": "Opacity"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue