Created by: portnov
This node performs "refinement" procedure on a NURBS curve, i.e. inserts a number of knots in order to make it easier to manipulate with curve's shape. Each knot can be inserted once or multiple times. Knots are distributed according to one of algorithms, in order to make knots distribution more even.
After some modifications to refined curve shape were done, unneded knots can be removed by use of "Remove excessive knots (Curve)" node.
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.