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-20 22:52:15 +0300
committerJohnny Matthews <johnny.matthews@gmail.com>2005-03-20 22:52:15 +0300
commit03cafb856d527f18242cb2918c913ee054bac74b (patch)
tree57c8a54deb51632ee53e2783a68d8d5e74a04ba9 /source/blender/python/api2_2x/doc
parent7df1facbfa95c4d54c8bf8df00500d71592a6b77 (diff)
Adding some docs for material insertIpoKey additions
Diffstat (limited to 'source/blender/python/api2_2x/doc')
-rw-r--r--source/blender/python/api2_2x/doc/Material.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/doc/Material.py b/source/blender/python/api2_2x/doc/Material.py
index 608ea995766..8997fc1b402 100644
--- a/source/blender/python/api2_2x/doc/Material.py
+++ b/source/blender/python/api2_2x/doc/Material.py
@@ -162,6 +162,23 @@ class Material:
@return: True if there was an ipo linked or False otherwise.
"""
+ def insertIpoKey(keytype):
+ """
+ Inserts keytype values in material ipo at curframe. Uses module constants.
+ @type keytype: Integer
+ @param keytype:
+ -RGB
+ -ALPHA
+ -HALOSIZE
+ -MODE
+ -ALLCOLOR
+ -ALLMIRROR
+ -OFS
+ -SIZE
+ -ALLMAPPING
+ @return: py_none
+ """
+
def getMode():
"""
Get this Material's mode flags.