Blender Git Loki
Git Commits -> Revision 7b9319a
Revision 7b9319a by Hans Goudey (master) October 21, 2021, 16:51 (GMT) |
Geometry Nodes: Update bounding box to work on individual instances This commit makes the bounding box node work on each unique geometry (including instances) individually instead of making one large bounding box for everything. This makes the node much faster, and is often the desired result anyway. For the old behavior, a realize instances node can be used in front of this node (versioning adds it automatically). The min and max outputs now only output the values from the realized geometry. Differential Revision: https://developer.blender.org/D12951 |
Commit Details:
Full Hash: 7b9319adf90e1742873213abbcd9293c3c4c3749
Parent Commit: deb7ec3
Lines Changed: +50, -119