renamed extract layout images to extract images from psd and disabled it

This commit is contained in:
iLLiCiTiT 2020-08-12 17:20:43 +02:00
parent 7e13ef31d8
commit 9fbac5f8ff

View file

@ -7,16 +7,18 @@ from avalon import io
PSDImage = None
class ExtractImageForLayout(pype.api.Extractor):
class ExtractImagesFromPSD(pype.api.Extractor):
# PLUGIN is not currently enabled because was decided to use different
# approach
enabled = False
label = "Extract Images for Layout"
label = "Extract Images from PSD"
order = pyblish.api.ExtractorOrder + 0.02
families = ["imageForLayout"]
hosts = ["standalonepublisher"]
new_instance_family = "image"
ignored_instance_data_keys = ("name", "label", "stagingDir", "version")
# Presetable
allowed_group_names = [
"OL", "BG", "MG", "FG", "UL", "SKY", "Field Guide", "Field_Guide",