Go to: Synopsis. Return value. Flags. Python examples.
sculptMeshCacheChangeCloneSource([blendShape=string], [target=string])
Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.
sculptMeshCacheChangeCloneSource is undoable, queryable, and editable.
This command changes the source blend shape and target for the clone target tool. Used internally for undo/redo, and should not be called directly.None
In query mode, return type is based on queried flag.
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
blendShape(bs)
|
string
|
![]() ![]() ![]() |
||
|
||||
target(t)
|
string
|
![]() ![]() ![]() |
||
|
![]() |
![]() |
![]() |
![]() |
import maya.cmds as cmds cmds.sculptMeshCacheChangeCloneSource( bs='blendShape1', t='pSphere4' )