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.
This commit is contained in:
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user