I got another question, I need to get the vertices from an edge. I can get to the MeshEdge object.
How do I use that, I try with mesh.edges.vertices, but It comes up with an error. Also tried mesh.edges.vertices().
#solved first question about groups
Hi, I’m trying to get all the verts from a VertexGroup in blender 2.5.
I managed to get the VertexGroup object, but where do I go from there? Is there a certain property? I get errors if I try to use it like a list.
http://www.blender.org/documentation/250PythonDoc/bpy.types.VertexGroup.html
In 2.49, there was a simple function for mesh objects mesh.getVertsFromGroup(group). This doesn’t work in 2.5 anymore.