From ef4d0e08b2d312bcf3034aa3ae48436f5d8b56a5 Mon Sep 17 00:00:00 2001 From: Owl Date: Thu, 21 Aug 2025 20:07:13 -0400 Subject: all the stuff --- __init__.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to '__init__.py') diff --git a/__init__.py b/__init__.py index 5f5b5fc..7873723 100644 --- a/__init__.py +++ b/__init__.py @@ -24,12 +24,13 @@ def set_blenxy_env(dummy): # "dummy" is a variable that is somehow # bpy.app.handlers.load_post.append from . import required_modules # install needed modules for bundled python (awful) from . import basic_settings # settings blenxy has - from . import collada_superbmd_import # "custom" importer for SuperBMD collada files - from . import collada_superbmd_export # "custom" exporter for SuperBMD collada files - from . import obj_kcl_export # "custom" exporter for OBJ files (Collision) - from . import obj_neokclcreate_import # "custom" importer for OBJ files (Colllision, NeoKCLCreate) + from . import collada_superbmd_import # custom importer for SuperBMD collada files + from . import collada_superbmd_export # custom exporter for SuperBMD collada files + from . import obj_kcl_export # custom exporter for OBJ files (Collision) + from . import obj_neokclcreate_import # custom importer for OBJ files (Colllision, NeoKCLCreate) + from . import bck_import # custom importer for SMG BCK files + # ~ from . import bck_export # custom exporter for SMG BCK files # ~ from . import csv_anim_bck_export # exporter for CSV files for BCK conversion - # ~ from . import csv_anim_bck_import # importer for CSV files from BCK animation # more scripts can be added here -- cgit v1.2.3-70-g09d2