Blender Git Commit Log

Git Commits -> Revision ec7603d

Revision ec7603d by Joshua Leung (master)
June 23, 2016, 15:18 (GMT)
GPencil: Added a new version of the "delete active frame" operator which deletes on all editable layers

This new operator will delete any GP frame it finds on the current frame, regardless
of whether it's on the active layer or not. It will only remove the frames if the
layer is editable, but otherwise, it will just go for it.

The existing operator is great for use in the panel (where it only applies to the active
frame), but it was not so good for all the other places where tools can be invoked
(e.g. D-X, or Delete) as you're typically thinking about the whole scene more holisticaly
than just caring about a particular layer.

Commit Details:

Full Hash: ec7603d6f115bfae53b7b0c887fd0b46a82a16d6
Parent Commit: 37560e7
Lines Changed: +64, -4

4 Modified Paths:

/release/scripts/startup/bl_ui/space_view3d.py (+1, -1) (Diff)
/source/blender/editors/gpencil/gpencil_edit.c (+59, -1) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+1, -0) (Diff)
/source/blender/editors/gpencil/gpencil_ops.c (+3, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021