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:
Dion Moult
2020-12-06 11:37:48 +11:00
parent 981f0c23c7
commit 0d03b4e008
2 changed files with 15 additions and 11 deletions
@@ -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()