Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_outliner/outliner_tools.c
| Show First 20 Lines • Show All 540 Lines • ▼ Show 20 Lines | static void merged_element_search_call_cb(struct bContext *C, void *UNUSED(arg1), void *element) | ||||
| outliner_item_select(soops, te, false, false); | outliner_item_select(soops, te, false, false); | ||||
| outliner_item_do_activate_from_tree_element(C, te, te->store_elem, false, false); | outliner_item_do_activate_from_tree_element(C, te, te->store_elem, false, false); | ||||
| if (soops->flag & SO_SYNC_SELECT) { | if (soops->flag & SO_SYNC_SELECT) { | ||||
| ED_outliner_select_sync_from_outliner(C, soops); | ED_outliner_select_sync_from_outliner(C, soops); | ||||
| } | } | ||||
| } | } | ||||
| /** Merged element search menu | /** | ||||
| * Merged element search menu | |||||
| * Created on activation of a merged or aggregated icon-row icon. | * Created on activation of a merged or aggregated icon-row icon. | ||||
| */ | */ | ||||
| static uiBlock *merged_element_search_menu(bContext *C, ARegion *ar, void *data) | static uiBlock *merged_element_search_menu(bContext *C, ARegion *ar, void *data) | ||||
| { | { | ||||
| static char search[64] = ""; | static char search[64] = ""; | ||||
| uiBlock *block; | uiBlock *block; | ||||
| uiBut *but; | uiBut *but; | ||||
| ▲ Show 20 Lines • Show All 1,913 Lines • Show Last 20 Lines | |||||