Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/armature/pose_lib.c
| Show First 20 Lines • Show All 56 Lines • ▼ Show 20 Lines | |||||
| #include "WM_api.h" | #include "WM_api.h" | ||||
| #include "WM_types.h" | #include "WM_types.h" | ||||
| #include "UI_interface.h" | #include "UI_interface.h" | ||||
| #include "UI_resources.h" | #include "UI_resources.h" | ||||
| #include "ED_anim_api.h" | #include "ED_anim_api.h" | ||||
| #include "ED_armature.h" | #include "ED_armature.h" | ||||
| #include "ED_keyframes_draw.h" | |||||
| #include "ED_keyframes_edit.h" | #include "ED_keyframes_edit.h" | ||||
| #include "ED_keyframes_keylist.h" | |||||
| #include "ED_keyframing.h" | #include "ED_keyframing.h" | ||||
| #include "ED_object.h" | #include "ED_object.h" | ||||
| #include "ED_screen.h" | #include "ED_screen.h" | ||||
| #include "armature_intern.h" | #include "armature_intern.h" | ||||
| /* ******* XXX ********** */ | /* ******* XXX ********** */ | ||||
| ▲ Show 20 Lines • Show All 1,827 Lines • Show Last 20 Lines | |||||