ニュース

Blender内でPythonを活用し、3Dモデリングやアニメーション制作などの3DCGプロジェクトを効率化するための環境設定や、Pythonの基礎知識、アドオン開発、公開・ライセンス管理などの応用的なトピックについて詳しく解説する『Blender Python完全ガイド』から書籍内容を抜粋してご紹介。第2回は ...
The Blender Python API can't create Blender data that exists outside the main Blender database (accessed through :mod:`bpy.data`), because this data is managed by Blender (save, load, undo, append, ...
はじめに この記事では、Blender 4.0でPython APIを使用して文字を表示し、レンダリングする手順を説明します。このプロセスは、コマンドラインからBlenderを操作し、自動化タスクを実行する際に役立ちます。
」BlenderにおけるPythonの活用 最初に行なわれたのは藤原佑介氏(@GhostBrain3dex)による Python に関する講演「制御せよBlender! blenderとpython なんでも、どこまでも―定型処理からワークフローアドオン、サーバーサイド実行まで―」。
A python function module to aid in manipulating node connections in Blender. The goal is to make it simpler when adding / removing links between nodes of a NodeTree. Using the Blender Python API as it ...
Blender, a powerful open source 3D software, can be extended and powered up using the Python programming language. This book teaches you how to automate laborious operations using scripts, and expand ...