Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_nla/
H A Dnla_select.c605 bool wait_to_deselect_others) in mouse_nla_strips() argument
623 wait_to_deselect_others = false; in mouse_nla_strips()
633 if (strip && wait_to_deselect_others && (strip->flag & DESELECT_STRIPS_CLEARACTIVE)) { in mouse_nla_strips()
696 const bool wait_to_deselect_others = RNA_boolean_get(op->ptr, "wait_to_deselect_others"); in nlaedit_clickselect_exec() local
702 ret_value = mouse_nla_strips(C, &ac, mval, selectmode, deselect_all, wait_to_deselect_others); in nlaedit_clickselect_exec()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_graph/
H A Dgraph_select.c1435 bool wait_to_deselect_others) in mouse_graph_keys() argument
1448 wait_to_deselect_others = false; in mouse_graph_keys()
1459 if (wait_to_deselect_others && nvi && already_selected) { in mouse_graph_keys()
1604 bool wait_to_deselect_others) in graphkeys_mselect_column() argument
1631 else if (wait_to_deselect_others && (nvi->bezt->f2 & SELECT)) { in graphkeys_mselect_column()
1699 const bool wait_to_deselect_others = RNA_boolean_get(op->ptr, "wait_to_deselect_others"); in graphkeys_clickselect_exec() local
1709 ret_val = graphkeys_mselect_column(&ac, mval, selectmode, wait_to_deselect_others); in graphkeys_clickselect_exec()
1713 ret_val = mouse_graph_keys(&ac, mval, selectmode, deselect_all, true, wait_to_deselect_others); in graphkeys_clickselect_exec()
1718 &ac, mval, selectmode, deselect_all, false, wait_to_deselect_others); in graphkeys_clickselect_exec()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/animation/
H A Danim_markers.c1167 bool wait_to_deselect_others) in select_timeline_marker_frame() argument
1173 wait_to_deselect_others = false; in select_timeline_marker_frame()
1186 if (wait_to_deselect_others && marker_selected) { in select_timeline_marker_frame()
1253 bContext *C, const int mval[2], bool extend, bool camera, bool wait_to_deselect_others) in ed_marker_select() argument
1262 ret_val = select_timeline_marker_frame(markers, cfra, extend, wait_to_deselect_others); in ed_marker_select()
1280 const bool wait_to_deselect_others = RNA_boolean_get(op->ptr, "wait_to_deselect_others"); in ed_marker_select_exec() local
1289 return ed_marker_select(C, mval, extend, camera, wait_to_deselect_others); in ed_marker_select_exec()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_node/
H A Dnode_select.c480 bool wait_to_deselect_others) in node_mouse_select() argument
501 wait_to_deselect_others = false; in node_mouse_select()
575 if (wait_to_deselect_others && (node->flag & SELECT)) { in node_mouse_select()
612 const bool wait_to_deselect_others = RNA_boolean_get(op->ptr, "wait_to_deselect_others"); in node_select_exec() local
620 const int ret_value = node_mouse_select(C, op, mval, wait_to_deselect_others); in node_select_exec()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_action/
H A Daction_select.c1696 bool wait_to_deselect_others) in mouse_action_keys() argument
1711 wait_to_deselect_others = false; in mouse_action_keys()
1723 if (wait_to_deselect_others && (!found || is_selected)) { in mouse_action_keys()
1833 const bool wait_to_deselect_others = RNA_boolean_get(op->ptr, "wait_to_deselect_others"); in actkeys_clickselect_exec() local
1845 &ac, mval, selectmode, deselect_all, column, channel, wait_to_deselect_others); in actkeys_clickselect_exec()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_sequencer/
H A Dsequencer_select.c384 bool wait_to_deselect_others = RNA_boolean_get(op->ptr, "wait_to_deselect_others"); in sequencer_select_exec() local
399 wait_to_deselect_others = false; in sequencer_select_exec()
454 if (wait_to_deselect_others && (seq->flag & SELECT) && in sequencer_select_exec()