diff --git a/src/blenderbim/blenderbim/bim/handler.py b/src/blenderbim/blenderbim/bim/handler.py index a97c7d6c02..5ec8d94944 100644 --- a/src/blenderbim/blenderbim/bim/handler.py +++ b/src/blenderbim/blenderbim/bim/handler.py @@ -50,9 +50,7 @@ def mode_callback(obj, data): ): continue if obj.data.BIMMeshProperties.ifc_definition_id: - representation = IfcStore.get_file().by_id(obj.data.BIMMeshProperties.ifc_definition_id) - if representation.RepresentationType in ["Tessellation", "Brep", "Annotation2D"]: - IfcStore.edited_objs.add(obj) + IfcStore.edited_objs.add(obj) elif IfcStore.get_file().by_id(obj.BIMObjectProperties.ifc_definition_id).is_a("IfcGridAxis"): IfcStore.edited_objs.add(obj)