Blender Git Loki
Git Commits -> Revision 7ed68ac
Revision 7ed68ac by Sergey Sharybin (master) June 24, 2012, 11:27 (GMT) |
Fix #31909: "Make Segment" on path-curves gives wrong result In fact fixed in easiest way -- always re-calculate knots array on topology changes. After some discussion with Ton we agreed on that having manually editable knots is not intuitive and user should only define cyclic/endpoints flags and knots would be re-calculated based on this flags. This means that it's unnecessary to have special logic for knots manipulating in some topology changing tools and they could just re-calculate knots for the whole nurb, without worrying that knots could have been manually edited. |
Commit Details:
Full Hash: 7ed68ac4efb23186df7f7311b2957f4e61b131ac
SVN Revision: 48234
Parent Commit: 785a5c3
Lines Changed: +4, -18
1 Modified Path:
/source/blender/editors/curve/editcurve.c (+4, -18) (Diff)