pymel.core.nodetypes.SubdMapSewMove

Inheritance diagram of SubdMapSewMove

class SubdMapSewMove(*args, **kwargs)

class counterpart of mel function subdMapSewMove

This command can be used to Move and Sew together separate UV pieces along geometric edges. UV pieces that correspond to the same geometric edge, are merged together by moving the smaller piece to the larger one.The argument is a UV selection list.

getConstructionHistory(**kwargs)

Turn the construction history on or off (where applicable).Q: When queried, this flag returns an int.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.subdMapSewMove

getLimitPieceSize(**kwargs)

When on, this flag tells that the face number limit described above should be used.

Derived from mel command maya.cmds.subdMapSewMove

getNumberFaces(**kwargs)

Maximum number of faces in a UV piece. When trying to combine two UV pieces into a single one, the merge operation is rejected if the smaller piece has more faces than the number specified by this flag.This flag is only used when limitPieceSizeis set to on.Common flags

Derived from mel command maya.cmds.subdMapSewMove

setLimitPieceSize(val=True, **kwargs)

When on, this flag tells that the face number limit described above should be used.

Derived from mel command maya.cmds.subdMapSewMove

setNumberFaces(val=True, **kwargs)

Maximum number of faces in a UV piece. When trying to combine two UV pieces into a single one, the merge operation is rejected if the smaller piece has more faces than the number specified by this flag.This flag is only used when limitPieceSizeis set to on.Common flags

Derived from mel command maya.cmds.subdMapSewMove

Previous topic

pymel.core.nodetypes.SubdMapCut

Next topic

pymel.core.nodetypes.SubdModifier

Core

Core Modules

Other Modules

This Page