Go to: Synopsis. Return value. Keywords. Python examples.

Synopsis

nurbsCopyUVSet()

Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.

nurbsCopyUVSet is undoable, queryable, and editable.

This is only a sample command for debugging purposes, which makes a copy of the implicit st parameterization on a nurbs surface to be the 1st explicit uvset.

Return value

booleanSuccess or Failure.

In query mode, return type is based on queried flag.

Keywords

nurbs, uvSet, copyUVSet

Python examples

import maya.cmds as cmds

cmds.nurbsCopyUVSet()