Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/key.c
| Show All 40 Lines | |||||
| #include "BKE_lattice.h" | #include "BKE_lattice.h" | ||||
| #include "BKE_lib_id.h" | #include "BKE_lib_id.h" | ||||
| #include "BKE_lib_query.h" | #include "BKE_lib_query.h" | ||||
| #include "BKE_main.h" | #include "BKE_main.h" | ||||
| #include "BKE_mesh.h" | #include "BKE_mesh.h" | ||||
| #include "BKE_scene.h" | #include "BKE_scene.h" | ||||
| #include "RNA_access.h" | #include "RNA_access.h" | ||||
| #include "RNA_path.h" | |||||
| #include "RNA_prototypes.h" | #include "RNA_prototypes.h" | ||||
| #include "BLO_read_write.h" | #include "BLO_read_write.h" | ||||
| static void shapekey_copy_data(Main *UNUSED(bmain), | static void shapekey_copy_data(Main *UNUSED(bmain), | ||||
| ID *id_dst, | ID *id_dst, | ||||
| const ID *id_src, | const ID *id_src, | ||||
| const int UNUSED(flag)) | const int UNUSED(flag)) | ||||
| ▲ Show 20 Lines • Show All 2,527 Lines • Show Last 20 Lines | |||||