Blender Python : オブジェクトの頂点座標取得

オブジェクトの頂点情報は MeshVertex に保存されます

MeshVertex::co


頂点一覧を取得したい場合

for v in bpy.context.object.data.vertices : v.co