added a comment char in front of a comment to fix a syntax error.

added a newline at end of file.
This commit is contained in:
Stephen Swaney 2007-02-08 01:03:21 +00:00
parent bc15d06cfe
commit b61d40c14c

@ -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"
print "Closed the file"