feat: fonctional UI, no server pswd/ping

This commit is contained in:
Fabian
2021-07-22 09:38:01 +02:00
parent ac615cd134
commit 07252d62df
4 changed files with 85 additions and 37 deletions

View File

@ -1127,6 +1127,9 @@ class FirstLaunch(bpy.types.Operator):
def menu_func_import(self, context):
self.layout.operator(SessionLoadSaveOperator.bl_idname, text='Multi-user session snapshot (.db)')
def menu_func_export(self, context):
self.layout.operator(SessionSaveBackupOperator.bl_idname, text='Multi-user session snapshot (.db)')
classes = (
SessionConnectOperator,