Merge pull request #308 from BigRoy/bugfix/houdini_fix_tab_create_instances

Houdini: Fix creating instances from tab menu
This commit is contained in:
Jakub Trllo 2024-03-28 16:53:10 +01:00 committed by GitHub
commit 312e0e7ad4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -91,7 +91,7 @@ def create_interactive(creator_identifier, **kwargs):
pane = stateutils.activePane(kwargs)
if isinstance(pane, hou.NetworkEditor):
pwd = pane.pwd()
project_name = context.get_current_project_name(),
project_name = context.get_current_project_name()
folder_path = context.get_current_folder_path()
task_name = context.get_current_task_name()
folder_entity = ayon_api.get_folder_by_path(