Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/anim_data.c
| Show All 37 Lines | |||||
| #include "BLI_string.h" | #include "BLI_string.h" | ||||
| #include "BLI_utildefines.h" | #include "BLI_utildefines.h" | ||||
| #include "DEG_depsgraph.h" | #include "DEG_depsgraph.h" | ||||
| #include "BLO_read_write.h" | #include "BLO_read_write.h" | ||||
| #include "RNA_access.h" | #include "RNA_access.h" | ||||
| #include "RNA_path.h" | |||||
| #include "CLG_log.h" | #include "CLG_log.h" | ||||
| static CLG_LogRef LOG = {"bke.anim_sys"}; | static CLG_LogRef LOG = {"bke.anim_sys"}; | ||||
| /* ***************************************** */ | /* ***************************************** */ | ||||
| /* AnimData API */ | /* AnimData API */ | ||||
| ▲ Show 20 Lines • Show All 1,446 Lines • Show Last 20 Lines | |||||