user color property
This commit is contained in:
parent
7b247372fb
commit
e28d3860da
@ -619,6 +619,11 @@ class SessionUser(bpy.types.PropertyGroup):
|
|||||||
"""
|
"""
|
||||||
username: bpy.props.StringProperty(name="username")
|
username: bpy.props.StringProperty(name="username")
|
||||||
current_frame: bpy.props.IntProperty(name="current_frame")
|
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):
|
class SessionProps(bpy.types.PropertyGroup):
|
||||||
|
Loading…
Reference in New Issue
Block a user