Improve action set / action name description.

This commit is contained in:
Peter Kim 2020-10-11 16:26:57 +09:00
parent 3340c3d0cd
commit de360f1de9
1 changed files with 2 additions and 2 deletions

View File

@ -354,7 +354,7 @@ class VIEW3D_MT_action_menu(Menu):
class VRActionSet(PropertyGroup):
name: bpy.props.StringProperty(
name="VR action set",
name="VR action set.\nMust not contain upper case letters or special characters other than '-', '_', or '.'",
default="action_set",
)
profile: bpy.props.StringProperty(
@ -364,7 +364,7 @@ class VRActionSet(PropertyGroup):
class VRAction(PropertyGroup):
name: bpy.props.StringProperty(
name="VR action",
name="VR action.\nMust not contain upper case letters or special characters other than '-', '_', or '.'",
default="action",
)
type: bpy.props.EnumProperty(