Skip to content

Commit

Permalink
Merge pull request #1089 from ynput/enhancement/add_substance_designe…
Browse files Browse the repository at this point in the history
…r_support

Add substance designer support
  • Loading branch information
moonyuet authored Jan 21, 2025
2 parents e54ec4e + 81e861d commit 44dcd68
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/ayon_core/hooks/pre_add_last_workfile_arg.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class AddLastWorkfileToLaunchArgs(PreLaunchHook):
"photoshop",
"tvpaint",
"substancepainter",
"substancedesigner",
"aftereffects",
"wrap",
"openrv",
Expand Down
1 change: 1 addition & 0 deletions client/ayon_core/hooks/pre_ocio_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class OCIOEnvHook(PreLaunchHook):
order = 0
hosts = {
"substancepainter",
"substancedesigner",
"fusion",
"blender",
"aftereffects",
Expand Down
3 changes: 2 additions & 1 deletion client/ayon_core/plugins/publish/collect_resources_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ class CollectResourcesPath(pyblish.api.InstancePlugin):
"yeticacheUE",
"tycache",
"usd",
"oxrig"
"oxrig",
"sbsar",
]

def process(self, instance):
Expand Down

0 comments on commit 44dcd68

Please sign in to comment.