Blender Git Loki
Git Commits -> Revision b00b9da
Revision b00b9da by Julian Eisel (master) March 1, 2017, 14:35 (GMT) |
Outliner: Support dragging object into collection Doing this will add the object to the collection. |
Commit Details:
Full Hash: b00b9dadd819d3b94405f755131e609afa827438
Parent Commit: c1f43c9
Lines Changed: +62, -14
8 Modified Paths:
/source/blender/blenkernel/BKE_layer.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_scene.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/layer.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/scene.c (+13, -0) (Diff)
/source/blender/editors/space_outliner/outliner_collections.c (+17, -9) (Diff)
/source/blender/editors/space_outliner/outliner_edit.c (+15, -1) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+2, -0) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+10, -2) (Diff)
/source/blender/blenkernel/BKE_scene.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/layer.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/scene.c (+13, -0) (Diff)
/source/blender/editors/space_outliner/outliner_collections.c (+17, -9) (Diff)
/source/blender/editors/space_outliner/outliner_edit.c (+15, -1) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+2, -0) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+10, -2) (Diff)