feat: update submodule
feat: hide uuid
This commit is contained in:
@ -80,7 +80,9 @@ def register():
|
|||||||
|
|
||||||
bpy.types.WindowManager.session = bpy.props.PointerProperty(
|
bpy.types.WindowManager.session = bpy.props.PointerProperty(
|
||||||
type=preferences.SessionProps)
|
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(
|
bpy.types.WindowManager.online_users = bpy.props.CollectionProperty(
|
||||||
type=preferences.SessionUser
|
type=preferences.SessionUser
|
||||||
)
|
)
|
||||||
|
Submodule multi_user/libs/replication updated: fc35d87cc7...73b56190e6
Reference in New Issue
Block a user