The issue was that this menu was only looking at socket templates, but not at the new node declarations.
This fix is to just check those as well. The fix comes with a small refactor that makes the memory management a bit simpler.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
This looks pretty straightforward, and as always, vector is a huge improvement over a linked list.