Blender 5.0 introduces comprehensive volume grid support in Geometry Nodes, enabling direct manipulation of volumetric data through a new grid data type. Built on OpenVDB, the system efficiently stores sparse and dense voxel data using tiles and active status flags. Users can now perform fluid simulations, SDF modeling, and scientific data visualization through nodes that handle field-to-grid conversion, grid sampling, boolean operations, and vector calculus. The implementation includes grid transforms for mapping index-space to object-space, integration with the field system for procedural evaluation, and specialized SDF filters for smooth boolean operations.
Table of contents
Volume GridGrid Data StructureIntegration with FieldsSDF Grid ModelingOpenVDB OperatorsSort: