Mech cleanup use new edge_keys

continual script stuff, minor stuff..

fix for bad return in group.
Added back group.objects.append/remove but print deprectaed warning. also some epydoc changes.
This commit is contained in:
2006-12-28 05:00:35 +00:00
parent c063e01f06
commit ab06e52343
13 changed files with 73 additions and 45 deletions

View File

@@ -394,7 +394,7 @@ def getMeshFromObject(ob, container_mesh=None, apply_modifiers=True, vgroups=Tru
mesh.verts= None
type = ob.getType()
type = ob.type
dataname = ob.getData(1)
tempob= None
if apply_modifiers or type != 'Mesh':