Skip to content

Commit

Permalink
Merge branch 'develop' into feature/pinning_file_suport
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy authored Sep 3, 2024
2 parents be375fb + 223bb6b commit e1e4a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_usd/hooks/pre_resolver_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class InitializeAssetResolver(PreLaunchHook):
Asset resolver is used to resolve assets in the application.
"""

app_groups = {"maya", "nuke", "nukestudio", "houdini", "blender", "unreal"}
app_groups = {"maya", "houdini", "unreal"}
launch_types = {LaunchTypes.local}

def _setup_resolver(self, local_resolver, settings):
Expand Down

0 comments on commit e1e4a3b

Please sign in to comment.