mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
extract images from psd is also not active by default
This commit is contained in:
parent
b91695d12b
commit
801fcd7aab
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue