Blender Git Loki
Git Commits -> Revision 32287be
Revision 32287be by Sergey Sharybin (master) September 6, 2011, 08:30 (GMT) |
New grease pencil mode: poly line drawing - It's like sketch mode for lines, but you're specifying line knots by clicking on position you want to add next knot. - View can be navigated between knots creation. - Holding LMB down and sliding mouse will lead to new segment preview so it can be created more accurate. Additional change: fixed GP->Bezier conversion. Last point used to be ignored in this operator. |
Commit Details:
Full Hash: 32287bebe82615b8500ef0196b7b780745147835
SVN Revision: 39962
Parent Commit: 82f7a5e
Lines Changed: +112, -29
5 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+3, -0) (Diff)
/source/blender/editors/gpencil/gpencil_edit.c (+2, -2) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+1, -0) (Diff)
/source/blender/editors/gpencil/gpencil_ops.c (+3, -0) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+103, -27) (Diff)
/source/blender/editors/gpencil/gpencil_edit.c (+2, -2) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+1, -0) (Diff)
/source/blender/editors/gpencil/gpencil_ops.c (+3, -0) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+103, -27) (Diff)