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

Synopsis

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.

The command takes a single subdivision surface and a single polygonToSubd node as input. Additional inputs will be ignored. Please note that this command is an internal command and is to be used with care, directly by the user

Return value

boolean

Keywords

subdivision, surface, hierarchy, blind, data

Related

polyToSubdiv, subdToPoly

Python examples

import maya.cmds as cmds

cmds.subdTransferUVsToCache( 'subdShape1', 'polyShape4' )