Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_pointcache.h281 void BKE_ptcache_id_from_cloth(PTCacheID *pid, struct Object *ob, struct ClothModifierData *clmd);
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dpointcache.c960 void BKE_ptcache_id_from_cloth(PTCacheID *pid, Object *ob, ClothModifierData *clmd) in BKE_ptcache_id_from_cloth() function
1164 BKE_ptcache_id_from_cloth(&pid, object, (ClothModifierData *)md); in foreach_object_modifier_ptcache()
2922 BKE_ptcache_id_from_cloth(&pid, ob, psys->clmd); in BKE_ptcache_object_reset()
2940 BKE_ptcache_id_from_cloth(&pid, ob, (ClothModifierData *)md); in BKE_ptcache_object_reset()
H A Dcloth.c217 BKE_ptcache_id_from_cloth(&pid, ob, clmd); in cloth_clear_cache()
337 BKE_ptcache_id_from_cloth(&pid, ob, clmd); in clothModifier_do()