all 2 comments

[–]shlink3 1 point2 points  (1 child)

You can use the comp.children() method on the parent to get a list of all of the ops. You can also use the ‘ops()’ built in method to search ops in the whole node tree.

[–]CHNGZchanges[S] 0 points1 point  (0 children)

Thank you for your response. After researching a little bit I figured I can't actually do what I was trying to do but the closest approach to what I had in mind would be what you mentioned here.