It was not possible to determine if a socket was multi input previously with bpy.
This patch exposes the flag as a read-only property of a node socket. This is important
for addons which automatically add connections between nodes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- rna_multi_input (branched from master)
- Build Status
Buildable 13785 Build 13785: arc lint + arc unit
Event Timeline
| source/blender/makesrna/intern/rna_nodetree.c | ||
|---|---|---|
| 9704 | I think this should say True if the socket can accept multiple ordered input links. This makes it a bit more clear that it is a bit unrelated to link_limit. | |