mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
renamed extract layout images to extract images from psd and disabled it
This commit is contained in:
parent
7e13ef31d8
commit
9fbac5f8ff
1 changed files with 5 additions and 3 deletions
|
|
@ -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",
|
||||
Loading…
Add table
Add a link
Reference in a new issue