mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
flame: removing unneeded code
This commit is contained in:
parent
024874b4f6
commit
ab8068858c
1 changed files with 0 additions and 9 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue