Update viewport on bim.activate_model

To see the changed context right away in the viewport
This commit is contained in:
Andrej730
2023-04-19 12:12:11 +05:00
parent 56c587da10
commit 2dd7057fec
@@ -1021,6 +1021,7 @@ class ActivateModel(bpy.types.Operator):
is_global=True,
should_sync_changes_first=True,
)
tool.Blender.update_viewport()
return {"FINISHED"}