Skip to content

Commit

Permalink
Merge pull request #38 from ynput/34A/remove_app_GRPs_that_dont_have_…
Browse files Browse the repository at this point in the history
…resolver_on_LakeFs

removed GRPs from the app groups in the PreLaunchHook to avoid trying…
  • Loading branch information
BigRoy authored Sep 3, 2024
2 parents 569f79e + 60c7e0c commit 223bb6b
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 223bb6b

Please sign in to comment.