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.