Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/editors/animation/
H A Danim_ops.c462 ot->poll = ED_operator_animview_active; in ANIM_OT_previewrange_set()
510 ot->poll = ED_operator_animview_active; in ANIM_OT_previewrange_clear()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/include/
H A DED_screen.h337 bool ED_operator_animview_active(struct bContext *C);
/dports/graphics/blender/blender-2.91.0/source/blender/editors/screen/
H A Dscreen_ops.c238 bool ED_operator_animview_active(bContext *C) in ED_operator_animview_active() function