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