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:
authorTom Musgrove <LetterRip@gmail.com>2006-01-17 19:32:09 +0300
committerTom Musgrove <LetterRip@gmail.com>2006-01-17 19:32:09 +0300
commitcf5570c45b9d276b2e1917bcc219e2a37a3c2381 (patch)
tree546a04607e7991aebb04ed2369210eb35c9c61b0
parentc34dd4d5f233b5490c17844de861c3a5502715e0 (diff)
==python api==
epyDoc for insertShapeKey
-rw-r--r--source/blender/python/api2_2x/doc/Object.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/doc/Object.py b/source/blender/python/api2_2x/doc/Object.py
index eff790bd8fd..f51a31e85f2 100644
--- a/source/blender/python/api2_2x/doc/Object.py
+++ b/source/blender/python/api2_2x/doc/Object.py
@@ -269,6 +269,12 @@ 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.