mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
flame: add bool to settings to control if range will be added to repres
This commit is contained in:
parent
183acf4bd3
commit
aa39f98ae6
3 changed files with 8 additions and 0 deletions
|
|
@ -21,12 +21,14 @@ class ExtractSubsetResources(openpype.api.Extractor):
|
|||
"ext": "jpg",
|
||||
"xmlPresetFile": "Jpeg (8-bit).xml",
|
||||
"xmlPresetDir": "",
|
||||
"representationAddRange": False,
|
||||
"representationTags": ["thumbnail"]
|
||||
},
|
||||
"ftrackpreview": {
|
||||
"ext": "mov",
|
||||
"xmlPresetFile": "Apple iPad (1920x1080).xml",
|
||||
"xmlPresetDir": "",
|
||||
"representationAddRange": False,
|
||||
"representationTags": [
|
||||
"review",
|
||||
"delete"
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
"ext": "exr",
|
||||
"xmlPresetDir": "",
|
||||
"xmlPresetFile": "OpenEXR (16-bit fp DWAA).xml",
|
||||
"representationAddRange": false,
|
||||
"representationTags": []
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -159,6 +159,11 @@
|
|||
{
|
||||
"type": "separator"
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "representationAddRange",
|
||||
"label": "Add frame range to representation"
|
||||
},
|
||||
{
|
||||
"type": "list",
|
||||
"key": "representationTags",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue