Created by: DolphinDream
This is based on MK3 version features (AB/OD modes) except that it proposes a slightly different approach:
-
the XYZ are no longer modes.. but simply presets to set the V1 and V2 vectors to their proper values as to align the line along XYZ. This way the V1,V2 sockets always stay visible and do not need to be hiden/shown based on the mode. This helps with the connected nodes to the V1/V2 sockets to not be disconnected when the user aligns the line along XYZ.
-
the node has only two modes : AB and OD
-
simplify the code (the MK3 code got to be a bit too hard to follow after the additions of the new features)
-
vectorized the size .. so each line now can get a different size if needed.
-
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.
