Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/animation/anim_ipo_utils.c
| Show All 16 Lines | |||||
| #include "BLI_math.h" | #include "BLI_math.h" | ||||
| #include "BLI_utildefines.h" | #include "BLI_utildefines.h" | ||||
| #include "BLT_translation.h" | #include "BLT_translation.h" | ||||
| #include "DNA_anim_types.h" | #include "DNA_anim_types.h" | ||||
| #include "RNA_access.h" | #include "RNA_access.h" | ||||
| #include "RNA_path.h" | |||||
| #include "RNA_prototypes.h" | #include "RNA_prototypes.h" | ||||
| #include "ED_anim_api.h" | #include "ED_anim_api.h" | ||||
| /* ----------------------- Getter functions ----------------------- */ | /* ----------------------- Getter functions ----------------------- */ | ||||
| int getname_anim_fcurve(char *name, ID *id, FCurve *fcu) | int getname_anim_fcurve(char *name, ID *id, FCurve *fcu) | ||||
| { | { | ||||
| ▲ Show 20 Lines • Show All 216 Lines • Show Last 20 Lines | |||||