pymel.core.modeling.nurbsCopyUVSet¶
- nurbsCopyUVSet(*args, **kwargs)¶
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.
Derived from mel command maya.cmds.nurbsCopyUVSet
Example:
import pymel.core as pm pm.nurbsCopyUVSet()