Skip to content

Commit 8796f43

Browse files
authored
Merge pull request #35 from compas-dev/plugins
added __all_plugins__ to root package
2 parents cc1ead0 + 2d8465b commit 8796f43

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
* Fixed `compas_libigl` plugins are not detected.
15+
1416
### Removed
1517

1618

src/compas_libigl/__init__.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,14 @@
33
__license__ = "Mozilla Public License Version 2.0"
44
55
__version__ = "0.7.4"
6+
7+
8+
__all_plugins__ = [
9+
"compas_libigl.geodistance",
10+
"compas_libigl.intersections",
11+
"compas_libigl.isolines",
12+
"compas_libigl.massmatrix",
13+
"compas_libigl.parametrisation",
14+
"compas_libigl.planarize",
15+
"compas_libigl.meshing",
16+
]

0 commit comments

Comments
 (0)