Go to: Synopsis. Return value. Keywords. Related. Python examples.
vnnPaste(
string string
)
Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.
vnnPaste is undoable, NOT queryable, and NOT editable.
Paste the copied VNN nodes to target VNN compound. The first parameter is the full name of the DG node that contains the VNN graph. The second parameter is the full path of the target VNN compound. A "vnnCopy" must be called before this command is called.None
import maya.cmds as cmds vnnPaste( "|bifrostLiquid1|bifrostLiquidContainer1", "liquid")