Fixes to plug-in loading in and outside of pyodide

This commit is contained in:
Thomas Krijnen
2026-05-07 14:43:26 +02:00
parent 2257d7930a
commit e893552f24
19 changed files with 642 additions and 46 deletions
+6
View File
@@ -1,4 +1,10 @@
from pathlib import Path
import ifcopenshell
ifcopenshell.set_plugin_search_paths([str(Path(ifcopenshell.__file__).parent)])
model = ifcopenshell.file()
import ifcopenshell.api
import ifcopenshell.api.aggregate
import ifcopenshell.api.context