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-26 21:01:30 +0300
committerJohnny Matthews <johnny.matthews@gmail.com>2005-03-26 21:01:30 +0300
commit24e52b703e319bc10e90b1b1717dcf9ded28b683 (patch)
tree039ccd8c7a15c749b4bd6e533b90f8f7ee593f39 /source/blender/python/api2_2x/doc/Lamp.py
parentc9c0e8d50c8585ce195ffd8ded85ced6f3c05bf4 (diff)
Adding some docs for world and lamp insertIpoKey additions
Diffstat (limited to 'source/blender/python/api2_2x/doc/Lamp.py')
-rw-r--r--source/blender/python/api2_2x/doc/Lamp.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/doc/Lamp.py b/source/blender/python/api2_2x/doc/Lamp.py
index 286459d4107..0b781ef6f3f 100644
--- a/source/blender/python/api2_2x/doc/Lamp.py
+++ b/source/blender/python/api2_2x/doc/Lamp.py
@@ -370,3 +370,16 @@ class Lamp:
Unlink the ipo from this Lamp object.
@return: True if there was an ipo linked or False otherwise.
"""
+
+ def insertIpoKey(keytype):
+ """
+ Inserts keytype values in lamp ipo at curframe. Uses module constants.
+ @type keytype: Integer
+ @param keytype:
+ -RGB
+ -ENERGY
+ -SPOTSIZE
+ -OFFSET
+ -SIZE
+ @return: py_none
+ """