Blender Git Commit Log
Git Commits -> Revision dbc5941
Revision dbc5941 by Joshua Leung (master) November 4, 2011, 08:06 (GMT) |
Bugfix [#28515] Dupliframes start/end animation broken since 2.56A Due to changes with the way that dupliframes were being evaluated (one of those being that the animation for the object being animated would get reevaluated for every frame sample for dupliframes) to get them working properly again sometime during the 2.5 series, the dupliframe- sampling loop would be prematurely terminated on the first frame in this example. That is because after the first step of the loop, the ob->dupend property would have changed its value as it was being animated, leading to the loop terminating, and only the a single dupli getting added. |
Commit Details:
Full Hash: dbc5941caedf4b400b6a65a69e9f4aee1713fe16
SVN Revision: 41511
Parent Commit: 87cd81b
Lines Changed: +2, -1
1 Modified Path:
/source/blender/blenkernel/intern/anim.c (+2, -1) (Diff)