was missing getColorLayerNames and getUVLayerNames from docs.

This commit is contained in:
Campbell Barton 2006-12-28 12:56:00 +00:00
parent 3fb1f2986f
commit 8866a62c8f

@ -1002,6 +1002,22 @@ class Mesh:
associated with the mesh's object
"""
def getUVLayerNames():
"""
Return a list of all UV layer names
@rtype: list of strings
@return: returns a list of strings representing all UV layers
associated with the mesh's object
"""
def getColorLayerNames():
"""
Return a list of all color layer names
@rtype: list of strings
@return: returns a list of strings representing all color layers
associated with the mesh's object
"""
def getVertexInfluences(index):
"""
Get the bone influences for a specific vertex.