From ac3ed4dd7128bfcfc0a8fb3886f6c4e740f393bf Mon Sep 17 00:00:00 2001 From: aardschok Date: Mon, 7 Aug 2017 12:10:12 +0200 Subject: [PATCH] fixed missing args in assign_look --- colorbleed/plugins/maya/load/load_look.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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