Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_pointcache.h340 void BKE_ptcache_free(struct PointCache *cache);
/dports/graphics/blender/blender-2.91.0/source/blender/editors/physics/
H A Dphysics_pointcache.c402 BKE_ptcache_free(pid.cache); in ptcache_remove_exec()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dpointcache.c3045 void BKE_ptcache_free(PointCache *cache) in BKE_ptcache_free() function
3061 BKE_ptcache_free(cache); in BKE_ptcache_free_list()
/dports/graphics/blender/blender-2.91.0/source/blender/blenloader/intern/
H A Dreadfile.c3687 BKE_ptcache_free(cache); in direct_link_modifiers()