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:
authorKen Hughes <khughes@pacific.edu>2005-11-17 05:25:32 +0300
committerKen Hughes <khughes@pacific.edu>2005-11-17 05:25:32 +0300
commit96221a5331bc8652083ff4c1bc1c7086a4b71a5f (patch)
tree6223bb19f36fe75ba09c4e36a15b02e6b4481052 /source/blender
parent6719d32f99d194ea844d176e3b76879a97bbdc3c (diff)
-- fix documentation error (replace removeCurve() with delCurve())
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/python/api2_2x/doc/Ipo.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/python/api2_2x/doc/Ipo.py b/source/blender/python/api2_2x/doc/Ipo.py
index 1887d3e25d5..0c9ba28fb54 100644
--- a/source/blender/python/api2_2x/doc/Ipo.py
+++ b/source/blender/python/api2_2x/doc/Ipo.py
@@ -141,9 +141,9 @@ class Ipo:
@return: the corresponding IpoCurve, or None.
"""
- def removeCurve(curvename):
+ def delCurve(curvename):
"""
- Remove a existing curve from the IPO object. See addCurve() for possible values for curvename.
+ Delete an existing curve from the IPO object. See addCurve() for possible values for curvename.
@type curvename : string
@rtype: None
@return: None.