Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/windowmanager/intern/
H A Dwm_operators.c3111 static const EnumPropertyItem redraw_timer_type_items[] = { variable
3234 RNA_enum_description(redraw_timer_type_items, type, &infostr); in redraw_timer_exec()
3259 ot->prop = RNA_def_enum(ot->srna, "type", redraw_timer_type_items, eRTDrawRegion, "Type", ""); in WM_OT_redraw_timer()