Blender Git Loki
Git Commits -> Revision 274c8ae
August 24, 2020, 13:23 (GMT) |
GPencil: Handle strokes with one or two points Generating the curve for a stroke with one or two strokes could crash because it was not handled properly. |
Commit Details:
Full Hash: 274c8ae9e27a7ba5290c72c72cbc2fcdb6d7b056
Parent Commit: ec36b04
Lines Changed: +104, -44
6 Modified Paths:
/source/blender/blenkernel/BKE_gpencil_curve.h (+5, -4) (Diff)
/source/blender/blenkernel/intern/gpencil_curve.c (+75, -24) (Diff)
/source/blender/editors/gpencil/gpencil_edit.c (+8, -5) (Diff)
/source/blender/editors/gpencil/gpencil_edit_curve.c (+1, -2) (Diff)
/source/blender/editors/gpencil/gpencil_select.c (+12, -5) (Diff)
/source/blender/editors/gpencil/gpencil_utils.c (+3, -4) (Diff)
/source/blender/blenkernel/intern/gpencil_curve.c (+75, -24) (Diff)
/source/blender/editors/gpencil/gpencil_edit.c (+8, -5) (Diff)
/source/blender/editors/gpencil/gpencil_edit_curve.c (+1, -2) (Diff)
/source/blender/editors/gpencil/gpencil_select.c (+12, -5) (Diff)
/source/blender/editors/gpencil/gpencil_utils.c (+3, -4) (Diff)