mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +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"
|
||||
exclude_families = ["clip"]
|
||||
optional = True
|
||||
active = False
|
||||
active = True
|
||||
|
||||
def process(self, instance):
|
||||
if [ef for ef in self.exclude_families
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue