Created by: vicdoval
Fixes #3727 (closed) and gathers some of the ideas said in that issue.
More flexibility with a new formula socket that has some properties: Depth: Exposed depth to the formula 1 would mean exposing scalars, 2 would be [scalar, ] Transform: Pre transformation to Vector, to Numpy Array, to set or to String
Numpy can be used for calculations
Example exposing attributes of a surface and using the node to perform a to_nurbs transform
-
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.