Blender Git Commit Log
Git Commits -> Revision 3fa51df
Revision 3fa51df by Joshua Leung (master) August 31, 2009, 01:58 (GMT) |
Grease Pencil: Restored some editing operators (convert and delete active frame) * Convert operator - can currently be used to convert active Grease Pencil layer to curves. I had a look at making this part of a special "curve sketching" macro, though it seems that we cannot have modal operators coming first in a macro (and also cannot specify operator calling modes) * Delete Active Frame operator - does what its name say it does. It deletes the active frame for the active layer of Grease Pencil sketches. |
Commit Details:
Full Hash: 3fa51df744ea5c4585e4cb53a207a0f106ec2032
SVN Revision: 22905
Parent Commit: 1a968f6
Lines Changed: +324, -10
5 Modified Paths:
/source/blender/blenkernel/intern/gpencil.c (+1, -1) (Diff)
/source/blender/editors/gpencil/gpencil_buttons.c (+11, -9) (Diff)
/source/blender/editors/gpencil/gpencil_edit.c (+304, -0) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+4, -0) (Diff)
/source/blender/editors/gpencil/gpencil_ops.c (+4, -0) (Diff)
/source/blender/editors/gpencil/gpencil_buttons.c (+11, -9) (Diff)
/source/blender/editors/gpencil/gpencil_edit.c (+304, -0) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+4, -0) (Diff)
/source/blender/editors/gpencil/gpencil_ops.c (+4, -0) (Diff)