feat: update submodule
feat: hide uuid
This commit is contained in:
parent
8d040cc304
commit
fdc7e4678c
@ -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
|
Loading…
Reference in New Issue
Block a user