]> git.tdb.fi Git - libs/gl.git/blobdiff - blender/io_mspgl/export_texture.py
Some bugfixes to texture exporting
[libs/gl.git] / blender / io_mspgl / export_texture.py
index 1cf32afeb59072a58f67fc4fe8b529b8549cd522..8c750ab9f73504493d09bd9d9138beba5837eb5e 100644 (file)
@@ -22,7 +22,7 @@ class TextureExporter:
 
                if not self.inline_data:
                        from .util import image_name
-                       tex_res.statements.append(Statement("image_data", image_name(texture.image)))
+                       tex_res.statements.append(Statement("external_image", image_name(texture.image)))
                else:
                        texdata = ""
                        if texture.use_alpha: