Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/animation/keyframes_general.c
| Show All 23 Lines | |||||
| #include "BKE_action.h" | #include "BKE_action.h" | ||||
| #include "BKE_curve.h" | #include "BKE_curve.h" | ||||
| #include "BKE_fcurve.h" | #include "BKE_fcurve.h" | ||||
| #include "BKE_main.h" | #include "BKE_main.h" | ||||
| #include "BKE_report.h" | #include "BKE_report.h" | ||||
| #include "RNA_access.h" | #include "RNA_access.h" | ||||
| #include "RNA_enum_types.h" | #include "RNA_enum_types.h" | ||||
| #include "RNA_path.h" | |||||
| #include "ED_anim_api.h" | #include "ED_anim_api.h" | ||||
| #include "ED_keyframes_edit.h" | #include "ED_keyframes_edit.h" | ||||
| #include "ED_keyframing.h" | #include "ED_keyframing.h" | ||||
| /* This file contains code for various keyframe-editing tools which are 'destructive' | /* This file contains code for various keyframe-editing tools which are 'destructive' | ||||
| * (i.e. they will modify the order of the keyframes, and change the size of the array). | * (i.e. they will modify the order of the keyframes, and change the size of the array). | ||||
| * While some of these tools may eventually be moved out into blenkernel, for now, it is | * While some of these tools may eventually be moved out into blenkernel, for now, it is | ||||
| ▲ Show 20 Lines • Show All 1,229 Lines • Show Last 20 Lines | |||||