opdepend Command
From Wiki077
(Redirected from Opdepend)
opdepend [-b] [-i] [-t] [-o] [-e] [-p] [-s] [-l level] node
This will list all of the operators that are either dependent on this object or that this object depends on.
Options
-b |
the output only specifies the nodes |
-l |
Which level to descend to in the hierarchy |
-i |
lists all ops that are inputs to the node |
-o |
lists all ops that are outputs of the node |
-e |
lists all extra (reference) inputs to the node (for example a moviein top that references a DAT for its source image). |
-p |
select the nodes specified |
-s |
silent mode - no output to the textport |
-t |
lists only time dependent inputs |
Examples
opdepend -i -e /comp/blue_plastic
opdepend -i -o -e /obj/geo1
opdepend -i -p -s /obj/logo
