mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +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
|
PSDImage = None
|
||||||
|
|
||||||
|
|
||||||
class ExtractImagesForComp(pype.api.Extractor):
|
class ExtractBGForComp(pype.api.Extractor):
|
||||||
label = "Extract Images for Compositing"
|
label = "Extract Background for Compositing"
|
||||||
families = ["imageForComp"]
|
families = ["imageForComp"]
|
||||||
hosts = ["standalonepublisher"]
|
hosts = ["standalonepublisher"]
|
||||||
|
|
||||||
new_instance_family = "image"
|
new_instance_family = "background"
|
||||||
|
|
||||||
# Presetable
|
# Presetable
|
||||||
allowed_group_names = [
|
allowed_group_names = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue