Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/modifiers/intern/
H A DMOD_cloth.c75 clmd->point_cache = BKE_ptcache_add(&clmd->ptcaches); in initData()
203 tclmd->point_cache = BKE_ptcache_add(&tclmd->ptcaches); in copyData()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_pointcache.h338 struct PointCache *BKE_ptcache_add(struct ListBase *ptcaches);
/dports/graphics/blender/blender-2.91.0/source/blender/editors/physics/
H A Dphysics_pointcache.c380 PointCache *cache_new = BKE_ptcache_add(pid.ptcaches); in ptcache_add_new_exec()
/dports/graphics/blender/blender-2.91.0/source/blender/blenloader/intern/
H A Dversioning_legacy.c2050 ob->soft->pointcache = BKE_ptcache_add(&ob->soft->ptcaches); in blo_do_versions_pre250()
2062 psys->pointcache = BKE_ptcache_add(&psys->ptcaches); in blo_do_versions_pre250()
2070 clmd->point_cache = BKE_ptcache_add(&clmd->ptcaches); in blo_do_versions_pre250()
2261 psys->pointcache = BKE_ptcache_add(&psys->ptcaches); in blo_do_versions_pre250()
H A Dwritefile.c1162 fmd->domain->point_cache[1] = BKE_ptcache_add(&fmd->domain->ptcaches[1]); in write_modifiers()
H A Dversioning_280.c2691 rbw->shared->pointcache = BKE_ptcache_add(&(rbw->shared->ptcaches)); in blo_do_versions_280()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Drigidbody.c1193 rbw->shared->pointcache = BKE_ptcache_add(&(rbw->shared->ptcaches)); in BKE_rigidbody_create_world()
H A Dfluid.c4534 psys->pointcache = BKE_ptcache_add(&psys->ptcaches); in BKE_fluid_particle_system_create()
4905 fmd->domain->point_cache[0] = BKE_ptcache_add(&(fmd->domain->ptcaches[0])); in BKE_fluid_modifier_create_type_data()
H A Dpointcache.c3018 PointCache *BKE_ptcache_add(ListBase *ptcaches) in BKE_ptcache_add() function
H A Dsoftbody.c3163 sb->shared->pointcache = BKE_ptcache_add(&sb->shared->ptcaches); in sbNew()
H A Dparticle.c3650 psys->pointcache = BKE_ptcache_add(&psys->ptcaches); in object_add_or_copy_particle_system()
H A Ddynamicpaint.c1052 surface->pointcache = BKE_ptcache_add(&(surface->ptcaches)); in dynamicPaint_createNewSurface()