Created by: GeneralPancakeMSTR
Addressed problem description
#4575 (closed) Add Catmull-Clark subdivision to Sverchok
- Adds the OpenSubdiv node.
- Uses include parametric hard-surface modeling, direct subdivision of mesh data.
Solution description
- Added OpenSubdiv node, which implements Catmull-Clark subdivision standard to most 3d-modeling tools.
- Implementation is a python wrapper around the OpenSubdiv C++ library.
Preflight checklist
-
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.- I have not implemented unit tests in the strict sense of the term, but have run a complete manual test, including freshly installing Sverchok, installing the pyOpenSubdiv dependency, and testing the OpenSubdiv node.
- Install Test:
- Node test:
-
Ready for merge.