Blender Git Commit Log
Git Commits -> Revision 9631c1a
Revision 9631c1a by Dalai Felinto (master) February 6, 2018, 15:19 (GMT) |
Outliner: Operator to delete outliner selected elements from collection Suggested by Pablo Vazquez (venomgfx). |
Commit Details:
Full Hash: 9631c1ac1a8ef2e491310778853b912595e6f3ee
Parent Commit: 5633bab
Lines Changed: +87, -5
5 Modified Paths:
/release/scripts/startup/bl_ui/space_outliner.py (+2, -0) (Diff)
/source/blender/editors/space_outliner/outliner_collections.c (+75, -0) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+8, -0) (Diff)
/source/blender/editors/space_outliner/outliner_ops.c (+1, -0) (Diff)
/source/blender/editors/space_outliner/outliner_tree.c (+1, -5) (Diff)
/source/blender/editors/space_outliner/outliner_collections.c (+75, -0) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+8, -0) (Diff)
/source/blender/editors/space_outliner/outliner_ops.c (+1, -0) (Diff)
/source/blender/editors/space_outliner/outliner_tree.c (+1, -5) (Diff)