Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/armature/pose_utils.c
| Show All 20 Lines | |||||
| #include "BKE_layer.h" | #include "BKE_layer.h" | ||||
| #include "BKE_object.h" | #include "BKE_object.h" | ||||
| #include "BKE_context.h" | #include "BKE_context.h" | ||||
| #include "DEG_depsgraph.h" | #include "DEG_depsgraph.h" | ||||
| #include "RNA_access.h" | #include "RNA_access.h" | ||||
| #include "RNA_path.h" | |||||
| #include "RNA_prototypes.h" | #include "RNA_prototypes.h" | ||||
| #include "WM_api.h" | #include "WM_api.h" | ||||
| #include "WM_types.h" | #include "WM_types.h" | ||||
| #include "ED_armature.h" | #include "ED_armature.h" | ||||
| #include "ED_keyframing.h" | #include "ED_keyframing.h" | ||||
| ▲ Show 20 Lines • Show All 298 Lines • Show Last 20 Lines | |||||