From fd78f969f7c4b9c53cf888a082d71e6dda05aa14 Mon Sep 17 00:00:00 2001 From: aardschok Date: Mon, 16 Oct 2017 14:12:23 +0200 Subject: [PATCH] fixed return varaible --- colorbleed/plugins/maya/publish/collect_look.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colorbleed/plugins/maya/publish/collect_look.py b/colorbleed/plugins/maya/publish/collect_look.py index 173a26dc32..334929b5e6 100644 --- a/colorbleed/plugins/maya/publish/collect_look.py +++ b/colorbleed/plugins/maya/publish/collect_look.py @@ -193,7 +193,7 @@ class CollectLook(pyblish.api.InstancePlugin): if components: member_data["components"] = components - return member + return member_data def collect_attributes_changed(self, instance): """Collect all userDefined attributes which have changed