diff --git a/colorbleed/plugins/maya/load/load_look.py b/colorbleed/plugins/maya/load/load_look.py index d0b05d1252..12edc082a7 100644 --- a/colorbleed/plugins/maya/load/load_look.py +++ b/colorbleed/plugins/maya/load/load_look.py @@ -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