Now using new BDK addon operators to load the materials

This commit is contained in:
Colin Basnett
2023-03-09 01:51:04 -08:00
parent c9d4958800
commit fd02f3f4d7
3 changed files with 14 additions and 34 deletions

View File

@@ -21,7 +21,7 @@ class PsaExportSequence:
class PsaBuildOptions:
def __init__(self):
self.animation_data: AnimData
self.animation_data: AnimData = None
self.sequences: List[PsaExportSequence] = []
self.bone_filter_mode = 'ALL'
self.bone_group_indices: List[int] = []