Multiple Values

- support multiple values for render attributes.
- support repairing the render attributes.
This commit is contained in:
Toke Stuart Jepsen 2023-03-15 16:08:07 +00:00 committed by Milan Kolar
parent b47722b358
commit 812fa065cf
2 changed files with 60 additions and 32 deletions

View file

@ -369,7 +369,8 @@
"label": "Arnold Render Attributes",
"use_label_wrap": true,
"object_type": {
"type": "text"
"type": "list",
"object_type": "text"
}
},
{
@ -379,7 +380,8 @@
"label": "Vray Render Attributes",
"use_label_wrap": true,
"object_type": {
"type": "text"
"type": "list",
"object_type": "text"
}
},
{
@ -389,7 +391,8 @@
"label": "Redshift Render Attributes",
"use_label_wrap": true,
"object_type": {
"type": "text"
"type": "list",
"object_type": "text"
}
},
{
@ -399,7 +402,8 @@
"label": "Renderman Render Attributes",
"use_label_wrap": true,
"object_type": {
"type": "text"
"type": "list",
"object_type": "text"
}
}
]