extract images from psd is also not active by default

This commit is contained in:
iLLiCiTiT 2020-08-12 17:47:40 +02:00
parent b91695d12b
commit 801fcd7aab

View file

@ -11,7 +11,7 @@ class ExtractImagesFromPSD(pype.api.Extractor):
# PLUGIN is not currently enabled because was decided to use different
# approach
enabled = False
active = False
label = "Extract Images from PSD"
order = pyblish.api.ExtractorOrder + 0.02
families = ["imageForLayout"]