I’m having problems using MayaAPI, my task is to get all Shapes under transform node.
I’m able to list through children of selected Transform node using MFnDagNode::child command, but how do I search all levels.
I wonder if recursivity is needed or is there any appropriate function somewhere in API?