Blender Git Commit Log

Git Commits -> Revision 04ec36f

Revision 04ec36f by Jacques Lucke (master)
November 19, 2021, 14:28 (GMT)
Fix T87912: use session id instead of name to identify dropped object

The old code did not work when there were multiple ids with
the same name (which can happen when ids are linked in).
The solution is to use the session ids instead. Those are different
even when two ids have the same name.

Differential Revision: https://developer.blender.org/D11116

Commit Details:

Full Hash: 04ec36f677d47e3a70baa944bb26fc03d5e8d52e
Parent Commit: a20e703
Lines Changed: +94, -33

4 Modified Paths:

/source/blender/editors/object/object_add.c (+25, -4) (Diff)
/source/blender/editors/space_node/node_add.cc (+67, -27) (Diff)
/source/blender/editors/space_node/space_node.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021