how can you list vertex or their components X Y Z
i have this and working fine
List of vertex
print ’ verts List’
for v in redMesh.verts:
print v
now there is another way way but cannot remember how
like
$$$$$$$$$$$$$
for vert in redmesh.verts:
print "X value ",redmesh.verts.1
$$$$$$$$$$$$$$$$
but this is not working
how can you list the components for theses vertices ?
Thanks