flame: removing unneeded code

This commit is contained in:
Jakub Jezek 2022-05-26 16:32:25 +02:00
parent 024874b4f6
commit ab8068858c
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -51,7 +51,6 @@ class ExtractSubsetResources(openpype.api.Extractor):
"path_regex": ".*"
}
}
keep_original_representation = False
# hide publisher during exporting
hide_ui_on_process = True
@ -329,14 +328,6 @@ class ExtractSubsetResources(openpype.api.Extractor):
):
return True
def _make_representation_data(self, instance):
if (
self.keep_original_representation
and "representations" not in instance.data
or not self.keep_original_representation
):
instance.data["representations"] = []
def _unfolds_nested_folders(self, stage_dir, files_list, ext):
"""Unfolds nested folders