Sometime, nodes have unavailable/disabled outputs. This patch makes sure those outputs are not connected by the Node Wrangler.
Details
Details
Diff Detail
Diff Detail
- Repository
- rBA Blender Add-ons
Event Timeline
Comment Actions
It would probably be better to make an utility function like is_visible(socket) instead of duplicating that logic multiple times.
Comment Actions
@Jacques Lucke (JacquesLucke) A disabled socket can still be visible. Perhaps is_valid_socket(socket) would be a better name?