X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=blender%2Fio_mspgl%2Fexport_texture.py;h=8c750ab9f73504493d09bd9d9138beba5837eb5e;hb=0055fd43dc1d3b6ca65823f40dfdf78e65770f15;hp=1cf32afeb59072a58f67fc4fe8b529b8549cd522;hpb=f77259ba680e73daee6008f53dafe92e84a0b5f5;p=libs%2Fgl.git diff --git a/blender/io_mspgl/export_texture.py b/blender/io_mspgl/export_texture.py index 1cf32afe..8c750ab9 100644 --- a/blender/io_mspgl/export_texture.py +++ b/blender/io_mspgl/export_texture.py @@ -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: