We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc1f51 commit 19a9217Copy full SHA for 19a9217
CHANGELOG.md
@@ -12,9 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
Add missing igl functions to enable compas_slicer to drop the `libigl` dependency entirely:
13
14
- `cotmatrix` module: `trimesh_cotmatrix`, `trimesh_cotmatrix_entries`
15
-- grad module: `trimesh_grad` (gradient operator)
16
-- meshing module: `trimesh_cut_mesh`, `trimesh_face_components`
17
-- simplify module: `ramer_douglas_peucker` (polyline simplification)
+- `grad` module: `trimesh_grad` (gradient operator)
+- `meshing` module: `trimesh_cut_mesh`, `trimesh_face_components`
+- `simplify` module: `ramer_douglas_peucker` (polyline simplification)
18
19
### Changed
20
0 commit comments