pymel.core.modeling.polyUVStackSimilarShells

polyUVStackSimilarShells(*args, **kwargs)

Stack Similar UV Shells.

Flags:

Long Name / Short Name Argument Types Properties
onlyMatch / om bool ../../../_images/create.gif
  If this flag is true, only match UV shells and return UVs of target UV shells but don’t stack.
tolerance / to float ../../../_images/create.gif
  The tolerance setting for stacking how similar UV shells. Flag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.polyUVStackSimilarShells

Example:

::

import pymel.core as pm

// Stack Similar UV Shells with tolerance. pm.polyUVStackSimilarShells(to = 0.001)