[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11512] trunk/blender/source/blender/ python/api2_2x/doc/Mesh.py: getVertsFromGroup was vaguely documented

Campbell Barton cbarton at metavr.com
Tue Aug 7 15:20:46 CEST 2007


Revision: 11512
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11512
Author:   campbellbarton
Date:     2007-08-07 15:20:46 +0200 (Tue, 07 Aug 2007)

Log Message:
-----------
getVertsFromGroup was vaguely documented

Modified Paths:
--------------
    trunk/blender/source/blender/python/api2_2x/doc/Mesh.py

Modified: trunk/blender/source/blender/python/api2_2x/doc/Mesh.py
===================================================================
--- trunk/blender/source/blender/python/api2_2x/doc/Mesh.py	2007-08-07 11:26:39 UTC (rev 11511)
+++ trunk/blender/source/blender/python/api2_2x/doc/Mesh.py	2007-08-07 13:20:46 UTC (rev 11512)
@@ -992,7 +992,8 @@
 		@type group: string
 		@param group: the group name.
 		@type weightsFlag: bool
-		@param weightsFlag: if 1, the weight is returned along with the index. 
+		@param weightsFlag: if 1, each item in the list returned contains a
+			tuple pair (index, weight), the weight is a float between 0.0 and 1.0.
 		@type vertList: list of ints
 		@param vertList: if given, only those vertex points that are both in the
 				list and group passed in are returned.





More information about the Bf-blender-cvs mailing list