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

Synopsis

subdTransferUVsToCache

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

MEL examples

subdTransferUVsToCache subdShape1 polyShape4;