mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
flame: add loadable arguments to extracted repres
This commit is contained in:
parent
38268bc831
commit
0407465ee1
1 changed files with 5 additions and 1 deletions
|
|
@ -211,7 +211,11 @@ class ExtractSubsetResources(openpype.api.Extractor):
|
|||
"tags": repre_tags,
|
||||
"data": {
|
||||
"colorspace": color_out
|
||||
}
|
||||
},
|
||||
"load_to_batch_group": preset_config.get(
|
||||
"load_to_batch_group"),
|
||||
"batch_group_loader_name": preset_config.get(
|
||||
"batch_group_loader_name")
|
||||
}
|
||||
|
||||
# collect all available content of export dir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue