Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/editors/sculpt_paint/
H A Dpaint_ops.c696 br->toggle_brush = brush_orig; in brush_tool_toggle()
701 if (brush_orig->toggle_brush) { in brush_tool_toggle()
704 return brush_orig->toggle_brush; in brush_tool_toggle()
731 brush->toggle_brush = brush_orig; in brush_generic_tool_set()
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_brush_types.h462 struct Brush *toggle_brush; member
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dbrush.c191 BKE_LIB_FOREACHID_PROCESS(data, brush->toggle_brush, IDWALK_CB_NOP); in brush_foreach_id()
328 BLO_read_id_address(reader, brush->id.lib, &brush->toggle_brush); in brush_blend_read_lib()