Changeset View
Changeset View
Standalone View
Standalone View
source/blender/python/generic/py_capi_utils.c
| Show All 22 Lines | |||||
| #include "python_utildefines.h" | #include "python_utildefines.h" | ||||
| #ifndef MATH_STANDALONE | #ifndef MATH_STANDALONE | ||||
| # include "MEM_guardedalloc.h" | # include "MEM_guardedalloc.h" | ||||
| # include "BLI_string.h" | # include "BLI_string.h" | ||||
| /* Only for BLI_strncpy_wchar_from_utf8, | /* Only for #BLI_strncpy_wchar_from_utf8, | ||||
| * should replace with py funcs but too late in release now. */ | * should replace with Python functions but too late in release now. */ | ||||
| # include "BLI_string_utf8.h" | # include "BLI_string_utf8.h" | ||||
| #endif | #endif | ||||
| #ifdef _WIN32 | #ifdef _WIN32 | ||||
| # include "BLI_math_base.h" /* isfinite() */ | # include "BLI_math_base.h" /* isfinite() */ | ||||
| #endif | #endif | ||||
| /* -------------------------------------------------------------------- */ | /* -------------------------------------------------------------------- */ | ||||
| ▲ Show 20 Lines • Show All 1,757 Lines • Show Last 20 Lines | |||||