Home
last modified time | relevance | path

Searched refs:dash_samples (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_brush_defaults.h82 .dash_samples = 20, \
H A DDNA_brush_types.h532 int dash_samples; member
/dports/graphics/blender/blender-2.91.0/source/blender/editors/sculpt_paint/
H A Dpaint_stroke.c612 int dash_samples = stroke->tot_samples % brush->dash_samples; in paint_brush_stroke_add_step() local
613 float dash = (float)dash_samples / (float)brush->dash_samples; in paint_brush_stroke_add_step()
/dports/graphics/blender/blender-2.91.0/source/blender/blenloader/intern/
H A Dversioning_280.c4420 br->dash_samples = 20; in blo_do_versions_280()