mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added subset_grouping_profiles attribute which can be set by settings
This commit is contained in:
parent
cfff637cda
commit
24a910a881
1 changed files with 1 additions and 0 deletions
|
|
@ -112,6 +112,7 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
integrated_file_sizes = {}
|
||||
|
||||
TMP_FILE_EXT = 'tmp' # suffix to denote temporary files, use without '.'
|
||||
subset_grouping_profiles = None
|
||||
|
||||
def process(self, instance):
|
||||
self.integrated_file_sizes = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue