Blender Git Commit Log

Git Commits -> Revision a273d30

April 30, 2021, 17:30 (GMT)
GPencil: Remove curve refitting in BKE geom update

Use (renamed) `BKE_gpencil_stroke_refit_curve` to do the refitting,
because passing the paramters of the fitting function through the `gpd`
was not a good solution. Now this function must be called before the
`BKE_gpencil_stroke_geometry_update` separately.

Commit Details:

Full Hash: a273d3014bacb46a2d438c933ce53c66ebb7be35
Parent Commit: 19fe1f1
Lines Changed: +22, -24

6 Modified Paths:

/source/blender/blenkernel/BKE_gpencil_curve.h (+4, -4) (Diff)
/source/blender/blenkernel/BKE_gpencil_geom.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/gpencil_curve.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/gpencil_geom.c (+4, -14) (Diff)
/source/blender/editors/gpencil/gpencil_edit_curve.c (+1, -1) (Diff)
/source/blender/editors/gpencil/gpencil_sculpt_paint.c (+11, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021