Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'io_scene_x3d')
-rw-r--r--io_scene_x3d/export_x3d.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_scene_x3d/export_x3d.py b/io_scene_x3d/export_x3d.py
index 441ffbc9..ef20d9df 100644
--- a/io_scene_x3d/export_x3d.py
+++ b/io_scene_x3d/export_x3d.py
@@ -441,9 +441,9 @@ def export(file,
if is_uv:
if EXPORT_TRI:
- fw("%stexIndex=\"" % ident)
+ fw("texIndex=\"")
else:
- fw("%stexCoordIndex=\"" % ident)
+ fw("texCoordIndex=\"")
j = 0
if EXPORT_TRI: