Blender Git Commit Log
Git Commits -> Revision b187d33
Revision b187d33 by Sergej Reich (master) February 18, 2013, 13:51 (GMT) |
pointcache: Set start frame soft limit to 1 Right now most simulations can't handle cache start frame < 1 unfortunately. There are two main problems: 1. frame 0 is a special case so some simulations will just pop back to their initial state on frame 0. 2. blender doesn't allow playing the animation starting from negative start frames, so most simulations only work when baked and not during regular playback. Just change soft limit since sart frame < 1 can work in some cases, but this needs to be fixed properly in the individual simulations if we really want to allow it. |
Commit Details:
Full Hash: b187d3375161ee6a0583f0c05181929a6d1f1774
SVN Revision: 54629
Parent Commit: 21ab95c
Lines Changed: +1, -1
1 Modified Path:
/source/blender/makesrna/intern/rna_object_force.c (+1, -1) (Diff)