Blender Git Loki
Git Commits -> Revision 2044b62
Revision 2044b62 by Campbell Barton (master) August 4, 2012, 20:17 (GMT) |
resolve some issues with curve resolution calculaction - resolution could become so high that it would wrap around to a negative number, now check for small numbers before doing float division. - resolution was being calculated in some cases when it already met the clamp value - now this is skipped. |
Commit Details:
Full Hash: 2044b62370f3e26037699577824201fb684578a1
SVN Revision: 49561
Parent Commit: 3d20474
Lines Changed: +54, -53