diff --git a/source/blender/python/api2_2x/doc/Object.py b/source/blender/python/api2_2x/doc/Object.py
index 19fb6448e61d270378b479ba11bfe061ae814834..195a868d89fb00f74b82ff03c4e7e8ed867000a8 100644
--- a/source/blender/python/api2_2x/doc/Object.py
+++ b/source/blender/python/api2_2x/doc/Object.py
@@ -152,6 +152,10 @@ class Object:
Recomputes the particle system. This method only applies to an Object of
the type Effect.
"""
+ def getIpo():
+ """
+ returns the Ipo (if any) associated to the Object.
+ """
def clrParent(mode = 0, fast = 0):
"""