Blender Git Commit Log
Git Commits -> Revision 7ab7ae8
Revision 7ab7ae8 by Hans Goudey (master) May 4, 2021, 21:28 (GMT) |
Fix: Incorrect cyclic interpolation for nodes bezier spline The special case for the interpolation to the last point was being used for every point in the last segment, because of the rounding. Instead, make the function slightly more complicated to properly handle the correct interolation in the cyclic and non-cyclic cases. |
Commit Details:
Full Hash: 7ab7ae80c5a32be2cf4003f818e09fa3f1759fc4
Parent Commit: 4411609
Lines Changed: +13, -6
1 Modified Path:
/source/blender/blenkernel/intern/spline_bezier.cc (+13, -6) (Diff)