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:
Stephen Swaney
2004-03-05 05:50:50 +00:00
parent 4d1f58ebd0
commit db9f9215cf
8 changed files with 13 additions and 13 deletions

View File

@@ -65,7 +65,7 @@ class Armature:
def getBones():
"""
Get the Armature root bones.
@rtype: list
@rtype: list of Blender Bones
@return: a list of Armature bones.
"""