API Doc for new Object attributes trackAxis and upAxis.

contributed by Cedric Paille.  Thanks!

Fix broken indentation in Constraint doc.
This commit is contained in:
Stephen Swaney
2008-04-09 07:27:37 +00:00
parent 9aa985abe6
commit d30cc5f2d8
2 changed files with 8 additions and 5 deletions

View File

@@ -636,6 +636,10 @@ class Object:
@ivar rbShapeBoundType: Rigid body shape bound type. See L{RBShapes}
const dict for values.
@type rbShapeBoundType: int
@ivar trackAxis: Track axis. Return string 'X' | 'Y' | 'Z' | '-X' | '-Y' | '-Z' (readonly)
@type trackAxis: string
@ivar upAxis: Up axis. Return string 'Y' | 'Y' | 'Z' (readonly)
@type upAxis: string
"""
def buildParts():