mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Merge pull request #1350 from RVXStudio/rvx-gaffer-to-plugin-host-lists
Add 'gaffer' to host list for general publishing plugins
This commit is contained in:
commit
e86bf9c787
3 changed files with 3 additions and 1 deletions
|
|
@ -32,6 +32,7 @@ class AddLastWorkfileToLaunchArgs(PreLaunchHook):
|
|||
"openrv",
|
||||
"cinema4d",
|
||||
"silhouette",
|
||||
"gaffer",
|
||||
}
|
||||
launch_types = {LaunchTypes.local}
|
||||
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ class OCIOEnvHook(PreLaunchHook):
|
|||
"openrv",
|
||||
"cinema4d",
|
||||
"silhouette",
|
||||
"gaffer",
|
||||
}
|
||||
launch_types = set()
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ class ValidateCurrentSaveFile(pyblish.api.ContextPlugin):
|
|||
label = "Validate File Saved"
|
||||
order = pyblish.api.ValidatorOrder - 0.1
|
||||
hosts = ["fusion", "houdini", "max", "maya", "nuke", "substancepainter",
|
||||
"cinema4d", "silhouette"]
|
||||
"cinema4d", "silhouette", "gaffer"]
|
||||
actions = [SaveByVersionUpAction, ShowWorkfilesAction]
|
||||
|
||||
def process(self, context):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue