Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/interface/interface_anim.c
| Show All 29 Lines | |||||
| #include "DEG_depsgraph.h" | #include "DEG_depsgraph.h" | ||||
| #include "DEG_depsgraph_build.h" | #include "DEG_depsgraph_build.h" | ||||
| #include "ED_keyframing.h" | #include "ED_keyframing.h" | ||||
| #include "UI_interface.h" | #include "UI_interface.h" | ||||
| #include "RNA_access.h" | #include "RNA_access.h" | ||||
| #include "RNA_path.h" | |||||
| #include "WM_api.h" | #include "WM_api.h" | ||||
| #include "WM_types.h" | #include "WM_types.h" | ||||
| #include "interface_intern.h" | #include "interface_intern.h" | ||||
| static FCurve *ui_but_get_fcurve( | static FCurve *ui_but_get_fcurve( | ||||
| uiBut *but, AnimData **adt, bAction **action, bool *r_driven, bool *r_special) | uiBut *but, AnimData **adt, bAction **action, bool *r_driven, bool *r_special) | ||||
| ▲ Show 20 Lines • Show All 303 Lines • Show Last 20 Lines | |||||