This commit is contained in:
Joshua Leung
2010-12-30 05:47:34 +00:00
parent b67692a130
commit 9fa2f9ffb6

View File

@@ -405,7 +405,7 @@ void BKE_animdata_separate_by_basepath (ID *srcID, ID *dstID, ListBase *basepath
}
else if (dstAdt->action == srcAdt->action) {
printf("Argh! Source and Destination share animation! ('%s' and '%s' both use '%s') Making new empty action\n",
srcID->id.name, dstID->id.name, srcAdt->action->id.name);
srcID->name, dstID->name, srcAdt->action->id.name);
// TODO: review this...
id_us_min(&dstAdt->action->id);