You know, I've never ever written a script that didn't have an error in it, hahaha. The error is... That .group attribute is an integer index into the .vertex_groups collection of the object, not a reference to the vertex-group itself. So it should really be this: vertexGroupsExport = {group.name:[ ] for group in…
Hello, everyone. I've found a topic that is already leading me in the right direction: https://www.blender.org/forum/viewtopic.php?t=28466 However, this script only writes what vertex group contains what amount of vertices. What I would like to do is write out the vertex indices that are used within that vertex group to a…