A public design-automation project for constructing animated Blender scenes with Python. The first environment is the Deep Space Maker Board: a simple 3D stage suspended in space where objects, point ...
本项目提供一个基于 Blender 和 Python 的自动化 3D 模型处理工作流,支持模型导入、格式转换、变换操作、材质添加、网格优化等功能。 目录结构 BlenderPY/ ├── input/ # 输入模型文件目录 ├── output/ # 输出模型文件目录 ├── config/ # 配置文件目录 │ └── ...