From 8866a62c8f6ce3e2b8cbd1301baf60767f2b5fdb Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 28 Dec 2006 12:56:00 +0000 Subject: [PATCH] was missing getColorLayerNames and getUVLayerNames from docs. --- source/blender/python/api2_2x/doc/Mesh.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/source/blender/python/api2_2x/doc/Mesh.py b/source/blender/python/api2_2x/doc/Mesh.py index 2b933c4f04e..3871a6eaa08 100644 --- a/source/blender/python/api2_2x/doc/Mesh.py +++ b/source/blender/python/api2_2x/doc/Mesh.py @@ -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.