Set apply default materials to False #4833

Since it's now True by default in v0.8.0, resetting it to False as it was in v0.7.0
This commit is contained in:
Andrej730
2024-06-11 12:25:58 +05:00
parent f54f45a051
commit 6630db21ee
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -180,6 +180,7 @@ class Patcher:
self.elements = self.file.by_type("IfcElement")
self.settings = ifcopenshell.geom.settings()
self.settings.set("apply-default-materials", False)
self.body_contexts = [
c.id()