オブジェクトを取得
# Blender では Python は Python_Console か Text_Editor で実行する。 # Python_Console では 起動時に以下が自動的に実行されている。 import bpy C = bpy.context D = bpy.data # Text_Editor では、使用前にこれら( 特にimport文 )を実行する必要がある。