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:
Diffstat (limited to 'source/blender/python/api2_2x/doc/Curve.py')
-rw-r--r--source/blender/python/api2_2x/doc/Curve.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/doc/Curve.py b/source/blender/python/api2_2x/doc/Curve.py
index 9a345df5f5a..a7a66bf08ad 100644
--- a/source/blender/python/api2_2x/doc/Curve.py
+++ b/source/blender/python/api2_2x/doc/Curve.py
@@ -74,6 +74,7 @@ class Curve:
@ivar rot: The Curve Data rotation(from the center).
@ivar size: The Curve Data size(from the center).
@ivar bevob: The Curve Bevel Object
+ @cvar key: The L{Key.Key} object associated with this Curve, if any.
"""
def getName():
@@ -382,6 +383,14 @@ class Curve:
@rtype: integer
"""
+ def getKey():
+ """
+ Return the L{Key.Key} object containing the keyframes for this
+ curve, if any.
+ @rtype: L{Key.Key} object or None
+ """
+
+
class CurNurb:
"""
The CurNurb Object