mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Run plug-in for all hosts
This commit is contained in:
parent
3d61201608
commit
b307cc6227
1 changed files with 0 additions and 22 deletions
|
|
@ -9,28 +9,6 @@ class CollectSceneLoadedVersions(pyblish.api.ContextPlugin):
|
|||
|
||||
order = pyblish.api.CollectorOrder + 0.0001
|
||||
label = "Collect Versions Loaded in Scene"
|
||||
hosts = [
|
||||
"aftereffects",
|
||||
"blender",
|
||||
"celaction",
|
||||
"cinema4d",
|
||||
"flame",
|
||||
"fusion",
|
||||
"harmony",
|
||||
"hiero",
|
||||
"houdini",
|
||||
"max",
|
||||
"maya",
|
||||
"motionbuilder",
|
||||
"nuke",
|
||||
"photoshop",
|
||||
"silhouette",
|
||||
"substancepainter",
|
||||
"substancedesigner",
|
||||
"resolve",
|
||||
"tvpaint",
|
||||
"zbrush",
|
||||
]
|
||||
|
||||
def process(self, context):
|
||||
host = registered_host()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue