Blender Git Commit Log
Git Commits -> Revision 7fa2e08
Revision 7fa2e08 by Wannes Malfait (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 30, 2021, 14:56 (GMT) |
Fix T89415: update multi input indices after deleting a node When deleting a node, links attached to that node are deleted, but if one of those links was connected to a multi input socket, the indices of the other links connected to it were not updated. This adds updates both in the case of a normal delete as well as after a delete with reconnect. Differential Revision: https://developer.blender.org/D11716 |
Commit Details:
Full Hash: 7fa2e087f50505aa0741fd1b8ad9adf0c65d7db0
Parent Commit: d195280
Committed By: Fabian Schempp
Lines Changed: +29, -0
1 Modified Path:
/source/blender/blenkernel/intern/node.cc (+29, -0) (Diff)