Blender Git Commit Log
Git Commits -> Revision 81ba62e
Revision 81ba62e by Lukas Toenne (master) May 28, 2013, 09:45 (GMT) |
Fix for node menu: Show the group input/output nodes in the Input/Output categories respectively, so they can be added with the usual UI in case the user deletes them. These nodes are polled out for non-group trees (node trees not in the bpy.data.node_groups collection) to avoid confusion. For that purpose a new optional poll function argument has been added to NodeItem, which allows selectively polling individual items in an otherwise static list. |
Commit Details:
Full Hash: 81ba62e1e9fae21d7dc9a68e60751865243bb5f5
SVN Revision: 57073
Parent Commit: 5486016
Lines Changed: +23, -2