Blender Git Loki
Git Commits -> Revision 163e434
Revision 163e434 by Joshua Leung (GPencil_Editing_Stage3) November 15, 2015, 06:41 (GMT) |
GP Editing: Snapping Tools (Shift S) This commit introduces the ability to snap GP points to the cursor/grid, as well as snapping the cursor to GP points. Currently this functionality is only available in the 3D view (since the cursor/grid settings are only available in that view), where they are most needed. Later, some of these operators can be extended to other editors on an "as-needed" basis, based on finding some way of dealing with the lack of 2D cursor in those views. Coded during my recent travels :) |
Commit Details:
Full Hash: 163e434b32d7965015c4cf4c5d9f3ae30bf73976
Parent Commit: f9b7ae7
Lines Changed: +223, -1
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_grease_pencil_common.py (+20, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+5, -1) (Diff)
/source/blender/editors/gpencil/gpencil_edit.c (+185, -0) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+6, -0) (Diff)
/source/blender/editors/gpencil/gpencil_ops.c (+7, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+5, -1) (Diff)
/source/blender/editors/gpencil/gpencil_edit.c (+185, -0) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+6, -0) (Diff)
/source/blender/editors/gpencil/gpencil_ops.c (+7, -0) (Diff)