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:
authorJohnny Matthews <johnny.matthews@gmail.com>2005-10-31 18:53:21 +0300
committerJohnny Matthews <johnny.matthews@gmail.com>2005-10-31 18:53:21 +0300
commit15707394d174f412f8e0e3ee4c085e633487caf3 (patch)
tree13c17f2255f2de563b8f37dbc63660a04b2cc527 /source/blender/python/api2_2x/doc/Key.py
parent54659d4a7d7d3cfdcf43b352bef1e19dd793fc86 (diff)
Adding Key.ipo as access to ipo data both get and set
Diffstat (limited to 'source/blender/python/api2_2x/doc/Key.py')
-rw-r--r--source/blender/python/api2_2x/doc/Key.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/doc/Key.py b/source/blender/python/api2_2x/doc/Key.py
index 3681c0ac7cb..491ae8011f5 100644
--- a/source/blender/python/api2_2x/doc/Key.py
+++ b/source/blender/python/api2_2x/doc/Key.py
@@ -36,6 +36,9 @@ class Key:
L{Curve.Curve}) will contain a Key object representing the
keyframe data.
+ @ivar ipo: Key Ipo.
+ Contains the Ipo if one is assigned to the object, B{None} otherwise. Setting to B{None} clears the current Ipo..
+ @type ipo: Blender Ipo
@ivar value: The Value of the Key - Read Only
@type value: float
@ivar type: An integer from the L{Types} dictionary