Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/editors/sculpt_paint/
H A Dsculpt_cloth.c203 length_constraint->length = len_v3v3(SCULPT_vertex_persistent_co_get(ss, v1), in cloth_brush_add_length_constraint()
204 SCULPT_vertex_persistent_co_get(ss, v2)); in cloth_brush_add_length_constraint()
H A Dsculpt_intern.h107 const float *SCULPT_vertex_persistent_co_get(SculptSession *ss, int index);
H A Dsculpt.c199 const float *SCULPT_vertex_persistent_co_get(SculptSession *ss, int index) in SCULPT_vertex_persistent_co_get() function
4533 madd_v3_v3v3fl(final_co, SCULPT_vertex_persistent_co_get(ss, vi), normal, *disp_factor); in do_layer_brush_task_cb_ex()