Skip to content
timknip edited this page Sep 13, 2010 · 37 revisions

Welcome to the asblender wiki!

ASBlender is an Actionscript 3 library to read Blender .blend files.

See blender-file-format for an explanation of the .blend format.

The .blend format contains all C-structures used, which are defined in the so called DNA. This way .blend files are fully backward compatible.
Check out the DNA of a Blender 2.48 .blend.

ASBlender simply reads these structures into AS3 Object’s.

See Main.as for a simple implementation.

Clone this wiki locally