#add-on #blender #experimental #issue

hallr

实验性Blender插件

1个不稳定版本

0.1.0 2023年10月31日

#18#blender

AGPL-3.0或更高版本

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

Hallr是一个用Rust编写的实验性Blender插件。仍在开发中,API可能会有很大的变化。

使用方法

您应该在“Actions->workflows”标签下找到CI生成的zip文件。这些ZIP文件包含Blender可以安装的Hallr插件。使用GitHub工作流为MacOs Arm构建存在(财务)问题。如果您使用的是Arm Mac,可以按照以下方式本地构建自己的.dylib文件

cargo build --release

并将zip文件中的.dylib替换。

从头开始生成整个zip文件也行(必须在根目录下)

python3 build_script.py

贡献

我们欢迎社区的贡献。请随意提交pull请求或在我们的GitHub仓库中报告问题。

许可协议

AGPL-3.0或更高版本

依赖项

~9MB
~193K SLoC