rename api functions...

- minf, maxf, mini, maxi --> min_ff, max_ff, min_ii, max_ii
This commit is contained in:
2012-10-23 13:28:22 +00:00
parent 9599c2a02b
commit f70d2c65d8
94 changed files with 283 additions and 280 deletions

View File

@@ -2710,7 +2710,7 @@ void BKE_object_handle_update(Scene *scene, Object *ob)
if (pid->cache->flag & PTCACHE_OUTDATED || (pid->cache->flag & PTCACHE_SIMULATION_VALID) == 0) {
scene->physics_settings.quick_cache_step =
scene->physics_settings.quick_cache_step ?
mini(scene->physics_settings.quick_cache_step, pid->cache->step) :
min_ii(scene->physics_settings.quick_cache_step, pid->cache->step) :
pid->cache->step;
}
}