Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/animation/keyframing.c
| Show First 20 Lines • Show All 58 Lines • ▼ Show 20 Lines | |||||
| #include "UI_resources.h" | #include "UI_resources.h" | ||||
| #include "WM_api.h" | #include "WM_api.h" | ||||
| #include "WM_types.h" | #include "WM_types.h" | ||||
| #include "RNA_access.h" | #include "RNA_access.h" | ||||
| #include "RNA_define.h" | #include "RNA_define.h" | ||||
| #include "RNA_enum_types.h" | #include "RNA_enum_types.h" | ||||
| #include "RNA_path.h" | |||||
| #include "RNA_prototypes.h" | #include "RNA_prototypes.h" | ||||
| #include "anim_intern.h" | #include "anim_intern.h" | ||||
| static KeyingSet *keyingset_get_from_op_with_error(wmOperator *op, | static KeyingSet *keyingset_get_from_op_with_error(wmOperator *op, | ||||
| PropertyRNA *prop, | PropertyRNA *prop, | ||||
| Scene *scene); | Scene *scene); | ||||
| ▲ Show 20 Lines • Show All 3,152 Lines • Show Last 20 Lines | |||||