Releases: pgroenbaek/shapeedit
Releases · pgroenbaek/shapeedit
v0.5.0-beta3
Changes:
- Updated documentation
- Removed support for Python 3.6
v0.5.0-beta2
Features added:
- Replacing texture images (case-sensitive and case-insensitive)
v0.5.0-beta
Initial beta release.
Features:
- Easy navigation of the entire shape geometry hierarchy
- Modification of vertex data like points, uv_points and normals
- Insertion of new vertices into a shape
- Insertion of new triangles into a shape
- Removal of triangles
- Removal of triangles connected to a specific vertex
- Modification of triangle data like face_normal
- Extra utility functions:
- Distance calculations between points (signed/unsigned)
- Support for re-mapping point and normal data when transferring them between primitives tied to different internal coordinate systems
- Grouping objects based on a condition