More formatting cleanup

This commit is contained in:
Colin Basnett
2025-03-30 23:43:56 -07:00
parent 15614c6d37
commit 30f97089e8
7 changed files with 44 additions and 47 deletions

View File

@@ -283,11 +283,11 @@ def create_psx_bones(
bone_filter_mode: str = 'ALL',
bone_collection_indices: Optional[List[Tuple[str, int]]] = None,
) -> PsxBoneCreateResult:
'''
"""
Creates a list of PSX bones from the given armature objects and options.
This function will throw a RuntimeError if multiple armature objects are passed in and the export space is not WORLD.
It will also throw a RuntimeError if the bone names are not unique when compared case-insensitively.
'''
"""
if bone_collection_indices is None:
bone_collection_indices = []