Skip to content

Commit

Permalink
Add ShapeFX Loki support
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy committed Nov 29, 2024
1 parent 2842c90 commit be20a9f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion client/ayon_core/hooks/pre_add_last_workfile_arg.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ class AddLastWorkfileToLaunchArgs(PreLaunchHook):
"aftereffects",
"wrap",
"openrv",
"cinema4d"
"cinema4d",
"loki"
}
launch_types = {LaunchTypes.local}

Expand Down
3 changes: 2 additions & 1 deletion client/ayon_core/hooks/pre_ocio_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ class OCIOEnvHook(PreLaunchHook):
"hiero",
"resolve",
"openrv",
"cinema4d"
"cinema4d",
"loki"
}
launch_types = set()

Expand Down
2 changes: 1 addition & 1 deletion client/ayon_core/plugins/publish/validate_file_saved.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
"cinema4d", "loki"]
actions = [SaveByVersionUpAction, ShowWorkfilesAction]

def process(self, context):
Expand Down

0 comments on commit be20a9f

Please sign in to comment.