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-03-27 17:34:59 +0400
committerJohnny Matthews <johnny.matthews@gmail.com>2005-03-27 17:34:59 +0400
commitc9c47bd44efc7c45a99968036450db1553efd349 (patch)
tree15191256e2dc8c25c8d19d1b3e892672a8b257f7 /source/blender/python/api2_2x/doc/Camera.py
parent9fc58498129c284bdbab7b56eed2b9586ea91539 (diff)
Adding some docs for camera insertIpoKey additions
Diffstat (limited to 'source/blender/python/api2_2x/doc/Camera.py')
-rw-r--r--source/blender/python/api2_2x/doc/Camera.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/doc/Camera.py b/source/blender/python/api2_2x/doc/Camera.py
index 11b01d388af..7fcc94834c5 100644
--- a/source/blender/python/api2_2x/doc/Camera.py
+++ b/source/blender/python/api2_2x/doc/Camera.py
@@ -226,3 +226,13 @@ class Camera:
@type event: string
@param event: "FrameChanged" or "Redraw".
"""
+
+ def insertIpoKey(keytype):
+ """
+ Inserts keytype values in camera ipo at curframe. Uses module constants.
+ @type keytype: Integer
+ @param keytype:
+ -LENS
+ -CLIPPING
+ @return: py_none
+ """