Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Hughes <khughes@pacific.edu>2008-03-26 20:29:20 +0300
committerKen Hughes <khughes@pacific.edu>2008-03-26 20:29:20 +0300
commit2976a38fd9aeeadfbcef743ce1663e613b4508b3 (patch)
tree516355774e7506a9dc2c92b9d7c12053e06e3feb /source/blender/python/api2_2x/doc
parent972b0a5218ba166ed648f4053c494af30cfa8c02 (diff)
Python API
---------- Bugfix #8615: NMesh.update() did not check if faces had less than 3 vertices, so would create bogus faces. Also discovered in the process that documentation and error message for Mesh.assignVertsToGroup() was wrong.
Diffstat (limited to 'source/blender/python/api2_2x/doc')
-rw-r--r--source/blender/python/api2_2x/doc/Mesh.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/doc/Mesh.py b/source/blender/python/api2_2x/doc/Mesh.py
index 8b49ce29d54..d8bd7be6566 100644
--- a/source/blender/python/api2_2x/doc/Mesh.py
+++ b/source/blender/python/api2_2x/doc/Mesh.py
@@ -987,7 +987,7 @@ class Mesh:
@param group: the name of a vertex group.
"""
- def assignVertsToGroup(group, vertList, weight, assignmode = AssignModes['REPLACE']):
+ def assignVertsToGroup(group, vertList, weight, assignmode):
"""
Adds an array (a Python list) of vertex points to a named vertex group
associated with a mesh. The vertex list is a list of vertex indices from