mirror of
https://github.com/DarklightGames/io_scene_psk_psa.git
synced 2024-11-15 02:37:39 +01:00
Updated bone name constraint message
This commit is contained in:
parent
88c22c9e80
commit
1a48128cb9
@ -98,7 +98,7 @@ def check_bone_names(bone_names: Iterable[str]):
|
||||
invalid_bone_names = [x for x in bone_names if pattern.match(x) is None]
|
||||
if len(invalid_bone_names) > 0:
|
||||
raise RuntimeError(f'The following bone names are invalid: {invalid_bone_names}.\n'
|
||||
f'Bone names must only contain letters, numbers, spaces, and underscores.')
|
||||
f'Bone names must only contain letters, numbers, spaces, hyphens and underscores.')
|
||||
|
||||
|
||||
def get_export_bone_names(armature_object, bone_filter_mode, bone_group_indices: List[int]) -> List[str]:
|
||||
|
Loading…
Reference in New Issue
Block a user