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:
authorJacques Guignot <guignot@wanadoo.fr>2003-10-27 00:22:24 +0300
committerJacques Guignot <guignot@wanadoo.fr>2003-10-27 00:22:24 +0300
commitcd0e042dbcc5e411a9ac489426d7a28be34d04d8 (patch)
tree51d73e261977dd7df575074d00acf1cf9e985659 /source/blender/python/api2_2x/doc/Material.py
parent0311189fb8a8f6fc04ad92fafc355a81324aa7d8 (diff)
Update of the documentation files for the new IPO functions
Diffstat (limited to 'source/blender/python/api2_2x/doc/Material.py')
-rw-r--r--source/blender/python/api2_2x/doc/Material.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/doc/Material.py b/source/blender/python/api2_2x/doc/Material.py
index 07a5c6fa68c..8ee69c842b9 100644
--- a/source/blender/python/api2_2x/doc/Material.py
+++ b/source/blender/python/api2_2x/doc/Material.py
@@ -115,6 +115,13 @@ class Material:
that range: if val < Min, then val = Min, if val > Max, then val = Max.
"""
+
+ def getIpo():
+ """
+ Retreives the Ipo (if any) of an material object
+ @rtype: Ipo object
+ @return: the Ipo of the material object.
+ """
def getName():
"""
Get the name of this Material object.