Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/editors/sculpt_paint/
H A Dpaint_intern.h314 BRUSH_STROKE_SMOOTH, enumerator
H A Dsculpt_uv.c510 data->tool = (RNA_enum_get(op->ptr, "mode") == BRUSH_STROKE_SMOOTH) ? in uv_sculpt_stroke_init()
831 {BRUSH_STROKE_SMOOTH, in SCULPT_OT_uv_sculpt_stroke()
H A Dpaint_utils.c219 {BRUSH_STROKE_SMOOTH, in paint_stroke_operator_properties()
H A Dpaint_vertex.c1490 cache->alt_smooth = mode == BRUSH_STROKE_SMOOTH; in vwpaint_update_cache_invariants()
H A Dsculpt.c6600 cache->alt_smooth = mode == BRUSH_STROKE_SMOOTH; in sculpt_update_cache_invariants()
7091 return ((stroke_mode == BRUSH_STROKE_SMOOTH) || (ss && ss->cache && ss->cache->alt_smooth) || in sculpt_needs_connectivity_info()