Blender Git Loki
Git Commits -> Revision 8930a4f
Revision 8930a4f by Joshua Leung (master) August 29, 2009, 06:50 (GMT) |
Grease Pencil: UI (i.e. Panel) for Settings Restored the UI for access to the GP layers. There are still a few minor bugs here: * Wrong icons on the toggles - even when they're enabled, they only show a single state * The ID-template doesn't seem to be showing up. Dunno what's going wrong there... |
Commit Details:
Full Hash: 8930a4fd332e69442b4de2efe42019bf5a41c946
SVN Revision: 22856
Parent Commit: f46f6dc
Lines Changed: +290, -230
7 Modified Paths:
/source/blender/editors/gpencil/gpencil_buttons.c (+136, -200) (Diff)
/source/blender/editors/gpencil/gpencil_edit.c (+126, -0) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+7, -0) (Diff)
/source/blender/editors/gpencil/gpencil_ops.c (+6, -0) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+4, -1) (Diff)
/source/blender/editors/include/ED_gpencil.h (+3, -2) (Diff)
/source/blender/editors/space_view3d/view3d_buttons.c (+8, -27) (Diff)
/source/blender/editors/gpencil/gpencil_edit.c (+126, -0) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+7, -0) (Diff)
/source/blender/editors/gpencil/gpencil_ops.c (+6, -0) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+4, -1) (Diff)
/source/blender/editors/include/ED_gpencil.h (+3, -2) (Diff)
/source/blender/editors/space_view3d/view3d_buttons.c (+8, -27) (Diff)