Merge branch 'blender-v3.6-release'

This commit is contained in:
Jacques Lucke 2023-06-21 16:06:30 +02:00
commit ca25fc89bf
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,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;
}