]> git.tdb.fi Git - libs/gl.git/blobdiff - blender/io_mspgl/export_material.py
Use bpy.path.basename instead of a custom function
[libs/gl.git] / blender / io_mspgl / export_material.py
index 9ec0670a96d2190860f7af70e5f7447398c1fc02..4941a5851d1b34592e567f80c08cb33af0e919fd 100644 (file)
@@ -124,7 +124,6 @@ class MaterialExporter:
                from .datafile import Statement
                if prop.texture:
                        tex_res = resources[prop.texture.image.name+".tex"]
-                       from .util import basename
                        return mat_res.create_reference_statement(prop.tex_keyword, tex_res)
                elif not prop.keyword:
                        return