|
Blender V4.3
|
#include "BKE_action.hh"#include "BLI_listbase.h"#include "BLI_string.h"#include "DNA_action_types.h"#include "DNA_anim_types.h"#include "DNA_armature_types.h"#include "MEM_guardedalloc.h"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::bke |
Functions | |
| void | blender::bke::BKE_action_find_fcurves_with_bones (const bAction *action, FoundFCurveCallback callback) |