Blender Git Commit Log
Git Commits -> Revision 3a3f90c
Revision 3a3f90c by Falk David (temp-gpencil-bezier-stroke-type) April 24, 2021, 16:55 (GMT) |
GPencil: Add find_cubic_bezier_stationary_points This function calculates the stationary points of a bezier curve. The new fitting implementation will use this function to determin where to place control points so that attributes, like the thickness, can be fitted to the curve. Since we do not have handles to control the falloff of attributes, we have to find points of interest where our interpolation between two points gives good results. |
Commit Details:
Full Hash: 3a3f90cef1b11ce977d1e3b919a1f0dc9232ffd9
Parent Commit: 5f4a24e
Lines Changed: +49, -0
1 Modified Path:
/source/blender/blenkernel/intern/gpencil_curve.c (+49, -0) (Diff)