[#19206] Fix MD2 Vertex Normal Export

from Calvin Loncaric (marvinx03)

[#18965] Blender Load and Run need fully qualified specs
[#18966] getMaterials not used
from Roger Wickes (roger)
This commit is contained in:
2009-08-06 22:24:14 +00:00
parent 85d75077a6
commit a791cfc5d3
3 changed files with 7 additions and 1 deletions

View File

@@ -923,7 +923,8 @@ def fill_md2(md2, object):
maxdot = dot;
maxdotindex = j;
md2.frames[frame_counter].vertices[vert_counter].lightnormalindex=maxdotindex+2
# See patch [#19206], gives good info on this line below.
md2.frames[frame_counter].vertices[vert_counter].lightnormalindex=maxdotindex
del maxdot, maxdotindex
del new_x, new_y, new_z