From fad1324e5aa48bc953956d1f4c4f82bb867d0bb4 Mon Sep 17 00:00:00 2001
From: Jacques Guignot <guignot@wanadoo.fr>
Date: Tue, 28 Oct 2003 23:25:59 +0000
Subject: [PATCH] update of the doc (ipoCurve function)

---
 source/blender/python/api2_2x/doc/Object.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/source/blender/python/api2_2x/doc/Object.py b/source/blender/python/api2_2x/doc/Object.py
index 19fb6448e61..195a868d89f 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):
     """
-- 
GitLab