Go to: Synopsis. Return value. Keywords. Related. Python examples.
subdCleanTopology()
Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.
subdCleanTopology is undoable, NOT queryable, and NOT editable.
Command cleans topology of subdiv surfaces - at all levels. It cleans the geometry of vertices that satisfy the following conditions: - Zero edits - Default uvs (uvs obtained by subdividing parent face). - No creases.boolean | Success or Failure. |
import maya.cmds as cmds # To clean topology of two subdiv surfaces. cmds.subdCleanTopology( 'surface', 'surface2' )