Long name (short name) |
Argument types |
Properties |
-connections(-c)
|
|
|
|
Print the connection information
|
|
-nodes(-n)
|
|
|
|
Print the specified nodes (or the entire graph if -all is used)
|
|
-island(-is)
|
|
|
|
Print detailed debug information about the island for each node. Note that
this flag will typically generate a large amount of debug information, so it is
recommended that the list of nodes passed to the command be brief when using
the islandDetail flag.
The information includes the full list of nodes in the island, as well as all
islands connected to the island.
|
|
-subgraph(-sub)
|
|
|
|
Print the subgraph affected by the node or plugs (or all nodes
in the graph grouped in subgraphs if -all is used)
|
|
-allNodes(-all)
|
|
|
|
Use the entire graph as the context
|
|
-short(-s)
|
|
|
|
Print using short format instead of long
|
|
-dirty(-d)
|
boolean
|
|
|
Only print dirty/clean nodes/plugs/connections. Default is both
|
|
-propagation(-p)
|
boolean
|
|
|
Only print propagating/not propagating nodes/plugs/connections.
Default is both.
|
|
-nonDeletable(-nd)
|
|
|
|
Include non-deletable nodes as well (normally not of interest)
|
|
-size(-sz)
|
|
|
|
Show datablock sizes for all specified nodes. Return value is tuple of
all selected nodes (NumberOfNodes, NumberOfDatablocks, TotalDatablockMemory)
|
|
-type(-nt)
|
string
|
|
|
Filter output to only show nodes of type NODETYPE
|
|
-outputFile(-of)
|
string
|
|
|
Send the output to the file FILE instead of STDERR
|
|