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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user