Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_userdef.c
- This file is larger than 256 KB, so syntax highlighting is disabled by default.
| Show First 20 Lines • Show All 182 Lines • ▼ Show 20 Lines | |||||
| # include "BKE_main.h" | # include "BKE_main.h" | ||||
| # include "BKE_mesh_runtime.h" | # include "BKE_mesh_runtime.h" | ||||
| # include "BKE_paint.h" | # include "BKE_paint.h" | ||||
| # include "BKE_pbvh.h" | # include "BKE_pbvh.h" | ||||
| # include "BKE_screen.h" | # include "BKE_screen.h" | ||||
| # include "DEG_depsgraph.h" | # include "DEG_depsgraph.h" | ||||
| # include "GPU_extensions.h" | # include "GPU_capabilities.h" | ||||
| # include "GPU_select.h" | # include "GPU_select.h" | ||||
| # include "GPU_texture.h" | # include "GPU_texture.h" | ||||
| # include "BLF_api.h" | # include "BLF_api.h" | ||||
| # include "BLI_path_util.h" | # include "BLI_path_util.h" | ||||
| # include "MEM_CacheLimiterC-Api.h" | # include "MEM_CacheLimiterC-Api.h" | ||||
| ▲ Show 20 Lines • Show All 6,130 Lines • Show Last 20 Lines | |||||