mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 20:36:27 +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:
@@ -1292,6 +1292,7 @@ class LoadLinkedProject(bpy.types.Operator):
|
||||
|
||||
for settings in ifc_importer.context_settings:
|
||||
settings = ifcopenshell.geom.settings()
|
||||
settings.set("apply-default-materials", False)
|
||||
|
||||
if has_model_offset:
|
||||
offset = ifcopenshell.ifcopenshell_wrapper.float_array_3()
|
||||
|
||||
Reference in New Issue
Block a user