Blender Git Commit Log
Git Commits -> Revision 5ddb23d
Revision 5ddb23d by Sergey Sharybin (master) August 12, 2011, 14:42 (GMT) |
Camera tracking integration =========================== Continue improving grease pencil for manual calibration: - Fixed bug with local undo which was caused by not dropping re-done nodes when pushing new undo node. - Fixed bug with conversion grease pencil to bezier curve (last point could be dropped away on such conversion). - Added new mode: poly line drawing. This mode allows to draw poly-line by clicking on it's knots. In this mode user is allowed to pan/zoom to new position before placing next knot. |
Commit Details:
Full Hash: 5ddb23daec7befc31f13bb99c916664b20b563e6
SVN Revision: 39335
Parent Commit: 43df54a
Lines Changed: +133, -32
6 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 (+106, -30) (Diff)
/source/blender/editors/gpencil/gpencil_undo.c (+18, -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 (+106, -30) (Diff)
/source/blender/editors/gpencil/gpencil_undo.c (+18, -0) (Diff)