From 1c9a7a032bf9b583b070320d1a8c1dc95db322ce Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 5 Jul 2006 20:37:07 +0000 Subject: 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. --- source/blender/python/api2_2x/doc/Mesh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/python') diff --git a/source/blender/python/api2_2x/doc/Mesh.py b/source/blender/python/api2_2x/doc/Mesh.py index 47c295e71b1..4a292db9b84 100644 --- a/source/blender/python/api2_2x/doc/Mesh.py +++ b/source/blender/python/api2_2x/doc/Mesh.py @@ -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): -- cgit v1.2.3