Blender Git Loki
Git Commits -> Revision 30aff3b
Revision 30aff3b by Campbell Barton (master) January 1, 2010, 15:05 (GMT) |
- grease pencil mode for drawing onto geometry (using the z-buffer), access in the 3D view panel. - account for parts of the line going off into infinity by making the stroke stretch between the last valid depth values (like an elastic band), if the endpoints are not over any geometry then use the closest valid depth. |
Commit Details:
Full Hash: 30aff3b830ac222bae90bea02fef0d41fd9d197c
SVN Revision: 25651
Parent Commit: c58f2df
Lines Changed: +143, -27
6 Modified Paths:
/source/blender/editors/gpencil/gpencil_buttons.c (+6, -2) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+93, -17) (Diff)
/source/blender/editors/include/ED_view3d.h (+2, -1) (Diff)
/source/blender/editors/space_view3d/view3d_edit.c (+30, -4) (Diff)
/source/blender/makesdna/DNA_gpencil_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_gpencil.c (+10, -3) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+93, -17) (Diff)
/source/blender/editors/include/ED_view3d.h (+2, -1) (Diff)
/source/blender/editors/space_view3d/view3d_edit.c (+30, -4) (Diff)
/source/blender/makesdna/DNA_gpencil_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_gpencil.c (+10, -3) (Diff)