Blender Git Commit Log
Git Commits -> Revision 237b779
February 1, 2020, 19:14 (GMT) |
GPencil: Add collision checking for Sculpt Instead to check all points, first a general stroke checking is done in order to avoid reading thousands of points. |
Commit Details:
Full Hash: 237b77954aa27ec613b820d32d7fba07efb240b1
Parent Commit: 9449808
Lines Changed: +76, -1
6 Modified Paths:
/source/blender/blenkernel/BKE_gpencil.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/gpencil.c (+10, -0) (Diff)
/source/blender/editors/gpencil/gpencil_sculpt_paint.c (+8, -0) (Diff)
/source/blender/editors/gpencil/gpencil_utils.c (+44, -0) (Diff)
/source/blender/editors/include/ED_gpencil.h (+7, -0) (Diff)
/source/blender/makesdna/DNA_gpencil_types.h (+6, -1) (Diff)
/source/blender/blenkernel/intern/gpencil.c (+10, -0) (Diff)
/source/blender/editors/gpencil/gpencil_sculpt_paint.c (+8, -0) (Diff)
/source/blender/editors/gpencil/gpencil_utils.c (+44, -0) (Diff)
/source/blender/editors/include/ED_gpencil.h (+7, -0) (Diff)
/source/blender/makesdna/DNA_gpencil_types.h (+6, -1) (Diff)