diff --git a/colorbleed/maya/lib.py b/colorbleed/maya/lib.py index 22134c04e5..9469168e79 100644 --- a/colorbleed/maya/lib.py +++ b/colorbleed/maya/lib.py @@ -719,7 +719,7 @@ def apply_attributes(attributes, nodes_by_id): for attr_data in attributes: node = nodes_by_id[attr_data["uuid"]] attr_value = attr_data["attributes"] - for attr, value in attr_value: + for attr, value in attr_value.items(): set_attribute(attr, value, node)