pymel.core.modeling.subdMatchTopology

subdMatchTopology(*args, **kwargs)

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

Flags:
Long name (short name) Argument Types Properties
frontOfChain (foc) bool ../../../_images/create.gif
 

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 commandFlag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.subdMatchTopology

Example:

import pymel.core as pm

import maya.cmds as cmds

# To match topology across two subdiv surfaces.
pm.subdMatchTopology( 'surface', 'surface2' )

Previous topic

pymel.core.modeling.subdMapSewMove

Next topic

pymel.core.modeling.subdMirror

Core

Core Modules

Other Modules

This Page