Created by: portnov
Closes #3591 (closed).
Smaller updates:
- Add "accuracy" parameter (visible in the N panel only) to the "Face from Curves" node; it allows to control the tolerance for checking if the ends of curves coincide. Default value is 8 (corresponding to
1e-8
); Setting it, for example, to 5 or 6 allows to generate faces from curves which meet not so precisely. - Introduce Mk2 of "Blend Curves" node. Support blending curves with BiArcs. Mk2 was required due to new input - "Parameter" for biarcs family.
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.