Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_script/
H A Dscript_edit.c73 ot->poll = ED_operator_areaactive; in SCRIPT_OT_python_file_run()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/screen/
H A Dscreen_ops.c119 bool ED_operator_areaactive(bContext *C) in ED_operator_areaactive() function
215 if (ED_operator_areaactive(C)) { in ed_spacetype_test()
240 if (ED_operator_areaactive(C)) { in ED_operator_animview_active()
1405 ot->poll = ED_operator_areaactive; in SCREEN_OT_area_dupli()
2768 ot->poll = ED_operator_areaactive; in SCREEN_OT_region_scale()
3174 return ED_operator_areaactive(C) && in screen_maximize_area_poll()
3966 return ED_operator_areaactive(C); in region_toggle_poll()
4034 return ED_operator_areaactive(C); in region_flip_poll()
4078 ot->poll = ED_operator_areaactive; in SCREEN_OT_header_toggle_menus()
4799 ot->poll = ED_operator_areaactive;
/dports/graphics/blender/blender-2.91.0/source/blender/editors/transform/
H A Dtransform_ops.c237 if (ED_operator_areaactive(C) == 0) { in delete_orientation_poll()
304 ot->poll = ED_operator_areaactive; in TRANSFORM_OT_create_orientation()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/animation/
H A Dkeyframing.c2045 ot->poll = ED_operator_areaactive; in ANIM_OT_keyframe_insert_menu()
2299 ot->poll = ED_operator_areaactive; in ANIM_OT_keyframe_clear_v3d()
2424 ot->poll = ED_operator_areaactive; in ANIM_OT_keyframe_delete_v3d()
H A Dkeyingsets.c514 ot->poll = ED_operator_areaactive; in ANIM_OT_keying_set_active_set()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/include/
H A DED_screen.h328 bool ED_operator_areaactive(struct bContext *C);