adding CIRCUIT host to publish plugin host attribute

This commit is contained in:
Jakub Jezek 2024-08-22 17:01:57 +02:00
parent 200e04c622
commit df7924b85b
No known key found for this signature in database
GPG key ID: 06DBD609ADF27FD9
5 changed files with 8 additions and 5 deletions

View file

@ -39,6 +39,7 @@ class CollectAudio(pyblish.api.ContextPlugin):
"blender",
"houdini",
"max",
"circuit",
]
audio_product_name = "audioMain"

View file

@ -21,8 +21,7 @@ class CollectOtioReview(pyblish.api.InstancePlugin):
label = "Collect OTIO Review"
order = pyblish.api.CollectorOrder - 0.078
families = ["clip"]
hosts = ["resolve", "hiero", "flame"]
families = ["editorial.otio.review"]
def process(self, instance):
# Not all hosts can import this module.

View file

@ -52,7 +52,8 @@ class ExtractBurnin(publish.Extractor):
"houdini",
"max",
"blender",
"unreal"
"unreal",
"circuit",
]
optional = True

View file

@ -91,7 +91,8 @@ class ExtractReview(pyblish.api.InstancePlugin):
"webpublisher",
"aftereffects",
"flame",
"unreal"
"unreal",
"circuit",
]
# Supported extensions

View file

@ -36,7 +36,8 @@ class ExtractThumbnail(pyblish.api.InstancePlugin):
"traypublisher",
"substancepainter",
"nuke",
"aftereffects"
"aftereffects",
"circuit",
]
enabled = False