From bdd6599614d620ec50198bf7313f2bba7734a912 Mon Sep 17 00:00:00 2001 From: Swann Martinez Date: Tue, 15 Feb 2022 10:55:26 +0100 Subject: [PATCH 1/2] fix: objects not selectable after user leaves session (or kicked) Related to #248 --- multi_user/libs/replication | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multi_user/libs/replication b/multi_user/libs/replication index 90b928c..b3cee9e 160000 --- a/multi_user/libs/replication +++ b/multi_user/libs/replication @@ -1 +1 @@ -Subproject commit 90b928c53c57b86ba90f62b091771eb11c05637d +Subproject commit b3cee9e7449bc75be574829c9ea842d877257f11 From edfcdd8867bd6fc4d5d91418b25165908989e755 Mon Sep 17 00:00:00 2001 From: Swann Martinez Date: Tue, 15 Feb 2022 11:00:18 +0100 Subject: [PATCH 2/2] feat: bump version --- multi_user/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multi_user/__init__.py b/multi_user/__init__.py index 660df40..353a493 100644 --- a/multi_user/__init__.py +++ b/multi_user/__init__.py @@ -19,7 +19,7 @@ bl_info = { "name": "Multi-User", "author": "Swann Martinez", - "version": (0, 5, 1), + "version": (0, 5, 2), "description": "Enable real-time collaborative workflow inside blender", "blender": (2, 82, 0), "location": "3D View > Sidebar > Multi-User tab",