Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_pointcache.h335 int BKE_ptcache_write(PTCacheID *pid, unsigned int cfra);
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dcloth.c388 BKE_ptcache_write(&pid, framenr); in clothModifier_do()
409 BKE_ptcache_write(&pid, startframe); in clothModifier_do()
421 BKE_ptcache_write(&pid, framenr); in clothModifier_do()
H A Dpointcache.c2510 int BKE_ptcache_write(PTCacheID *pid, unsigned int cfra) in BKE_ptcache_write() function
3351 BKE_ptcache_write(pid, 0); in BKE_ptcache_bake()
3380 BKE_ptcache_write(pid, 0); in BKE_ptcache_bake()
3446 BKE_ptcache_write(pid, 0); in BKE_ptcache_mem_to_disk()
H A Drigidbody.c2222 BKE_ptcache_write(&pid, startframe); in BKE_rigidbody_do_simulation()
2250 BKE_ptcache_write(&pid, (unsigned int)ctime); in BKE_rigidbody_do_simulation()
H A Dsoftbody.c3628 BKE_ptcache_write(&pid, framenr); in sbObjectStep()
3655 BKE_ptcache_write(&pid, startframe); in sbObjectStep()
3669 BKE_ptcache_write(&pid, framenr); in sbObjectStep()
H A Dparticle_system.c4527 BKE_ptcache_write(pid, (int)cache_cfra); in system_step()
4544 BKE_ptcache_write(pid, startframe); in system_step()
4609 BKE_ptcache_write(pid, (int)cache_cfra); in system_step()
H A Ddynamicpaint.c2188 BKE_ptcache_write(&pid, surface->current_frame); in dynamicPaint_frameUpdate()