I am using Python (pymel)
For a regular geo I get the local bounding box by getting a bounding box info from its shape node.
Now, let’s say I have 3 different objects under a group node. How can I get object space bounding box info of this group node?
Group node has no shape node. How can I get object space bounding box for such nodes that have no shape node?
Any help would be very much appreciated. Thank you so much!