Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_pointcache.h276 void BKE_ptcache_make_particle_key(struct ParticleKey *key, int index, void **data, float time);
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dpointcache.c239 BKE_ptcache_make_particle_key(keys + 2, 0, data, cfra2); in ptcache_softbody_interpolate()
265 void BKE_ptcache_make_particle_key(ParticleKey *key, int index, void **data, float time) in BKE_ptcache_make_particle_key() function
350 BKE_ptcache_make_particle_key(&pa->state, 0, data, cfra); in ptcache_particle_read()
431 BKE_ptcache_make_particle_key(keys + 2, 0, data, cfra2); in ptcache_particle_interpolate()
594 BKE_ptcache_make_particle_key(keys + 2, 0, data, cfra2); in ptcache_cloth_interpolate()
835 BKE_ptcache_make_particle_key(&keys[2], 0, data, cfra2); in ptcache_rigidbody_interpolate()
H A Dparticle.c1011 BKE_ptcache_make_particle_key(key2, index2, pm->data, (float)pm->frame); in get_pointcache_keys_for_time()
1016 BKE_ptcache_make_particle_key(key1, index1, pm->prev->data, (float)pm->prev->frame); in get_pointcache_keys_for_time()
1025 BKE_ptcache_make_particle_key(key2, index2, pm->data, (float)pm->frame); in get_pointcache_keys_for_time()