== Python API - Mesh ==

This patch by Domino Maram adds the function addMultiresLevel
This commit is contained in:
2008-02-02 23:58:05 +00:00
parent 3a6a3d0389
commit 07ccea0ac2
2 changed files with 42 additions and 0 deletions

View File

@@ -1102,6 +1102,15 @@ class Mesh:
@param name: The name of the new Color layer, 31 characters max.
"""
def addMultiresLevel(levels = 1, type = 'catmull-clark'):
"""
Adds multires levels to this mesh.
@type levels: int
@param levels: The number of levels to add
@type type: string
@param type: The type of multires level, 'catmull-clark' or 'simple'.
"""
def removeUVLayer(name):
"""
Removes the active UV/Image layer.