mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 02:31:09 +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)
|
cls.import_camera_props(drawing, camera)
|
||||||
|
|
||||||
for obj in selected_objects_before:
|
for obj in selected_objects_before:
|
||||||
|
obj.hide_set(False)
|
||||||
obj.select_set(True)
|
obj.select_set(True)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user