mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
flame: remove camel case in extract resources plugin
This commit is contained in:
parent
fdc1d5acb8
commit
3afdaf6558
1 changed files with 8 additions and 8 deletions
|
|
@ -20,17 +20,17 @@ class ExtractSubsetResources(openpype.api.Extractor):
|
|||
default_presets = {
|
||||
"thumbnail": {
|
||||
"ext": "jpg",
|
||||
"xmlPresetFile": "Jpeg (8-bit).xml",
|
||||
"xmlPresetDir": "",
|
||||
"representationAddRange": False,
|
||||
"representationTags": ["thumbnail"]
|
||||
"xml_preset_file": "Jpeg (8-bit).xml",
|
||||
"xml_preset_dir": "",
|
||||
"representation_add_range": False,
|
||||
"representation_tags": ["thumbnail"]
|
||||
},
|
||||
"ftrackpreview": {
|
||||
"ext": "mov",
|
||||
"xmlPresetFile": "Apple iPad (1920x1080).xml",
|
||||
"xmlPresetDir": "",
|
||||
"representationAddRange": True,
|
||||
"representationTags": [
|
||||
"xml_preset_file": "Apple iPad (1920x1080).xml",
|
||||
"xml_preset_dir": "",
|
||||
"representation_add_range": True,
|
||||
"representation_tags": [
|
||||
"review",
|
||||
"delete"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue