Skip to content

Latest commit

 

History

History
50 lines (25 loc) · 1.19 KB

README.md

File metadata and controls

50 lines (25 loc) · 1.19 KB

auto-render-with-bpy

使用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 入门参考

https://www.byhy.net/py/qt/qt_01/