Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/windowmanager/intern/
H A Dwm_event_system.c984 static int wm_operator_exec(bContext *C, wmOperator *op, const bool repeat, const bool store) in wm_operator_exec() function
1056 return wm_operator_exec(C, op, false, store); in WM_operator_call_ex()
1081 const int ret = wm_operator_exec(C, op, true, true); in WM_operator_repeat()
1089 const int ret = wm_operator_exec(C, op, true, true); in WM_operator_repeat_last()