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:
authorStephen Swaney <sswaney@centurytel.net>2004-03-05 08:50:50 +0300
committerStephen Swaney <sswaney@centurytel.net>2004-03-05 08:50:50 +0300
commitdb9f9215cfa1e7958b1b95713d026c91daff1214 (patch)
tree19079a50154a8a942e00a209099773cb285fe91f /source/blender/python/api2_2x/doc/NMesh.py
parent4d1f58ebd0d95df965a0b0248ec82fc3eaf9115e (diff)
Fix for Bug 1045.
Added more detail for method return types in various doc files. Changed version number in epy_docgen.sh to BPY_API_232.
Diffstat (limited to 'source/blender/python/api2_2x/doc/NMesh.py')
-rw-r--r--source/blender/python/api2_2x/doc/NMesh.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/doc/NMesh.py b/source/blender/python/api2_2x/doc/NMesh.py
index 4e4680ef0cb..d7a087a30e4 100644
--- a/source/blender/python/api2_2x/doc/NMesh.py
+++ b/source/blender/python/api2_2x/doc/NMesh.py
@@ -320,7 +320,7 @@ class NMesh:
Get influences of bones in a specific vertex.
@type index: int
@param index: The index of a vertex.
- @rtype: list
+ @rtype: list of lists
@return: List of pairs (name, weight), where name is the bone name (string)
and its weight is a float value.
"""