diff --git a/core/__init__.py b/core/__init__.py index d1f53d5..50c92e7 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -1,7 +1,6 @@ # core/__init__.py from .register import register_wrap -from . import pmx #to reload all things in this directory and import them properly - @989onan if "bpy" not in locals(): diff --git a/core/pmd/import_pmd.py b/core/pmd/import_pmd.py deleted file mode 100644 index d23f4a9..0000000 --- a/core/pmd/import_pmd.py +++ /dev/null @@ -1,224 +0,0 @@ -import bpy -import struct -import mathutils - -def read_pmd_header(file): - # Read PMD header information - magic = file.read(3) - if magic != b'Pmd': - raise ValueError("Invalid PMD file") - - version = struct.unpack('