mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-10 22:16:41 +00:00
Revert unselect non-ifc object using TAB
This commit is contained in:
@@ -779,7 +779,6 @@ class OverrideModeSetEdit(bpy.types.Operator):
|
|||||||
|
|
||||||
element = tool.Ifc.get_entity(obj)
|
element = tool.Ifc.get_entity(obj)
|
||||||
if not element:
|
if not element:
|
||||||
obj.select_set(False)
|
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# We are switching from OBJECT to EDIT mode.
|
# We are switching from OBJECT to EDIT mode.
|
||||||
|
|||||||
Reference in New Issue
Block a user