--- mesh_cleanup.py~ 2007-02-15 20:40:10.000000000 -0500 +++ mesh_cleanup.py 2007-04-29 09:24:29.000000000 -0400 @@ -145,7 +145,7 @@ def rem_free_groups(me, groupNames, vWeightDict): - ''' cound how many vert users a group has and remove unsued groups ''' + ''' cound how many vert users a group has and remove unused groups ''' rem_groups = 0 groupUserDict= dict([(group,0) for group in groupNames]) @@ -360,7 +360,7 @@ if is_editmode: Window.EditMode(0) stat_string= 'Removed from ' + str(len(meshes)) + ' Mesh(es)%t|' - if CLEAN_VERTS_FREE: stat_string+= 'Verts: %i|' % rem_edge_count + if CLEAN_VERTS_FREE: stat_string+= 'Verts: %i|' % rem_vert_count if CLEAN_EDGE_SMALL or CLEAN_EDGE_NOFACE: stat_string+= 'Edges: %i|' % rem_edge_count if CLEAN_FACE_SMALL or CLEAN_FACE_PERIMETER: stat_string+= 'Faces: %i|' % rem_face_count if CLEAN_MATERIALS: stat_string+= 'Materials: %i|' % rem_material_count