We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc1ead0 + 2d8465b commit 8796f43Copy full SHA for 8796f43
CHANGELOG.md
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
12
### Changed
13
14
+* Fixed `compas_libigl` plugins are not detected.
15
+
16
### Removed
17
18
src/compas_libigl/__init__.py
@@ -3,3 +3,14 @@
3
__license__ = "Mozilla Public License Version 2.0"
4
__email__ = "van.mele@arch.ethz.ch, petrasvestartas@gmail.com"
5
__version__ = "0.7.4"
6
7
8
+__all_plugins__ = [
9
+ "compas_libigl.geodistance",
10
+ "compas_libigl.intersections",
+ "compas_libigl.isolines",
+ "compas_libigl.massmatrix",
+ "compas_libigl.parametrisation",
+ "compas_libigl.planarize",
+ "compas_libigl.meshing",
+]
0 commit comments