Blender Git Commit Log
Git Commits -> Revision c3472cb
Revision c3472cb by Antonio Vazquez (master) November 15, 2021, 11:17 (GMT) |
Fix T93074: Gpencil cutter not using flat caps in middle cuts When cut an stroke using the option Flat Caps, the falt was not done if the cut was done in the middle of the stroke. Now the flat is applied to the segments created and also some cleanup of the code done. |
Commit Details:
Full Hash: c3472cb11cded38b277f71ca9d7fc06c417da022
Parent Commit: c2c65cc
Lines Changed: +21, -15
8 Modified Paths:
/source/blender/blenkernel/BKE_gpencil_geom.h (+3, -2) (Diff)
/source/blender/blenkernel/intern/gpencil_geom.cc (+6, -2) (Diff)
/source/blender/editors/gpencil/annotate_paint.c (+1, -1) (Diff)
/source/blender/editors/gpencil/gpencil_convert.c (+1, -1) (Diff)
/source/blender/editors/gpencil/gpencil_edit.c (+6, -6) (Diff)
/source/blender/editors/gpencil/gpencil_merge.c (+2, -1) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+1, -1) (Diff)
/source/blender/editors/gpencil/gpencil_utils.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/gpencil_geom.cc (+6, -2) (Diff)
/source/blender/editors/gpencil/annotate_paint.c (+1, -1) (Diff)
/source/blender/editors/gpencil/gpencil_convert.c (+1, -1) (Diff)
/source/blender/editors/gpencil/gpencil_edit.c (+6, -6) (Diff)
/source/blender/editors/gpencil/gpencil_merge.c (+2, -1) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+1, -1) (Diff)
/source/blender/editors/gpencil/gpencil_utils.c (+1, -1) (Diff)