Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_action/
H A Daction_ops.c49 WM_operatortype_append(ACTION_OT_select_all); in action_operatortypes()
H A Daction_intern.h54 void ACTION_OT_select_all(struct wmOperatorType *ot);
H A Daction_select.c354 void ACTION_OT_select_all(wmOperatorType *ot) in ACTION_OT_select_all() function