mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-10 22:16:41 +00:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user