Crates.io | unblend |
lib.rs | unblend |
version | 0.1.0 |
source | src |
created_at | 2023-10-03 20:19:20.375222 |
updated_at | 2023-10-03 20:19:20.375222 |
description | A program to explode blend files into their many parts. |
homepage | |
repository | https://github.com/Longor1996/unblend |
max_upload_size | |
id | 991512 |
size | 48,163 |
A small command-line program that explodes Blender files (.blend
) into their various parts and writes them out as an archive.
Accepts a blend
-file, either as file-path or thru STDIN (using -
as file).
Parses the blocks the file is made out of.
code
is used as directory.address
is used as file-name.<CODE>/<ADDR>.bin
<CODE>/<ADDR>.txt
Almost fully decodes the DNA1
block.
DNA1.tsv
and DNA1/*.txt
files.Outputs an archive in either *.zip
or *.tar
format.
-
(but only as *.tar
).Excluding data from the archive being written, via -x <GLOB>
.
cargo install unblend
.In general: unblend <FILE> <OUT>
FILE
is the blend
-files path.OUT
is the output path and extension for the archive.Detailed help is available via unblend --help
.