pymel.core.general.vnnCopy

vnnCopy(*args, **kwargs)

Copy a set of VNN nodes to clipper board. 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 parent VNN compound. The source VNN nodes must be set by the flag -sourceNode.

Flags:

Long Name / Short Name Argument Types Properties
sourceNode / src unicode ../../../_images/create.gif
  Set the source node to copy. This node should be a child of the specified parent compound. This command should be used with vnnPastecommand. Flag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.vnnCopy