added settings for Collect Render Instances

This commit is contained in:
Jakub Trllo 2023-02-22 10:59:03 +01:00 committed by Kayla Man
parent 87b818e37e
commit 4b127dedd6
2 changed files with 17 additions and 0 deletions

View file

@ -49,6 +49,9 @@
}
},
"publish": {
"CollectRenderInstances": {
"ignore_render_pass_transparency": true
},
"ExtractSequence": {
"review_bg": [
255,

View file

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