From 911aea096fee0f04db22fcf2031352505f9d3be3 Mon Sep 17 00:00:00 2001 From: Jakub Jezek Date: Wed, 5 Jun 2019 16:06:54 +0200 Subject: [PATCH] fix(global): clean up is active by default --- pype/plugins/global/publish/cleanup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pype/plugins/global/publish/cleanup.py b/pype/plugins/global/publish/cleanup.py index 152a4c4b4f..f31477faca 100644 --- a/pype/plugins/global/publish/cleanup.py +++ b/pype/plugins/global/publish/cleanup.py @@ -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