1
0
mirror of https://github.com/DarklightGames/io_scene_psk_psa.git synced 2025-02-17 10:08:31 +01:00

Removed useless comments.

This commit is contained in:
Colin Basnett 2022-01-23 00:22:07 -08:00
parent 7527a43f8e
commit cb449f1c39

View File

@ -9,10 +9,8 @@ class PsaBuilderOptions(object):
self.bone_group_indices = []
# https://git.cth451.me/cth451/blender-addons/blob/master/io_export_unreal_psk_psa.py
class PsaBuilder(object):
def __init__(self):
# TODO: add options in here (selected anims, eg.)
pass
def build(self, context, options: PsaBuilderOptions) -> Psa: