Blender Git Commit Log
Git Commits -> Revision e1a65d8
September 28, 2014, 15:25 (GMT) |
Transform tools for Grease Pencil strokes Selected strokes can now be transformed (translated, rotate, scaled), using: * D+G = Grab/Move * D+R = Rotate * D+S = Scale Things are still rough around the edges though, and may not work well in all cases yet. Known todos: * There's an occasional crash after duplicating and moving a stroke * 2D strokes (and other editors) may not work well yet * Need to check on the case when there is no active object |
Commit Details:
Full Hash: e1a65d804d3f63f3addd0c848bd0fd1ce9d13228
Parent Commit: f08fdc0
Lines Changed: +137, -5
5 Modified Paths:
/source/blender/editors/gpencil/gpencil_ops.c (+11, -0) (Diff)
/source/blender/editors/include/ED_transform.h (+2, -0) (Diff)
/source/blender/editors/transform/transform.c (+6, -0) (Diff)
/source/blender/editors/transform/transform_conversions.c (+109, -0) (Diff)
/source/blender/editors/transform/transform_ops.c (+9, -5) (Diff)
/source/blender/editors/include/ED_transform.h (+2, -0) (Diff)
/source/blender/editors/transform/transform.c (+6, -0) (Diff)
/source/blender/editors/transform/transform_conversions.c (+109, -0) (Diff)
/source/blender/editors/transform/transform_ops.c (+9, -5) (Diff)