Blender Git Commit Log
Git Commits -> Revision 3d9fc90
December 4, 2015, 10:39 (GMT) |
List behavior for the mesh-combine node. This is primarily a python implementation for UI convenience. It makes the list of input sockets behave dynamically for typical list operations: * adding an element at the end * inserting an element * removing an element Each of these keeps the list compact and shifts remaining sockets, so users don't have to move each individual connection every time. Internally it still uses the simple binary combine operation, adding as many nodes as necessary. |
Commit Details:
Full Hash: 3d9fc9016ed0a9ce1af921a6bb3f6e90f337c01b
Parent Commit: 22b2698
Lines Changed: +67, -29
1 Modified Path:
/release/scripts/startup/bl_operators/object_nodes.py (+67, -29) (Diff)