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:
authorCampbell Barton <ideasman42@gmail.com>2011-05-30 07:29:36 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-05-30 07:29:36 +0400
commit960c46db6dfbdc7f46437cfd1b6dd2d3325cd9fc (patch)
treea184ef8f18980bfe8b56f5fd73019c50ff90aad2 /io_scene_x3d
parent5ef4c45015d4529c7068c6cc9f5c0b5d75176978 (diff)
correct bad indentation
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: