Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/windowmanager/intern/
H A Dwm_splash_screen.c253 ot->poll = WM_operator_winactive; in WM_OT_splash()
342 ot->poll = WM_operator_winactive; in WM_OT_splash_about()
H A Dwm_operators.c1611 ot->poll = WM_operator_winactive; in WM_OT_debug_menu()
1778 ot->poll = WM_operator_winactive; in WM_OT_search_menu()
1789 ot->poll = WM_operator_winactive; in WM_OT_search_operator()
1816 ot->poll = WM_operator_winactive; in WM_OT_call_menu()
1848 ot->poll = WM_operator_winactive; in WM_OT_call_menu_pie()
1881 ot->poll = WM_operator_winactive; in WM_OT_call_panel()
1925 ot->poll = WM_operator_winactive; in WM_OT_window_close()
1955 ot->poll = WM_operator_winactive; in WM_OT_window_fullscreen_toggle()
2009 ot->poll = WM_operator_winactive; in WM_OT_console_toggle()
3257 ot->poll = WM_operator_winactive; in WM_OT_redraw_timer()
[all …]
H A Dwm_gesture_ops.c476 ot->poll = WM_operator_winactive;
818 ot->poll = WM_operator_winactive;
1115 ot->poll = WM_operator_winactive;
H A Dwm_files_link.c85 if (WM_operator_winactive(C)) { in wm_link_append_poll()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/io/
H A Dio_usd.c179 ot->poll = WM_operator_winactive; in WM_OT_usd_export()
H A Dio_alembic.c285 ot->poll = WM_operator_winactive; in WM_OT_alembic_export()
671 ot->poll = WM_operator_winactive; in WM_OT_alembic_import()
H A Dio_collada.c497 ot->poll = WM_operator_winactive; in WM_OT_collada_export()
819 ot->poll = WM_operator_winactive; in WM_OT_collada_import()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/screen/
H A Dscreendump.c227 return WM_operator_winactive(C); in screenshot_poll()
H A Dscreen_ops.c3615 ot->poll = WM_operator_winactive; in SCREEN_OT_spacedata_cleanup()
5044 ot->poll = WM_operator_winactive; in SCREEN_OT_new()
/dports/graphics/blender/blender-2.91.0/source/blender/windowmanager/
H A DWM_api.h388 bool WM_operator_winactive(struct bContext *C);
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_file/
H A Dfile_ops.c2135 ot->poll = WM_operator_winactive; in FILE_OT_filepath_drop()