Update of the documentation files for the new IPO functions

This commit is contained in:
2003-10-26 21:22:24 +00:00
parent 0311189fb8
commit cd0e042dbc
4 changed files with 32 additions and 0 deletions

View File

@@ -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.