Go to: Synopsis. Return value. Keywords. Related. Flags. MEL examples.
subdMatchTopology [-frontOfChain]
subdMatchTopology is undoable, NOT queryable, and NOT editable.
Command matches topology across multiple subdiv surfaces - at all levels.
boolean | Success or Failure. |
subdivision, surface, deformers, refine, level, coarse, fine
blendShape, changeSubdivComponentDisplayLevel, changeSubdivRegion, createSubdivRegion, querySubdiv, subdiv, subdivDisplaySmoothness
frontOfChain
Long name (short name) |
Argument types |
Properties |
-frontOfChain(-foc)
|
|
|
|
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.
|
// To match topology across two subdiv surfaces.
subdMatchTopology surface surface2;