#blender #add-on #experimental #issue

hallr

An experimental Blender addon

1 unstable release

0.1.0 Oct 31, 2023

#1096 in Math

AGPL-3.0-or-later

89KB
2K SLoC

Rust 1K SLoC // 0.0% comments Python 779 SLoC // 0.2% comments Shell 18 SLoC // 0.4% comments

crates.io Documentation Workflow dependency status license

Hallr

Experimental Blender addon written in Rust. Work in progress, expect wildly fluctuating API:s.

Usage

You should be able to find CI generated zip files under the Actions->workflows tab. These ZIP files contain the Hallr addon that Blender can install. There are (financial) issues with building for MacOs Arm with the github workflows. If you are on an Arm Mac you can locally build your own .dylib like this:

cargo build --release

and replace the .dylib inside the zip file.

Generating the entire zip file from scratch works too (must be in the root dir):

python3 build_script.py

Contributing

We welcome contributions from the community. Feel free to submit pull requests or report issues on our GitHub repository.

License

AGPL-3.0-or-later

Dependencies

~9MB
~189K SLoC