Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/animation/keyingsets.c
| Show All 33 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 "anim_intern.h" | #include "anim_intern.h" | ||||
| /* ************************************************** */ | /* ************************************************** */ | ||||
| /* KEYING SETS - OPERATORS (for use in UI panels) */ | /* KEYING SETS - OPERATORS (for use in UI panels) */ | ||||
| /* These operators are really duplication of existing functionality, but just for completeness, | /* These operators are really duplication of existing functionality, but just for completeness, | ||||
| * they're here too, and will give the basic data needed... | * they're here too, and will give the basic data needed... | ||||
| */ | */ | ||||
| ▲ Show 20 Lines • Show All 1,134 Lines • Show Last 20 Lines | |||||