pymel.core.general.vnnPaste

vnnPaste(*args, **kwargs)

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 vnnCopymust be called before this command is called.

Derived from mel command maya.cmds.vnnPaste

Example:

::

import pymel.core as pm

vnnPaste( “|bifrostLiquid1|bifrostLiquidContainer1”, “liquid”)