fix(global): cleaning old stuff from plugin

This commit is contained in:
Jakub Jezek 2019-04-22 21:23:26 +02:00
parent 4e9d9c70a2
commit 81a0a1e560

View file

@ -26,12 +26,6 @@ class IntegrateFtrackInstance(pyblish.api.InstancePlugin):
'render': 'render',
'nukescript': 'comp',
'review': 'mov'}
exclude = []
def process(self, instance):
for ex in self.exclude:
if ex in instance.data['families']:
return
self.log.debug('instance {}'.format(instance))