fixed a bug in poly redux's vgroup weight merging (was reducing the weight each collapse by about half)

fixed some other UI logic in the python menu script
Added an option to use a vertex group for a reduction weight map to force reducing some areas more then others.

Mesh epydocs activeGroups can be None as well as string.
This commit is contained in:
2006-07-05 20:37:07 +00:00
parent 2ca81ba8cc
commit 1c9a7a032b
3 changed files with 72 additions and 17 deletions

View File

@@ -693,7 +693,7 @@ class Mesh:
@type activeFace: int
@ivar activeGroup: The mesh's active vertex group. The mesh must be
linked to an object (read the comment in L{addVertGroup} for more info).
@type activeGroup: string
@type activeGroup: string or None
"""
def getFromObject(name,cage=0):