Blender Git Commit Log
Git Commits -> Revision bcdba7c
Revision bcdba7c by Julian Eisel (master) January 19, 2021, 17:47 (GMT) |
UI: Deselect other objects when dragging into 3D View When dragging an object into the 3D View, e.g. from the Outliner or the Asset Browser, other objects wouldn't get deselected. That differs from what other drop operations do, which create a new object. They deselect other objects in a lower-level function, which happens to not be called for just dropping objects. So I guess this is an oversight. Old behavior was also a bit annoying because users seem to expect this to deselect. |
Commit Details:
Full Hash: bcdba7c34da05b1ab54f7ba2494fc8b93e0d3d6c
Parent Commit: 02a6311
Lines Changed: +3, -0
1 Modified Path:
/source/blender/editors/object/object_add.c (+3, -0) (Diff)