Fix T75210: Frame range does not go down to 0 in the physics tab for mantaflow when clicking the left arrow

Added nore flexibility to cache frame range and ensured validity of frame range.
This commit is contained in:
2020-03-31 12:18:03 +02:00
parent 155f917403
commit b74e388617
3 changed files with 28 additions and 2 deletions

View File

@@ -75,6 +75,9 @@ void BKE_fluid_particle_system_create(struct Main *bmain,
const int psys_type);
void BKE_fluid_particle_system_destroy(struct Object *ob, const int particle_type);
void BKE_fluid_cache_startframe_set(struct FluidDomainSettings *settings, int value);
void BKE_fluid_cache_endframe_set(struct FluidDomainSettings *settings, int value);
void BKE_fluid_cachetype_mesh_set(struct FluidDomainSettings *settings, int cache_mesh_format);
void BKE_fluid_cachetype_data_set(struct FluidDomainSettings *settings, int cache_data_format);
void BKE_fluid_cachetype_particle_set(struct FluidDomainSettings *settings,