# blend_info [![crates.io](https://img.shields.io/crates/v/blend_info.svg)](https://crates.io/crates/blend_info) [![builds.sr.ht status](https://builds.sr.ht/~wahn/blend_info.svg)](https://builds.sr.ht/~wahn/blend_info?) [![dependency status](https://deps.rs/repo/sourcehut/~wahn/blend_info/status.svg)](https://deps.rs/repo/sourcehut/~wahn/blend_info) ```shell blend_info 0.2.9 Print some information about a Blender scene file USAGE: blend_info [FLAGS] [OPTIONS] FLAGS: --dna Print information about DNA of Blender -h, --help Prints help information --pointers Print code (e.g. OB, CA, LA, MA, DATA) and pointers -V, --version Prints version information OPTIONS: -n, --struct_name Print information about a particular struct ARGS: The path to the file to read ```