使用blender-python 自动渲染模拟出的密封圈下落场景图片
更新计划:
- 实现 UI 界面 用pyqt
- [ ]
- 密集下落场景模拟文件:fallRingsCircleSimulation.blend
- 自动渲染程序:auto_render_torus_simulate_fall.py
- 渲染指定数量
labeled bmp
密封圈图片程序:auto_render_torus_with_overlap.py
环境配置
Python 3.11.9
blender 4.1
bpy-4.1.0-cp311-cp311-win_amd64.whl
ui界面需要的环境:pip install pyqt6
pip install pyqt6-tools
官方软件下载 https://download.blender.org/release/Blender4.1/
bpy模块离线下载 https://pypi.tuna.tsinghua.edu.cn/simple/bpy/
pyqt6 入门参考