We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
There was an error while loading. Please reload this page.