Go to: Synopsis. Return value. Keywords. Related. MEL examples.
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.boolean | Success or Failure. |
// To clean topology of two subdiv surfaces. subdCleanTopology surface surface2;