Making 'nice' code (split reused code in separate call) caused DupliFrames
option not to work, dupliverts & particles did, but yah, testing eh! :)
This commit is contained in:
Ton Roosendaal 2004-10-16 12:05:42 +00:00
parent 541a55484b
commit 8682084834

@ -328,7 +328,7 @@ void frames_duplilist(Object *ob)
newob= new_dupli_object(&duplilist, ob, ob);
do_ob_ipo(newob);
where_is_object(newob);
where_is_object_time(newob, (float)G.scene->r.cfra);
}
}