Blender Git Commit Log

Git Commits -> Revision 043ad7b

Revision 043ad7b by Joshua Leung (master)
August 26, 2009, 12:01 (GMT)
2.5 - Grease Pencil Version 2 (Crude rebirth)

This commit is the start of the new Grease Pencil implementation. I've just ported the old code to make it work with operators, and to store its data in Grease-Pencil datablocks.

However, this is currently still really buggy, with only the barebones of the drawing/creation tools restored (no UI panels, no options). To use (not recommended), use D+S+move_mouse (and click when finished) for now. There are some rather serious event handling errors going on here...

Commit Details:

Full Hash: 043ad7bc8e8e32161563798268727c1f42c9b3d6
SVN Revision: 22802
Parent Commit: adcb21b
Lines Changed: +1415, -12

2 Added Paths:

/source/blender/editors/gpencil/gpencil_ops.c (+68, -0) (View)
/source/blender/editors/gpencil/gpencil_paint.c (+1296, -0) (View)

9 Modified Paths:

/source/blender/blenloader/intern/readfile.c (+4, -0) (Diff)
/source/blender/editors/gpencil/drawgpencil.c (+4, -5) (Diff)
/source/blender/editors/gpencil/gpencil_edit.c (+3, -0) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+13, -1) (Diff)
/source/blender/editors/include/ED_gpencil.h (+12, -2) (Diff)
/source/blender/editors/space_api/spacetypes.c (+3, -1) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+3, -2) (Diff)
/source/blender/editors/space_view3d/view3d_ops.c (+5, -1) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+4, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021