Go to: Synopsis. Return value. Flags. Python examples.
vnnPort(
[dg container] [port path] [port type] [search mode] [port flags]
, [clear=boolean], [setFlag=boolean])
Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.
vnnPort is undoable, NOT queryable, and NOT editable.
Internal command used to modify flags on ports. [port type] is either 0 for input, 1 for output, or 3 to search for either [search mode] is either 0 for internal ports, 1 for external ports, or 3 to search both Port flags are implementation-dependant. Some common values are 2=fan-in, 4=hidden, 8=multi-inNone
| Long name (short name) | Argument types | Properties | ||
|---|---|---|---|---|
clear(c)
|
boolean
|
|
||
|
||||
setFlag(set)
|
boolean
|
|
||
|
||||
import maya.cmds as cmds This command is generally not used by users. See vnnNode and vnnCompound to query and set port attributes