Blender Git Commit Log
Git Commits -> Revision affd1ea
Revision affd1ea by Joshua Leung (GPencil_Editing_Stage3) October 17, 2015, 14:29 (GMT) |
GP Editing: "Move to Layer" operator (MKEY) This commit adds an operator which can be used to move the selected strokes to another layer (including to a new layer). Currently this can only move entire strokes. Later we can check on doing partial strokes too (just like copy/paste can handle now). |
Commit Details:
Full Hash: affd1eacb58d715dd4d09e0dd8b378de2d8173d9
Parent Commit: 422344d
Lines Changed: +212, -0
5 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d.py (+1, -0) (Diff)
/source/blender/editors/gpencil/gpencil_edit.c (+107, -0) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+12, -0) (Diff)
/source/blender/editors/gpencil/gpencil_ops.c (+4, -0) (Diff)
/source/blender/editors/gpencil/gpencil_utils.c (+88, -0) (Diff)
/source/blender/editors/gpencil/gpencil_edit.c (+107, -0) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+12, -0) (Diff)
/source/blender/editors/gpencil/gpencil_ops.c (+4, -0) (Diff)
/source/blender/editors/gpencil/gpencil_utils.c (+88, -0) (Diff)