==md2 export update==

centers object to export correctly by Bob Holcomb
This commit is contained in:
Tom Musgrove 2006-05-25 11:59:35 +00:00
parent 44806b034b
commit ab38a1c317

@ -604,6 +604,9 @@ class md2_obj:
def validation(object):
global user_frame_list
#move the object to the origin if it's not already there
object.setLocation(0.0,0.0,0.0)
#get access to the mesh data
mesh=object.getData(False, True) #get the object (not just name) and the Mesh, not NMesh