]> git.tdb.fi Git - libs/gl.git/blobdiff - blender/io_mspgl/export_material.py
Remove unnecessary import statements from the Blender exporter
[libs/gl.git] / blender / io_mspgl / export_material.py
index 9ec0670a96d2190860f7af70e5f7447398c1fc02..8560984ea4457dd0d4afb5b93fc8c29e95c30eed 100644 (file)
@@ -1,5 +1,3 @@
-import os
-
 def create_technique_resource(material, resources):
        from .datafile import Resource, Statement, Token
        tech_res = Resource(material.name+".tech", "technique")
@@ -124,7 +122,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