mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
integrate remove components is deactivated by default to not remove thumbnails and movs
This commit is contained in:
parent
4201ba173d
commit
43a66826bc
1 changed files with 2 additions and 2 deletions
|
|
@ -11,13 +11,13 @@ class IntegrateCleanComponentData(pyblish.api.InstancePlugin):
|
||||||
label = 'Clean component data'
|
label = 'Clean component data'
|
||||||
families = ["ftrack"]
|
families = ["ftrack"]
|
||||||
optional = True
|
optional = True
|
||||||
active = True
|
active = False
|
||||||
|
|
||||||
def process(self, instance):
|
def process(self, instance):
|
||||||
|
|
||||||
for comp in instance.data['representations']:
|
for comp in instance.data['representations']:
|
||||||
self.log.debug('component {}'.format(comp))
|
self.log.debug('component {}'.format(comp))
|
||||||
|
|
||||||
if "%" in comp['published_path'] or "#" in comp['published_path']:
|
if "%" in comp['published_path'] or "#" in comp['published_path']:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue