Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_pointcache.h342 struct PointCache *BKE_ptcache_copy_list(struct ListBase *ptcaches_new,
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dpointcache.c3109 PointCache *BKE_ptcache_copy_list(ListBase *ptcaches_new, in BKE_ptcache_copy_list() argument
3115 BLI_listbase_clear(ptcaches_new); in BKE_ptcache_copy_list()
3118 BLI_addtail(ptcaches_new, ptcache_copy(cache, (flag & LIB_ID_COPY_CACHES) != 0)); in BKE_ptcache_copy_list()
3121 return ptcaches_new->first; in BKE_ptcache_copy_list()