Blender Git Loki
Git Commits -> Revision 34ce855
Revision 34ce855 by Sergey Sharybin (master) August 11, 2011, 18:18 (GMT) |
Camera tracking integration =========================== Return non-blocking behavior to grease pencil sketch mode. It is needed to implement more accurate line drawing based on using mouse click on where line "knot" should be added and allowing pan/zoom between such knots selection. There are still issues with vertex paint/sculpt modes, but they aren't critical -- just behavior could be improved here. |
Commit Details:
Full Hash: 34ce85571f4feff59efad91ebd72e4aa942bae60
SVN Revision: 39313
Parent Commit: a8c2759
Lines Changed: +234, -56
1 Added Path:
/source/blender/editors/gpencil/gpencil_undo.c (+142, -0) (View)
5 Modified Paths:
/source/blender/editors/gpencil/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+6, -0) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+77, -56) (Diff)
/source/blender/editors/include/ED_gpencil.h (+3, -0) (Diff)
/source/blender/editors/util/undo.c (+5, -0) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+6, -0) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+77, -56) (Diff)
/source/blender/editors/include/ED_gpencil.h (+3, -0) (Diff)
/source/blender/editors/util/undo.c (+5, -0) (Diff)