Created by: vicdoval
Addressed problem description
The line node does not accept multiple inputs on the size socket Also if you want to make a line from A to B in Sverchok you have to deal with vector evaluation or another tricks. This also happens if you want to create a line from one origin point with one direction. The new node tries to be friendly for new users and to mimic the classical definitions of a line
Preflight checklist
Put an x letter in each brackets when you're done this item:
-
Code changes complete. -
Code documentation complete. -
Documentation for users complete (or not required, if user never sees these changes). -
Manual testing done. -
Unit-tests implemented. -
Ready for merge.