Created by: Durman
Addressed problem description
Now it's possible to implement sv_internal_links
property for nodes which returns iterable pairs of input and output sockets of the node. The pairs will be used by update system to define how to path data through the node. The implementation is needed only if standard Blender mapping does not fit to the node logic and it looks that in many nodes it does not.
Preflight checklist
-
Code changes complete. -
Code documentation complete. -
Documentation for users complete. -
Manual testing done. -
Unit-tests implemented. -
Ready for merge.