diff options
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"): |