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
path: root/source
diff options
context:
space:
mode:
authorKen Hughes <khughes@pacific.edu>2006-06-28 21:27:07 +0400
committerKen Hughes <khughes@pacific.edu>2006-06-28 21:27:07 +0400
commit9ac6482f8509f8815a1adc270ec583db0e253bd9 (patch)
tree636e77e74a7a3d2c50f8ea9d00283a6e9b02af9e /source
parent6d0b3bf2b7e3089ff04e2fd6342b8d9d5f044caf (diff)
===Python API===
Added reminder in addCurve() doc for how to determine valid Key IPO curve names.
Diffstat (limited to 'source')
-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.