Blender Git Loki
Git Commits -> Revision e2a9e7e
Revision e2a9e7e by Hans Goudey (master) December 22, 2021, 17:25 (GMT) |
Nodes: Remove unnecessary node tree socket tagging `SOCK_IN_USE` is now set in `update_socket_used_tags` in `node_tree_update.cc` when a node tree is changed. It doesn't need to run every single redraw. Removing this results in a small speedup of 0.4 ms when drawing a tree with about 4000 nodes (from about 70 ms total). Differential Revision: https://developer.blender.org/D13645 |
Commit Details:
Full Hash: e2a9e7e80395c7706e20d4574851d698d7d01bac
Parent Commit: 6a71b2a
Lines Changed: +0, -22