|
Blender V5.0
|
Functions | |
| ListBase | get_editable_fcurves (bAnimContext &ac) |
| ListBase blender::ed::graph::get_editable_fcurves | ( | bAnimContext & | ac | ) |
Return all bAnimListElem for which the keyframes are visible in the GUI. This excludes FCurves that are drawn as curves but whose keyframes are NOT shown. All entries of the list will be of type ANIMTYPE_FCURVE.
The listbase will have to be freed by the caller with ANIM_animdata_freelist;
Definition at line 11 of file graph_query.cc.
References ANIM_animdata_filter(), ANIMFILTER_CURVE_VISIBLE, ANIMFILTER_DATA_VISIBLE, ANIMFILTER_FCURVESONLY, ANIMFILTER_NODUPLIS, ANIMFILTER_SEL, bAnimContext::data, bAnimContext::datatype, filter, U, and USER_ANIM_ONLY_SHOW_SELECTED_CURVE_KEYS.
Referenced by ensure_change_frame_keylist(), and keylist_from_graph_editor().