refactor: remove old properties

This commit is contained in:
Swann Martinez
2019-12-30 11:13:48 +01:00
parent ea3c9d701b
commit 28ca489fc3
3 changed files with 2 additions and 18 deletions

View File

@ -122,7 +122,7 @@ class SessionStartOperator(bpy.types.Operator):
settings.user_uuid = client.add(usr, owner=settings.username)
client.commit(settings.user_uuid)
if settings.init_scene and self.host:
if self.host:
for scene in bpy.data.scenes:
scene_uuid = client.add(scene)