Blender MD2 and MDX updated
Hypov8 has update the MD2 and MDX importer/exporter for Blender v.279
You can now load directly MDX models into Blender without converting them first.
Download MD2 import and exporter here.
Download MDX import and exporter here.
Just install them in youre Blender\2.79\ folder.
there is a bug when exporting md2/mdx that will crash the script
this line needs 1 extra tab indent
print(originalObject.name + “: “, self.status)
also exported vertex normal’s are inverted ( note the minus is switched )
vert.normal #1
-vert.normal #0
should be
-vert.normal #1
vert.normal #0