mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
fixed missing args in assign_look
This commit is contained in:
parent
b90b169079
commit
ac3ed4dd71
1 changed files with 2 additions and 1 deletions
|
|
@ -69,6 +69,7 @@ class LookLoader(api.Loader):
|
|||
|
||||
# Get all nodes which belong to a matching name space
|
||||
# Currently this is the safest way to get all the nodes
|
||||
lib.apply_shaders(relationships, nodes)
|
||||
# Pass empty list as nodes to assign to in order to only load
|
||||
lib.apply_shaders(relationships, nodes, [])
|
||||
|
||||
self[:] = nodes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue