~wahn/rs-blender

Parsing binary Blender (.blend) files with Rust

e291013 Fix problem with header introduced by [rust-run-clippy] commit.

~wahn pushed to ~wahn/blend_info git

1 year, 3 days ago

8d64a1a Remove test for empty .blend file (for now).

~wahn pushed to ~wahn/blend_info git

1 year, 3 days ago

#blend_info

crates.io builds.sr.ht status dependency status

blend_info 0.2.9
Print some information about a Blender scene file

USAGE:
    blend_info [FLAGS] [OPTIONS] <path>

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 <struct-name>    Print information about a particular struct

ARGS:
    <path>    The path to the file to read