This adds a new Instance Bounds nodes which provides an easy and efficient way to get the bounding box of each instance. Nested instances or not taken into account to compute the bounding box. That would result in a major performance degredation because one would have to basically realize all instances to do that. Also see #135933 for some examples. Pull Request: https://projects.blender.org/blender/blender/pulls/135933