Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/python/api2_2x/doc/Object.py')
-rw-r--r--source/blender/python/api2_2x/doc/Object.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/doc/Object.py b/source/blender/python/api2_2x/doc/Object.py
index 45d3fb9c90d..f51a31e85f2 100644
--- a/source/blender/python/api2_2x/doc/Object.py
+++ b/source/blender/python/api2_2x/doc/Object.py
@@ -269,6 +269,19 @@ class Object:
the type Effect.
"""
+ def insertShapeKey():
+ """
+ Insert a Shape Key in the current object. It applies to Objects of
+ the type Mesh, Lattice, or Curve.
+ """
+
+ 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.