* Considerable clean-up of existing code.

* Moved the PSA import to the properties panel.
This commit is contained in:
Colin Basnett
2022-01-22 21:44:36 -08:00
parent abef2a7f45
commit 41edd61f3d
5 changed files with 88 additions and 81 deletions

View File

@@ -1,7 +1,7 @@
from typing import List
def populate_bone_groups_list(armature_object, bone_group_list):
def populate_bone_group_list(armature_object, bone_group_list):
bone_group_list.clear()
item = bone_group_list.add()