Go to: Synopsis. Return value. Keywords. Related. Python examples.
coarsenSubdivSelectionList()
Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.
coarsenSubdivSelectionList is undoable, NOT queryable, and NOT editable.
Coarsens a subdivision surface set of components based on the selection list. The selected components are selected at a coarser level.boolean |
import maya.cmds as cmds # after selecting components of a subdivision surface cmds.coarsenSubdivSelectionList()