Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/editors/sculpt_paint/
H A Dsculpt_cloth.c235 length_constraint->elem_position_b = cloth_sim->softbody_pos[v]; in cloth_brush_add_softbody_constraint()
854 madd_v3_v3fl(cloth_sim->softbody_pos[v1], in cloth_brush_satisfy_constraints()
1038 cloth_sim->softbody_pos = MEM_calloc_arrayN( in SCULPT_cloth_brush_simulation_create()
1096 const bool has_softbody_pos = cloth_sim->softbody_pos != NULL; in SCULPT_cloth_brush_simulation_init()
1106 copy_v3_v3(cloth_sim->softbody_pos[i], SCULPT_vertex_co_get(ss, i)); in SCULPT_cloth_brush_simulation_init()
1210 MEM_SAFE_FREE(cloth_sim->softbody_pos); in SCULPT_cloth_simulation_free()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_paint.h325 float (*softbody_pos)[3]; member