Home
last modified time | relevance | path

Searched defs:spvc (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/sculpt_paint/
H A Dsculpt.c1415 static void sculpt_project_v3_cache_init(SculptProjectVector *spvc, const float plane[3]) in sculpt_project_v3_cache_init()
1426 static void sculpt_project_v3(const SculptProjectVector *spvc, const float vec[3], float r_vec[3]) in sculpt_project_v3()
3583 SculptProjectVector *spvc = data->spvc; in do_crease_brush_task_cb_ex() local
3646 SculptProjectVector spvc; in do_crease_brush() local
4200 SculptProjectVector *spvc = data->spvc; in do_snake_hook_brush_task_cb_ex() local
4284 SculptProjectVector spvc; in do_snake_hook_brush() local
H A Dsculpt_intern.h663 struct SculptProjectVector *spvc; member