mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
added settings for Collect Render Instances
This commit is contained in:
parent
87b818e37e
commit
4b127dedd6
2 changed files with 17 additions and 0 deletions
|
|
@ -49,6 +49,9 @@
|
|||
}
|
||||
},
|
||||
"publish": {
|
||||
"CollectRenderInstances": {
|
||||
"ignore_render_pass_transparency": true
|
||||
},
|
||||
"ExtractSequence": {
|
||||
"review_bg": [
|
||||
255,
|
||||
|
|
|
|||
|
|
@ -241,6 +241,20 @@
|
|||
"key": "publish",
|
||||
"label": "Publish plugins",
|
||||
"children": [
|
||||
{
|
||||
"type": "dict",
|
||||
"collapsible": true,
|
||||
"key": "CollectRenderInstances",
|
||||
"label": "Collect Render Instances",
|
||||
"is_group": true,
|
||||
"children": [
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "ignore_render_pass_transparency",
|
||||
"label": "Ignore Render Pass opacity"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "dict",
|
||||
"collapsible": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue