Skip to content

Commit

Permalink
Fix settings name
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy committed Aug 27, 2024
1 parent f6e8403 commit 9666feb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ node.parm("file").lock(True)
# TODO: Clean this up and re-use more from HDA utils lib
from ayon_core.settings import get_current_project_settings
settings = get_current_project_settings()
load_settings = settings["houdini"].get("load", {}).get("LOPLoadShotLoader", {})
load_settings = settings["houdini"].get("load", {}).get("LOPLoadAssetLoader", {})
use_ayon_entity_uri = load_settings.get("use_ayon_entity_uri", False)
node.parm("use_ayon_entity_uri").set(use_ayon_entity_uri)

0 comments on commit 9666feb

Please sign in to comment.