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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Swaney <sswaney@centurytel.net>2007-02-08 04:03:21 +0300
committerStephen Swaney <sswaney@centurytel.net>2007-02-08 04:03:21 +0300
commitb61d40c14caff44e2dc771b646e546a37e89c9b9 (patch)
tree63e725a3530660289ae449e68d5f1cd9ea7114d4 /release
parentbc15d06cfee16dcdf5ab5f5eb48e2607d5159d20 (diff)
added a comment char in front of a comment to fix a syntax error.
added a newline at end of file.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/md2_export.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/md2_export.py b/release/scripts/md2_export.py
index 7eb16f0a480..c042fbf5144 100644
--- a/release/scripts/md2_export.py
+++ b/release/scripts/md2_export.py
@@ -897,7 +897,7 @@ def fill_md2(md2, object):
for j in range(0,162):
dot = (x[0]*y[0]+x[1]*y[1]+x[2]*y[2])
- swap y and x for difference in axis orientation
+ #swap y and x for difference in axis orientation
x1=-mesh.verts[vert_counter].no[1]
y1=mesh.verts[vert_counter].no[0]
z1=mesh.verts[vert_counter].no[2]
@@ -1243,4 +1243,4 @@ def save_md2(filename):
#cleanup
md2=0
- print "Closed the file" \ No newline at end of file
+ print "Closed the file"