Whitespace
This commit is contained in:
@@ -312,7 +312,7 @@ static void motionpaths_calc_optimise_depsgraph(Scene *scene, ListBase *targets)
|
|||||||
BLI_addhead(&scene->base, base);
|
BLI_addhead(&scene->base, base);
|
||||||
|
|
||||||
mpt->ob->flag |= BA_TEMP_TAG;
|
mpt->ob->flag |= BA_TEMP_TAG;
|
||||||
|
|
||||||
/* we really don't need to continue anymore once this happens, but this line might really 'break' */
|
/* we really don't need to continue anymore once this happens, but this line might really 'break' */
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@@ -504,7 +504,7 @@ void BKE_animdata_separate_by_basepath(ID *srcID, ID *dstID, ListBase *basepaths
|
|||||||
else if (dstAdt->action == srcAdt->action) {
|
else if (dstAdt->action == srcAdt->action) {
|
||||||
printf("Argh! Source and Destination share animation! ('%s' and '%s' both use '%s') Making new empty action\n",
|
printf("Argh! Source and Destination share animation! ('%s' and '%s' both use '%s') Making new empty action\n",
|
||||||
srcID->name, dstID->name, srcAdt->action->id.name);
|
srcID->name, dstID->name, srcAdt->action->id.name);
|
||||||
|
|
||||||
/* TODO: review this... */
|
/* TODO: review this... */
|
||||||
id_us_min(&dstAdt->action->id);
|
id_us_min(&dstAdt->action->id);
|
||||||
dstAdt->action = add_empty_action(dstAdt->action->id.name + 2);
|
dstAdt->action = add_empty_action(dstAdt->action->id.name + 2);
|
||||||
@@ -533,9 +533,9 @@ void BKE_animdata_separate_by_basepath(ID *srcID, ID *dstID, ListBase *basepaths
|
|||||||
/* just need to change lists */
|
/* just need to change lists */
|
||||||
BLI_remlink(&srcAdt->drivers, fcu);
|
BLI_remlink(&srcAdt->drivers, fcu);
|
||||||
BLI_addtail(&dstAdt->drivers, fcu);
|
BLI_addtail(&dstAdt->drivers, fcu);
|
||||||
|
|
||||||
/* TODO: add depsgraph flushing calls? */
|
/* TODO: add depsgraph flushing calls? */
|
||||||
|
|
||||||
/* can stop now, as moved already */
|
/* can stop now, as moved already */
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user