diff options
author | Owl <isaclien9752@gmail.com> | 2025-08-23 00:29:45 -0400 |
---|---|---|
committer | Owl <isaclien9752@gmail.com> | 2025-08-23 00:29:45 -0400 |
commit | a5bdfdab2ec68ebfe99535a54b3b0cd8b95a87d6 (patch) | |
tree | 3cbc818cc7a9e221697fe0be05b9552fd6d33f09 /collada_superbmd_import.py | |
parent | 51077c2fe8c160743a67303fb516126bb98afff7 (diff) | |
download | blenxy-a5bdfdab2ec68ebfe99535a54b3b0cd8b95a87d6.tar.gz blenxy-a5bdfdab2ec68ebfe99535a54b3b0cd8b95a87d6.zip |
bck exporter seems to be working
Diffstat (limited to 'collada_superbmd_import.py')
-rw-r--r-- | collada_superbmd_import.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/collada_superbmd_import.py b/collada_superbmd_import.py index 2fa7ef0..c19a91a 100644 --- a/collada_superbmd_import.py +++ b/collada_superbmd_import.py @@ -38,7 +38,7 @@ def import_collada_superbmd(context, filepath): # get asset's unit element root = xml.getroot() - + # texture files path if (os.name == "posix" and root.find("library_images") != None): for image in root.find("library_images"): |