feat: update submodule

feat: hide uuid
This commit is contained in:
Swann 2020-06-09 18:02:53 +02:00
parent 8d040cc304
commit fdc7e4678c
No known key found for this signature in database
GPG Key ID: 5E0D936BD280E963
2 changed files with 4 additions and 2 deletions

View File

@ -80,7 +80,9 @@ def register():
bpy.types.WindowManager.session = bpy.props.PointerProperty(
type=preferences.SessionProps)
bpy.types.ID.uuid = bpy.props.StringProperty(default="")
bpy.types.ID.uuid = bpy.props.StringProperty(
default="",
options={'HIDDEN', 'SKIP_SAVE'})
bpy.types.WindowManager.online_users = bpy.props.CollectionProperty(
type=preferences.SessionUser
)

@ -1 +1 @@
Subproject commit fc35d87cc7a43da85bb9881cb4fae9b8ad703f12
Subproject commit 73b56190e6992db96d6ab3c015595777d15f4c8c