Blender
V3.3
source
blender
blenkernel
BKE_action.hh
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
#pragma once
3
7
#ifndef __cplusplus
8
# error This is a C++ only header.
9
#endif
10
11
#include "
BLI_function_ref.hh
"
12
13
struct
FCurve
;
14
struct
bAction
;
15
16
namespace
blender::bke
{
17
18
using
FoundFCurveCallback
=
blender::FunctionRef
<
void
(
FCurve
*fcurve,
const
char
*bone_name)>;
19
void
BKE_action_find_fcurves_with_bones
(
const
bAction
*action,
FoundFCurveCallback
callback
);
20
21
};
// namespace blender::bke
BLI_function_ref.hh
blender::FunctionRef
Definition:
BLI_function_ref.hh:73
callback
DEGForeachIDComponentCallback callback
Definition:
depsgraph_query_foreach.cc:115
void
SyclQueue void void size_t num_bytes void
Definition:
dll_interface_template.h:38
blender::bke
Definition:
BKE_action.hh:16
blender::bke::BKE_action_find_fcurves_with_bones
void BKE_action_find_fcurves_with_bones(const bAction *action, FoundFCurveCallback callback)
Definition:
action_bones.cc:21
FCurve
Definition:
DNA_anim_types.h:565
bAction
Definition:
DNA_action_types.h:655
Generated on Sat Jul 27 2024 14:57:55 for Blender by
doxygen
1.9.1