mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 14:57:37 +00:00
Allow graceful migration of IFC entities when exporting so the user doesn't need to fix every invalid schema attribute themselves3RlG$Bayj3kPlwh4EEvXJP
This commit is contained in:
@@ -4118,7 +4118,6 @@ class ActivateDrawingStyle(bpy.types.Operator):
|
||||
space.overlay.show_axis_z = style["space.overlay.show_axis_z"]
|
||||
space.overlay.show_object_origins = style["space.overlay.show_object_origins"]
|
||||
space.overlay.show_relationship_lines = style["space.overlay.show_relationship_lines"]
|
||||
space.shading.type = "RENDERED"
|
||||
|
||||
def set_query(self):
|
||||
self.selector = ifcopenshell.util.selector.Selector()
|
||||
|
||||
Reference in New Issue
Block a user