added the texmesh to Mesh property to mesh.

This commit is contained in:
2006-07-31 12:57:46 +00:00
parent 7bd41a99e0
commit 00a6a79899
2 changed files with 42 additions and 0 deletions

View File

@@ -730,6 +730,9 @@ class Mesh:
@ivar activeGroup: The mesh's active vertex group. The mesh must be
linked to an object (read the comment in L{addVertGroup} for more info).
@type activeGroup: string or None
@ivar texMesh: The mesh's texMesh setting, used so coordinates from another
mesh can be used for rendering textures.
@type texMesh: Mesh or None
"""
def getFromObject(name,cage=0):