This document describes a Python source-rendering system that lets ordinary Python code display as mathematical notation inside an editor. The underlying program remains normal Python. Rendering ...
最近、Blenderでレンダリングを手動で行っていて枚数が多くなってくるとあまりにも面倒くさかった。そこで、Pythonスクリプトで自動化(プログラミングで処理)できないかな調べて実際にやってみたので忘れないうちに記録として... bpy.context.scene.world.node_tree ...