diff --git a/source/blender/geometry/intern/mesh_to_volume.cc b/source/blender/geometry/intern/mesh_to_volume.cc index 2f41c9ba29c..4230eb16974 100644 --- a/source/blender/geometry/intern/mesh_to_volume.cc +++ b/source/blender/geometry/intern/mesh_to_volume.cc @@ -111,7 +111,7 @@ static openvdb::FloatGrid::Ptr mesh_to_fog_volume_grid( const float interior_band_width, const float density) { - if (voxel_size < 1e-5f || interior_band_width <= 0.0f) { + if (voxel_size < 1e-5f) { return nullptr; }