Blender crashes when Simplify is enabled and set to 0. This is because mesh_to_volume_grid returns nullptr at voxel size 0. A simple null-check fixes this problem. Differential Revision: https://developer.blender.org/D17122
Blender crashes when Simplify is enabled and set to 0. This is because mesh_to_volume_grid returns nullptr at voxel size 0. A simple null-check fixes this problem. Differential Revision: https://developer.blender.org/D17122