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:
Jakub Trllo 2025-07-02 12:06:20 +02:00 committed by GitHub
commit e86bf9c787
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View file

@ -32,6 +32,7 @@ class AddLastWorkfileToLaunchArgs(PreLaunchHook):
"openrv",
"cinema4d",
"silhouette",
"gaffer",
}
launch_types = {LaunchTypes.local}

View file

@ -23,6 +23,7 @@ class OCIOEnvHook(PreLaunchHook):
"openrv",
"cinema4d",
"silhouette",
"gaffer",
}
launch_types = set()

View file

@ -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):