mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 10:57:49 +00:00
ensure the selection set doesn't change, even though the object might be outside the drawing bounds.
This commit is contained in:
@@ -1842,6 +1842,7 @@ class Drawing(blenderbim.core.tool.Drawing):
|
||||
cls.import_camera_props(drawing, camera)
|
||||
|
||||
for obj in selected_objects_before:
|
||||
obj.hide_set(False)
|
||||
obj.select_set(True)
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user