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:
authorStephen Swaney <sswaney@centurytel.net>2004-03-05 08:50:50 +0300
committerStephen Swaney <sswaney@centurytel.net>2004-03-05 08:50:50 +0300
commitdb9f9215cfa1e7958b1b95713d026c91daff1214 (patch)
tree19079a50154a8a942e00a209099773cb285fe91f /source/blender/python/api2_2x/doc/Material.py
parent4d1f58ebd0d95df965a0b0248ec82fc3eaf9115e (diff)
Fix for Bug 1045.
Added more detail for method return types in various doc files. Changed version number in epy_docgen.sh to BPY_API_232.
Diffstat (limited to 'source/blender/python/api2_2x/doc/Material.py')
-rw-r--r--source/blender/python/api2_2x/doc/Material.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/python/api2_2x/doc/Material.py b/source/blender/python/api2_2x/doc/Material.py
index 8bee2d85cd2..9212936926b 100644
--- a/source/blender/python/api2_2x/doc/Material.py
+++ b/source/blender/python/api2_2x/doc/Material.py
@@ -495,6 +495,6 @@ class Material:
def getTextures ():
"""
Get this Material's Texture list.
- @rtype: list
- @return: a list of Blender Textures. None is returned for each empty texture slot.
+ @rtype: list of MTex
+ @return: a list of Blender MTex objects. None is returned for each empty texture slot.
"""