Home
last modified time | relevance | path

Searched refs:deform_target (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/sculpt_paint/
H A Dsculpt_boundary.c671 float *target_co = SCULPT_brush_deform_target_vertex_co_get(ss, brush->deform_target, &vd); in do_boundary_brush_bend_task_cb_ex()
715 float *target_co = SCULPT_brush_deform_target_vertex_co_get(ss, brush->deform_target, &vd); in do_boundary_brush_slide_task_cb_ex()
759 float *target_co = SCULPT_brush_deform_target_vertex_co_get(ss, brush->deform_target, &vd); in do_boundary_brush_inflate_task_cb_ex()
799 float *target_co = SCULPT_brush_deform_target_vertex_co_get(ss, brush->deform_target, &vd); in do_boundary_brush_grab_task_cb_ex()
848 float *target_co = SCULPT_brush_deform_target_vertex_co_get(ss, brush->deform_target, &vd); in do_boundary_brush_twist_task_cb_ex()
914 float *target_co = SCULPT_brush_deform_target_vertex_co_get(ss, brush->deform_target, &vd); in do_boundary_brush_smooth_task_cb_ex()
H A Dsculpt_intern.h120 const int deform_target,
434 brush->deform_target == BRUSH_DEFORM_TARGET_CLOTH_SIM); in SCULPT_is_cloth_deform_brush()
H A Dsculpt_pose.c211 float *target_co = SCULPT_brush_deform_target_vertex_co_get(ss, brush->deform_target, &vd); in do_pose_brush_task_cb_ex()
H A Dsculpt.c311 const int deform_target, in SCULPT_brush_deform_target_vertex_co_get() argument
314 switch (deform_target) { in SCULPT_brush_deform_target_vertex_co_get()
5809 if (brush->deform_target == BRUSH_DEFORM_TARGET_CLOTH_SIM) { in do_brush_action()
5958 if (brush->deform_target == BRUSH_DEFORM_TARGET_CLOTH_SIM) { in do_brush_action()
7463 brush->deform_target == BRUSH_DEFORM_TARGET_CLOTH_SIM) { in sculpt_brush_stroke_init()
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_brush_types.h596 int deform_target; member