Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/fcurve.c
| Show All 31 Lines | |||||
| #include "BKE_global.h" | #include "BKE_global.h" | ||||
| #include "BKE_idprop.h" | #include "BKE_idprop.h" | ||||
| #include "BKE_lib_query.h" | #include "BKE_lib_query.h" | ||||
| #include "BKE_nla.h" | #include "BKE_nla.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" | ||||
| #define SMALL -1.0e-10 | #define SMALL -1.0e-10 | ||||
| #define SELECT 1 | #define SELECT 1 | ||||
| static CLG_LogRef LOG = {"bke.fcurve"}; | static CLG_LogRef LOG = {"bke.fcurve"}; | ||||
| ▲ Show 20 Lines • Show All 2,441 Lines • Show Last 20 Lines | |||||