Home
last modified time | relevance | path

Searched refs:realloc_particles (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dparticle_system.c202 static void realloc_particles(ParticleSimulationData *sim, int new_totpart) in realloc_particles() function
3197 realloc_particles(sim, sim->psys->totpart); in psys_update_path_cache()
4260 realloc_particles(sim, part->totpart); in particles_fluid_step()
4443 realloc_particles(sim, totpart); in emit_particles()