Blender Git Commit Log
Git Commits -> Revision 57fe650
Revision 57fe650 by Hans Goudey (master) April 8, 2021, 18:44 (GMT) |
BKE: Refactor volume bounding box code This commit splits of the function that generates a bounding box for a volume into a new function, so that the min and max coordinate can be retrieved from volume data without an object. Also some cleanup: using the float3 type. |
Commit Details:
Full Hash: 57fe650b76f85538cad961b738ce6d3e4682404f
Parent Commit: 0e2a1ef
Lines Changed: +59, -62