chiku-samugari / blender-addons

Addons for Blender 2.5 and 2.6 (e.g. MD2 and VRML export)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Addons for Blender 2.5 and 2.6

This repository contains exporters for 3D the modeling tool Blender to the formats MD2 and VRML (.wrl). Both exporters are GPL'd.

MD2 exporter

The MD2 exporter is based on the Blender2.49 MD2 exporter from Damien Thebault and Erwan Mathieu. The coordinate system of the exported model is adjusted to be used in metaio SDK and junaio, metaio's augmented reality browser.
Export of animations and usage of modifiers are supported.

VRML (.wrl) exporter

The VRML exporter uses Blenders native coordinate system and export it as-is. Export of animations and usage of modifiers are supported.

BMesh/Ngon support

Blender 2.63 introduced BMesh/Ngon support. There are currently two exporters because of the Blender API change with version 2.63. Please be sure to pick the one corresponding to your blender version (2.58-2.62 use _258.py, 2.63+ use _263.py).

About

Addons for Blender 2.5 and 2.6 (e.g. MD2 and VRML export)


Languages

Language:Python 100.0%