Blender Git Loki
Git Commits -> Revision 51a7961
Revision 51a7961 by Hans Goudey (master) November 19, 2021, 20:36 (GMT) |
Cleanup: Simplify node editor link dragging storage Now that `node_intern.hh` is a C++ header, we can use C++ types there. This patch replaces the linked list of dragged links with a vector. Also, the list of drag operator custom data, `nldrag`, doesn't seem to need to be a list at all, so I just made it a unique pointer. Differential Revision: https://developer.blender.org/D13252 |
Commit Details:
Full Hash: 51a7961e0984468e8ee6e5f9313e3884ba46d69d
Parent Commit: c3fed4d
Lines Changed: +44, -71