|
Blender V4.3
|
Functions to work with AnimData. More...
Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::animrig |
Functions | |
| void | blender::animrig::reevaluate_fcurve_errors (bAnimContext *ac) |
| const FCurve * | blender::animrig::fcurve_find_by_rna_path (const AnimData &adt, StringRefNull rna_path, int array_index) |
Public F-Curves API | |
| bAction * | blender::animrig::id_action_ensure (Main *bmain, ID *id) |
| void | blender::animrig::animdata_fcurve_delete (bAnimContext *ac, AnimData *adt, FCurve *fcu) |
| bool | blender::animrig::animdata_remove_empty_action (AnimData *adt) |
| Vector< ID * > | blender::animrig::find_related_ids (Main &bmain, ID &id) |
Functions to work with AnimData.
Definition in file ANIM_animdata.hh.