Blender Git Commit Log
Git Commits -> Revision 9de320d
Revision 9de320d by Antonio Vazquez (master) August 27, 2018, 14:31 (GMT) |
GP: New operator to copy layers between objects The operator allows to copy a complete layer with all frames or only active frame to a new object. Can be found in edit specials menu (W key) or in Layers specials menu (last button near layer list). |
Commit Details:
Full Hash: 9de320d8829157116878e078eb7801f306d242b6
Parent Commit: 1e6a5eb
Lines Changed: +169, -0
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_gpencil.py (+3, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+26, -0) (Diff)
/source/blender/editors/gpencil/gpencil_data.c (+138, -0) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+1, -0) (Diff)
/source/blender/editors/gpencil/gpencil_ops.c (+1, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+26, -0) (Diff)
/source/blender/editors/gpencil/gpencil_data.c (+138, -0) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+1, -0) (Diff)
/source/blender/editors/gpencil/gpencil_ops.c (+1, -0) (Diff)