Anim: View FCurve of Property in the Graph Editor #114407

Merged
Christoph Lendenfeld merged 40 commits from ChrisLend/blender:focus_in_ge into main 2023-11-21 14:07:03 +01:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 52ad27cc52 - Show all commits

View File

@ -4397,6 +4397,7 @@ static int view_curve_in_graph_editor_exec(bContext *C, wmOperator *op)
bAnimContext ac;
if (!ANIM_animdata_get_context(C, &ac)) {
WM_report(RPT_ERROR, "Cannot create animcontext");
BLI_freelistN(&selection);
return OPERATOR_CANCELLED;
}