Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/animation/drivers.c
| Show All 33 Lines | |||||
| #include "UI_interface.h" | #include "UI_interface.h" | ||||
| #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_path.h" | |||||
| #include "RNA_prototypes.h" | #include "RNA_prototypes.h" | ||||
| #include "anim_intern.h" | #include "anim_intern.h" | ||||
| /* ************************************************** */ | /* ************************************************** */ | ||||
| /* Animation Data Validation */ | /* Animation Data Validation */ | ||||
| FCurve *verify_driver_fcurve(ID *id, | FCurve *verify_driver_fcurve(ID *id, | ||||
| ▲ Show 20 Lines • Show All 1,220 Lines • Show Last 20 Lines | |||||