Blender Git Commit Log
Git Commits -> Revision 96d78e3
Revision 96d78e3 by Sergey Sharybin (master) July 8, 2013, 08:02 (GMT) |
Fix #36042: Subdividing a cyclic spline shifts start/end points Issue goes back to 2.4x days at least (but very much likely the issue is even older). It's caused by subdivision code was starting to iterate points from previous one, which shifted all the points by one. Reshuffled code so now iteration starts from first spline point. Thanks to Campbell for review and tests! :) |
Commit Details:
Full Hash: 96d78e3de96f876fde8644160dc641ebc7a58e87
SVN Revision: 58070
Parent Commit: 8a388a7
Lines Changed: +94, -71
1 Modified Path:
/source/blender/editors/curve/editcurve.c (+94, -71) (Diff)