Blender Git Loki
Git Commits -> Revision d0ec3f4
Revision d0ec3f4 by Campbell Barton (master) January 1, 2010, 17:48 (GMT) |
- grease pencil option to only use the endpoint depths. this makes drawing shapes in 3D easier since it wont stick to every depth the line passes through. - use a 8x8 area when finding stroke depths since thin lines can get ignored if the point is not close enough to them. |
Commit Details:
Full Hash: d0ec3f428c5bafd46d7bd80dedff15c6c7f9f8e6
SVN Revision: 25655
Parent Commit: 7cc72d5
Lines Changed: +100, -59
6 Modified Paths:
/source/blender/editors/gpencil/gpencil_buttons.c (+4, -0) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+24, -2) (Diff)
/source/blender/editors/include/ED_view3d.h (+2, -2) (Diff)
/source/blender/editors/space_view3d/view3d_edit.c (+62, -55) (Diff)
/source/blender/makesdna/DNA_gpencil_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_gpencil.c (+6, -0) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+24, -2) (Diff)
/source/blender/editors/include/ED_view3d.h (+2, -2) (Diff)
/source/blender/editors/space_view3d/view3d_edit.c (+62, -55) (Diff)
/source/blender/makesdna/DNA_gpencil_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_gpencil.c (+6, -0) (Diff)