AcademySoftwareFoundation / openvdb

OpenVDB - Sparse volume data structure and tools
http://www.openvdb.org/
Apache License 2.0
2.71k stars 660 forks source link

Removing the validation warning in CreateNanoGrid::processGrid() #1762

Closed alexandresv closed 9 months ago

alexandresv commented 9 months ago

Removing the validation warning in CreateNanoGrid::processGrid() to prevent the console from being spammed when a vector grid of type fog volume is processed. This change aim to match the behavior of before #1651.