mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
make extor for compositing available
This commit is contained in:
parent
aed3f4059e
commit
e27f4b7434
2 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue