From cb449f1c39faaa8afc999c5135c483f32ab352b2 Mon Sep 17 00:00:00 2001 From: Colin Basnett Date: Sun, 23 Jan 2022 00:22:07 -0800 Subject: [PATCH] Removed useless comments. --- io_scene_psk_psa/psa/builder.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/io_scene_psk_psa/psa/builder.py b/io_scene_psk_psa/psa/builder.py index 2f11438..825676a 100644 --- a/io_scene_psk_psa/psa/builder.py +++ b/io_scene_psk_psa/psa/builder.py @@ -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: