*pose docs

- some pose python documentation
This commit is contained in:
2006-01-11 20:44:24 +00:00
parent 21733dccc9
commit 31518a374b
3 changed files with 9 additions and 1 deletions

View File

@@ -269,6 +269,13 @@ class Object:
the type Effect.
"""
def getPose():
"""
Gets the current Pose of the object.
@rtype: Pose object
@return: the current pose object
"""
def clearIpo():
"""
Unlinks the ipo from this object.