dopnodeobjs expression function
Returns the list of objects processed by a DOP in the latest timestep.
Replaced by: hou.DopObject, hou.DopNetNode, hou.DopNode
Usage
dopnodeobjs(dop)
Returns a string containing a space-separated list of object identifies.
Examples
dopnodeobjs("/obj/dopnet1")
Returns a list of identifiers for all objects in the /obj/dopnet1 DOP Network. Since no specific DOP node is specified, the node with the display flag is used.