Fix T75883: Smoke simulations with Adaptive Domain broken for 'Final' bakes with OpenVDB in 2.83

Config files always use the .uni extenstion.
This commit is contained in:
Sebastián Barschkis 2020-05-04 18:16:09 +02:00
parent 0c8b872188
commit 8b5868cc15

@ -3232,7 +3232,7 @@ void MANTA::updatePointers()
bool MANTA::hasConfig(FluidModifierData *mmd, int framenr)
{
std::string extension = getCacheFileEnding(mmd->domain->cache_data_format);
std::string extension = FLUID_DOMAIN_EXTENSION_UNI;
return BLI_exists(
getFile(mmd, FLUID_DOMAIN_DIR_CONFIG, FLUID_DOMAIN_FILE_CONFIG, extension, framenr).c_str());
}