diff --git a/multi_user/preferences.py b/multi_user/preferences.py index b9c3c99..b41b0c8 100644 --- a/multi_user/preferences.py +++ b/multi_user/preferences.py @@ -619,6 +619,11 @@ class SessionUser(bpy.types.PropertyGroup): """ username: bpy.props.StringProperty(name="username") current_frame: bpy.props.IntProperty(name="current_frame") + color: bpy.props.FloatVectorProperty(name="color", subtype="COLOR", + min=0.0, + max=1.0, + size=4, + default=(1.0, 1.0, 1.0, 1.0)) class SessionProps(bpy.types.PropertyGroup):