fix: presence_text_distance rename
This commit is contained in:
@ -284,11 +284,11 @@ class SessionPrefs(bpy.types.AddonPreferences):
|
|||||||
step=1,
|
step=1,
|
||||||
subtype='PERCENTAGE',
|
subtype='PERCENTAGE',
|
||||||
)
|
)
|
||||||
presence_mode_distance: bpy.props.FloatProperty(
|
presence_text_distance: bpy.props.FloatProperty(
|
||||||
name="Distance mode visibilty",
|
name="Distance text visibilty",
|
||||||
description="Adjust the distance visibilty of user's mode",
|
description="Adjust the distance visibilty of user's mode/name",
|
||||||
min=0.1,
|
min=0.1,
|
||||||
max=1000,
|
max=10000,
|
||||||
default=100,
|
default=100,
|
||||||
)
|
)
|
||||||
conf_session_identity_expanded: bpy.props.BoolProperty(
|
conf_session_identity_expanded: bpy.props.BoolProperty(
|
||||||
|
Reference in New Issue
Block a user