Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/lib_override.cc
| Show First 20 Lines • Show All 45 Lines • ▼ Show 20 Lines | |||||
| #include "BLI_memarena.h" | #include "BLI_memarena.h" | ||||
| #include "BLI_string.h" | #include "BLI_string.h" | ||||
| #include "BLI_task.h" | #include "BLI_task.h" | ||||
| #include "BLI_utildefines.h" | #include "BLI_utildefines.h" | ||||
| #include "PIL_time.h" | #include "PIL_time.h" | ||||
| #include "RNA_access.h" | #include "RNA_access.h" | ||||
| #include "RNA_path.h" | |||||
| #include "RNA_prototypes.h" | #include "RNA_prototypes.h" | ||||
| #include "RNA_types.h" | #include "RNA_types.h" | ||||
| #include "atomic_ops.h" | #include "atomic_ops.h" | ||||
| #define OVERRIDE_AUTO_CHECK_DELAY 0.2 /* 200ms between auto-override checks. */ | #define OVERRIDE_AUTO_CHECK_DELAY 0.2 /* 200ms between auto-override checks. */ | ||||
| //#define DEBUG_OVERRIDE_TIMEIT | //#define DEBUG_OVERRIDE_TIMEIT | ||||
| ▲ Show 20 Lines • Show All 3,812 Lines • Show Last 20 Lines | |||||