Skip to content
Philip Whitfield edited this page May 15, 2014 · 5 revisions

The Blender File Format is a self contained collection of data blocks.

This code will export a detailed list of all elements of this particular file

`ofx::blender::File file;

file.load("filename.blend");

file.exportStructure();`

The DNAStructure reader class provides utility functions to navigate within this file and read values.

Clone this wiki locally