Go to: Synopsis. Return value. Keywords. Related. Python examples.
subdTransferUVsToCache()
Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.
subdTransferUVsToCache is undoable, NOT queryable, and NOT editable.
The subdivision surface finer level uvs will get copied to the polygonToSubd node sent in as argument.boolean |
import maya.cmds as cmds cmds.subdTransferUVsToCache( 'subdShape1', 'polyShape4' )