no need for renaming actions that are not linked anywhere

talked with Joshua Leung (aligorith) and he agreed on that
This commit is contained in:
Dalai Felinto
2012-07-24 07:08:33 +00:00
parent 603842fad4
commit 752e14ce15

View File

@@ -2094,7 +2094,7 @@ void do_versions_ipos_to_animato(Main *main)
bAction *new_act;
/* add a new action for this, and convert all data into that action */
new_act = add_empty_action("ConvIPO_Action"); // XXX need a better name...
new_act = add_empty_action(id->name+2);
ipo_to_animato(NULL, ipo, NULL, NULL, NULL, NULL, &new_act->curves, &drivers);
new_act->idroot = ipo->blocktype;
}