I want to get animation boundary for some reason.
So, I group all my element together, and
getAttr "group.boundingBoxMin" ;
getAttr "group.boundingBoxMax" ;
But, to do with that, I have to set current time for everyframe. It is so time-waste.
And I think up getting specific frame attribute value method, so I tried.
getAttr -t 15 "group.boundingBoxMin" ;
But doesn't work. It doesn't return proper result.
Is there some other ways to get whole animation boundary?
I