Index: Object.py =================================================================== --- Object.py (revision 14348) +++ Object.py (working copy) @@ -636,6 +636,10 @@ @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 'x' | 'y' | 'z' (readonly) + @type upAxis: string """ def buildParts():