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:
-rw-r--r--source/blender/python/api2_2x/doc/Ipo.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/doc/Ipo.py b/source/blender/python/api2_2x/doc/Ipo.py
index ca660f05f61..77093b0d1f8 100644
--- a/source/blender/python/api2_2x/doc/Ipo.py
+++ b/source/blender/python/api2_2x/doc/Ipo.py
@@ -310,6 +310,9 @@ class Ipo:
9. Sequence Ipo: Fac.
10. Constraint Ipo: Inf.
+ For Key IPOs, the name must be an existing KeyBlock name. Use
+ L{curveConsts} to determine the set of valid names.
+
@type curvename : string
@rtype: IpoCurve object
@return: the corresponding IpoCurve, or None.