fixed return varaible

This commit is contained in:
aardschok 2017-10-16 14:12:23 +02:00
parent c18db31a91
commit fd78f969f7

View file

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