dgInfo is undoable, queryable, and editable.
This command prints information about the DG in a text-oriented
manner. The scope of the information printed is the entire graph
if the -all flag is used, the nodes/plugs on the command line if
they were specified, and the selection list, in that order.
Long name (short name) |
[argument types] |
Properties |
-connections(-c)
|
|
 
|
|
Print the connection information
In query mode, this flag needs a value.
|
|
-nodes(-n)
|
|
 
|
|
Print the specified nodes (or the entire graph if -all is used)
In query mode, this flag needs a value.
|
|
-subgraph(-sub)
|
|
 
|
|
Print the subgraph affected by the node or plugs (or all nodes
in the graph grouped in subgraphs if -all is used)
In query mode, this flag needs a value.
|
|
-allNodes(-all)
|
|
 
|
|
Use the entire graph as the context
In query mode, this flag needs a value.
|
|
-short(-s)
|
|
 
|
|
Print using short format instead of long
In query mode, this flag needs a value.
|
|
-dirty(-d)
|
boolean
|
 
|
|
Only print dirty/clean nodes/plugs/connections. Default is both
In query mode, this flag needs a value.
|
|
-propagation(-p)
|
boolean
|
 
|
|
Only print propagating/not propagating nodes/plugs/connections.
Default is both.
In query mode, this flag needs a value.
|
|
-nonDeletable(-nd)
|
|
 
|
|
Include non-deletable nodes as well (normally not of interest)
In query mode, this flag needs a value.
|
|
-type(-nt)
|
string
|
 
|
|
Filter output to only show nodes of type NODETYPE
In query mode, this flag needs a value.
|
|
-outputFile(-of)
|
string
|
 
|
|
Send the output to the file FILE instead of STDERR
In query mode, this flag needs a value.
|
|