mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
add gaffer to plugin hosts list
This commit is contained in:
parent
9b7de988c2
commit
f5d69e8d8d
3 changed files with 5 additions and 3 deletions
|
|
@ -30,8 +30,9 @@ class AddLastWorkfileToLaunchArgs(PreLaunchHook):
|
|||
"aftereffects",
|
||||
"wrap",
|
||||
"openrv",
|
||||
"cinema4d",
|
||||
"cinema4d"
|
||||
"silhouette",
|
||||
"gaffer",
|
||||
}
|
||||
launch_types = {LaunchTypes.local}
|
||||
|
||||
|
|
|
|||
|
|
@ -21,8 +21,9 @@ class OCIOEnvHook(PreLaunchHook):
|
|||
"hiero",
|
||||
"resolve",
|
||||
"openrv",
|
||||
"cinema4d",
|
||||
"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