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 and a description of their fields.
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.