Blender Git Commit Log
Git Commits -> Revision b22c84d
Revision b22c84d by Nathan Craddock (soc-2019-outliner) July 20, 2019, 23:22 (GMT) |
Outliner: Fix merge search menu not showing all children The menu was not searching over the entire subtree of the collapsed element, but it also needed information of the parent element and type, so a struct and memory allocation were required to pass all of the data into the popup menu. |
Commit Details:
Full Hash: b22c84d7800a18e333ddcbd2472d74b475d32ec4
Parent Commit: 927ffd4
Lines Changed: +24, -9