mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix bug when loading shelf files
This commit is contained in:
parent
f8ae5a0c35
commit
711976e685
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ def generate_shelves():
|
|||
"{}".format(shelf_set_os_filepath))
|
||||
continue
|
||||
|
||||
hou.shelves.newShelfSet(file_path=shelf_set_os_filepath)
|
||||
hou.shelves.loadFile(shelf_set_os_filepath)
|
||||
continue
|
||||
|
||||
shelf_set_name = shelf_set_config.get('shelf_set_name')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue