Blender Git Commit Log
Git Commits -> Revision b9029d6
Revision b9029d6 by Joshua Leung (GPencil_Editing_Stage3) October 17, 2015, 14:52 (GMT) |
GP Edit: "Change Layer" operator - Integrated into the D+W Pie Menu Create a "Change Stroke" operator for GP Layers which can be used to change between layers without needing to have the layers list open. This can be accessed via the D+W pie menu by clicking on the dropdown beside the active layer's name. Also, added the ability to delete the active layer from the menu too. |
Commit Details:
Full Hash: b9029d698c4735f878c677621dcf8e2ae37e20e1
Parent Commit: affd1ea
Lines Changed: +78, -5
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_grease_pencil_common.py (+7, -2) (Diff)
/source/blender/editors/gpencil/gpencil_data.c (+68, -0) (Diff)
/source/blender/editors/gpencil/gpencil_edit.c (+0, -1) (Diff)
/source/blender/editors/gpencil/gpencil_ops.c (+1, -0) (Diff)
/source/blender/editors/gpencil/gpencil_utils.c (+2, -2) (Diff)
/source/blender/editors/gpencil/gpencil_data.c (+68, -0) (Diff)
/source/blender/editors/gpencil/gpencil_edit.c (+0, -1) (Diff)
/source/blender/editors/gpencil/gpencil_ops.c (+1, -0) (Diff)
/source/blender/editors/gpencil/gpencil_utils.c (+2, -2) (Diff)