Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

* Fixed `compas_libgl` plugins are not detected.

### Removed


Expand Down
11 changes: 11 additions & 0 deletions src/compas_libigl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,14 @@
__license__ = "Mozilla Public License Version 2.0"
__email__ = "[email protected], [email protected]"
__version__ = "0.7.4"


__all_plugins__ = [
"compas_libigl.geodistance",
"compas_libigl.intersections",
"compas_libigl.isolines",
"compas_libigl.massmatrix",
"compas_libigl.parametrisation",
"compas_libigl.planarize",
"compas_libigl.meshing",
]
Loading