From 960c46db6dfbdc7f46437cfd1b6dd2d3325cd9fc Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 30 May 2011 03:29:36 +0000 Subject: correct bad indentation --- io_scene_x3d/export_x3d.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'io_scene_x3d') 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: -- cgit v1.2.3