fixed missing args in assign_look

This commit is contained in:
aardschok 2017-08-07 12:10:12 +02:00
parent b90b169079
commit ac3ed4dd71

View file

@ -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