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.
This commit is contained in:
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user