Go to: Synopsis. Return value. Keywords. Related. MEL examples.

Synopsis

subdCleanTopology

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.

Return value

booleanSuccess or Failure.

Keywords

subdivision, surface, refine, level, coarse, fine

Related

changeSubdivComponentDisplayLevel, changeSubdivRegion, createSubdivRegion, querySubdiv, subdiv, subdivDisplaySmoothness

MEL examples

// To clean topology of two subdiv surfaces.
subdCleanTopology surface surface2;