Created by: portnov
In this PR, I'm moving things that do not have any external dependencies, from Sverchok-Extra to Sverchok:
- Abstract classes for Curve, Surface, Field.
- Some nodes from Curve category.
- Some nodes from Surface category.
- Some nodes from Field category.
It is supposed that in the end, Sverchok-Extra will contain only things that are not possible without external dependencies.
At the moment, this PR branch is supposed to work with sverchok_move
branch of Sverchok-Extra.
Preflight checklist
Put an x letter in each brackets when you're done this item:
-
Core code changes complete. -
Rename SvEx* classes to Sv -
Implement __repr__()
methods -
Code documentation complete. - Documentation for users complete:
-
-
Curve category
-
-
-
Surface category
-
-
-
Field category
-
-
Manual testing done. -
Unit-tests implemented. -
Ready for merge.