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

Synopsis

subdMatchTopology [-frontOfChain]

subdMatchTopology is undoable, NOT queryable, and NOT editable.

Command matches topology across multiple subdiv surfaces - at all levels.

Return value

booleanSuccess or Failure.

Keywords

subdivision, surface, deformers, refine, level, coarse, fine

Related

blendShape, changeSubdivComponentDisplayLevel, changeSubdivRegion, createSubdivRegion, querySubdiv, subdiv, subdivDisplaySmoothness

Flags

frontOfChain
Long name (short name) Argument types Properties
-frontOfChain(-foc) create
This command is used to specify that the new addTopology node should be placed ahead (upstream) of existing deformer and skin nodes in the shape's history (but not ahead of existing tweak nodes). The input to the addTopology node will be the upstream shape rather than the visible downstream shape, so the behavior of this flag is the most intuitive if the downstream deformers are in their reset (hasNoEffect) position when the new deformer is added.

Flag can appear in Create mode of command Flag can appear in Edit mode of command
Flag can appear in Query mode of command Flag can be used more than once in a command.

MEL examples

// To match topology across two subdiv surfaces.
subdMatchTopology surface surface2;