Blender 在軟體裡寫python程式-以自動繪製齒輪為例 (取自github)
Blender 在軟體裡寫python程式-以自動繪製齒輪為例 (取自github)

Blender 在軟體裡寫python程式-以自動繪製齒輪為例 (取自github)

Blender 的python程式

Blender 軟體提供相當大的彈性,可以允許使用者自己寫外掛程式,無論是產生3D模型,控制環境內的變數,製作動畫,或組合預算皆可透過呼叫python程式完成。

參考資源:https://docs.blender.org/api/current/info_quickstart.html

python導入Blender的資源

import bpy

以下以github上的資源示範 (https://github.com/derekfobrien/dob-python-blender-gears-addon)