ensure the selection set doesn't change, even though the object might be outside the drawing bounds.

This commit is contained in:
Ryan Schultz
2024-05-26 19:08:14 -05:00
parent 4dbfea3586
commit 3b263c109e
@@ -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