From 960c46db6dfbdc7f46437cfd1b6dd2d3325cd9fc Mon Sep 17 00:00:00 2001
From: Campbell Barton <ideasman42@gmail.com>
Date: Mon, 30 May 2011 03:29:36 +0000
Subject: [PATCH] correct bad indentation

---
 io_scene_x3d/export_x3d.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/io_scene_x3d/export_x3d.py b/io_scene_x3d/export_x3d.py
index 441ffbc9e..ef20d9df1 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:
-- 
GitLab