mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix(global): clean up is active by default
This commit is contained in:
parent
075e7cbada
commit
911aea096f
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ class CleanUp(pyblish.api.InstancePlugin):
|
||||||
label = "Clean Up"
|
label = "Clean Up"
|
||||||
exclude_families = ["clip"]
|
exclude_families = ["clip"]
|
||||||
optional = True
|
optional = True
|
||||||
active = False
|
active = True
|
||||||
|
|
||||||
def process(self, instance):
|
def process(self, instance):
|
||||||
if [ef for ef in self.exclude_families
|
if [ef for ef in self.exclude_families
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue