flame: let extractor drive loading to batch group

This commit is contained in:
Jakub Jezek 2022-03-24 16:28:46 +01:00
parent d5521ae840
commit 38268bc831
No known key found for this signature in database
GPG key ID: D8548FBF690B100A
2 changed files with 17 additions and 1 deletions

View file

@ -62,7 +62,9 @@
"ignore_comment_attrs": false,
"colorspace_out": "ACES - ACEScg",
"representation_add_range": true,
"representation_tags": []
"representation_tags": [],
"load_to_batch_group": true,
"batch_group_loader_name": "LoadClip"
}
}
}

View file

@ -302,6 +302,20 @@
"type": "text",
"multiline": false
}
},
{
"type": "separator"
},
{
"type": "boolean",
"key": "load_to_batch_group",
"label": "Load to batch group reel",
"default": false
},
{
"type": "text",
"key": "batch_group_loader_name",
"label": "Use loader name"
}
]
}