Blender Git Commit Log
Git Commits -> Revision ae33503
Revision ae33503 by Sergey Sharybin (master) March 29, 2012, 15:41 (GMT) |
Fix #30716: Clamp To Constraint Locks up Blender after a while. Issue was caused by object moved really far away (not just actually issue, it's just about long mouse gesture and X-axis orientation which projects position to quite large X-axis value) and for this location start offset from curve length was calculating iteratively which takes plenty of time for short curves. Replace iterative search of offset with formula which seems to be working in the same way and should be a bit more accurate. |
Commit Details:
Full Hash: ae33503d0304e8efcde9532f7acc23773fc810a6
SVN Revision: 45263
Parent Commit: 81efab8
Lines Changed: +4, -14
1 Modified Path:
/source/blender/blenkernel/intern/constraint.c (+4, -14) (Diff)