Hello,
Im using the inline console for retrieving vertex data of a plane triangle, but the vertexes z axis value seem to be wrong.
Link to picture
if you use the "old" bpy api, you need to toggle edit mode, or you will still get the vertex locations as they were before you entered edit mode.
bpy.ops.object.mode_set(mode='OBJECT')
you can avoid changing mode by using the bmesh module
http://www.blender.org/documentation/blender_python_api_2_64_9/bmesh.html_________________
I'm sitting, waiting, wishing, building Blender in superstition...