Adding Key.ipo as access to ipo data both get and set

This commit is contained in:
2005-10-31 15:53:21 +00:00
parent 54659d4a7d
commit 15707394d1
2 changed files with 50 additions and 0 deletions

View File

@@ -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