Fixed bug in animation import that caused the attributes to be un-assigned to nodes.

--HG--
extra : source : 9cf011cb5f014ef330dfdf4150e0523b64400e03
This commit is contained in:
2013-08-24 17:04:20 -07:00
parent 0efee25da8
commit 58d4bae6b6

View File

@@ -281,6 +281,7 @@ KRAnimation *KRAnimation::split(const std::string &name, float start_time, float
}
new_attribute->setCurveName(new_curve->getName());
new_attribute->setTargetAttribute(attribute->getTargetAttribute());
new_attribute->setTargetName(attribute->getTargetName());
new_layer->addAttribute(new_attribute);
}