mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
renamed ExtractImagesForComp to ExtractBGForComp and used background family instead of image
This commit is contained in:
parent
c8afe556b7
commit
d7031c616e
1 changed files with 3 additions and 3 deletions
|
|
@ -7,12 +7,12 @@ from avalon import io
|
|||
PSDImage = None
|
||||
|
||||
|
||||
class ExtractImagesForComp(pype.api.Extractor):
|
||||
label = "Extract Images for Compositing"
|
||||
class ExtractBGForComp(pype.api.Extractor):
|
||||
label = "Extract Background for Compositing"
|
||||
families = ["imageForComp"]
|
||||
hosts = ["standalonepublisher"]
|
||||
|
||||
new_instance_family = "image"
|
||||
new_instance_family = "background"
|
||||
|
||||
# Presetable
|
||||
allowed_group_names = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue