From 3afdaf655817c036d2f424bd46417edca21b0ada Mon Sep 17 00:00:00 2001 From: Jakub Jezek Date: Wed, 19 Jan 2022 21:26:17 +0100 Subject: [PATCH] flame: remove camel case in extract resources plugin --- .../plugins/publish/extract_subset_resources.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/openpype/hosts/flame/plugins/publish/extract_subset_resources.py b/openpype/hosts/flame/plugins/publish/extract_subset_resources.py index adb3b1ae9b..291e440cbe 100644 --- a/openpype/hosts/flame/plugins/publish/extract_subset_resources.py +++ b/openpype/hosts/flame/plugins/publish/extract_subset_resources.py @@ -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" ]