fix(global): clean up is active by default

This commit is contained in:
Jakub Jezek 2019-06-05 16:06:54 +02:00
parent 075e7cbada
commit 911aea096f

View file

@ -15,7 +15,7 @@ class CleanUp(pyblish.api.InstancePlugin):
label = "Clean Up"
exclude_families = ["clip"]
optional = True
active = False
active = True
def process(self, instance):
if [ef for ef in self.exclude_families