make extor for compositing available

This commit is contained in:
iLLiCiTiT 2020-08-12 15:44:55 +02:00
parent aed3f4059e
commit e27f4b7434
2 changed files with 1 additions and 5 deletions

View file

@ -28,7 +28,7 @@ class CollectPsdInstances(pyblish.api.InstancePlugin):
"family": "workfile"
}
}
unchecked_by_default = ["imageForComp"]
unchecked_by_default = []
def process(self, instance):
context = instance.context

View file

@ -18,10 +18,6 @@ class ExtractImagesForComp(pype.api.Extractor):
allowed_group_names = ["OL", "BG", "MG", "FG", "UL", "SKY", "Field Guide"]
def process(self, instance):
instance.context.remove(instance)
self.log.info("NOT IMPLEMENTED YET")
return
# Check if python module `psd_tools` is installed
try:
global PSDImage