mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Merge pull request #1030 from BigRoy/enhancement/add_shapefx_loki_support
Add ShapeFX Loki support
This commit is contained in:
commit
fd1fc7bdfd
3 changed files with 3 additions and 1 deletions
|
|
@ -33,6 +33,7 @@ class AddLastWorkfileToLaunchArgs(PreLaunchHook):
|
||||||
"cinema4d",
|
"cinema4d",
|
||||||
"silhouette",
|
"silhouette",
|
||||||
"gaffer",
|
"gaffer",
|
||||||
|
"loki",
|
||||||
}
|
}
|
||||||
launch_types = {LaunchTypes.local}
|
launch_types = {LaunchTypes.local}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,7 @@ class OCIOEnvHook(PreLaunchHook):
|
||||||
"cinema4d",
|
"cinema4d",
|
||||||
"silhouette",
|
"silhouette",
|
||||||
"gaffer",
|
"gaffer",
|
||||||
|
"loki",
|
||||||
}
|
}
|
||||||
launch_types = set()
|
launch_types = set()
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ class ValidateCurrentSaveFile(pyblish.api.ContextPlugin):
|
||||||
label = "Validate File Saved"
|
label = "Validate File Saved"
|
||||||
order = pyblish.api.ValidatorOrder - 0.1
|
order = pyblish.api.ValidatorOrder - 0.1
|
||||||
hosts = ["fusion", "houdini", "max", "maya", "nuke", "substancepainter",
|
hosts = ["fusion", "houdini", "max", "maya", "nuke", "substancepainter",
|
||||||
"cinema4d", "silhouette", "gaffer", "blender"]
|
"cinema4d", "silhouette", "gaffer", "blender", "loki"]
|
||||||
actions = [SaveByVersionUpAction, ShowWorkfilesAction]
|
actions = [SaveByVersionUpAction, ShowWorkfilesAction]
|
||||||
|
|
||||||
def process(self, context):
|
def process(self, context):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue