Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/interface/interface_ops.c
| Show All 34 Lines | |||||
| #include "BKE_text.h" | #include "BKE_text.h" | ||||
| #include "IMB_colormanagement.h" | #include "IMB_colormanagement.h" | ||||
| #include "DEG_depsgraph.h" | #include "DEG_depsgraph.h" | ||||
| #include "RNA_access.h" | #include "RNA_access.h" | ||||
| #include "RNA_define.h" | #include "RNA_define.h" | ||||
| #include "RNA_path.h" | |||||
| #include "RNA_prototypes.h" | #include "RNA_prototypes.h" | ||||
| #include "RNA_types.h" | #include "RNA_types.h" | ||||
| #include "UI_interface.h" | #include "UI_interface.h" | ||||
| #include "interface_intern.h" | #include "interface_intern.h" | ||||
| #include "WM_api.h" | #include "WM_api.h" | ||||
| ▲ Show 20 Lines • Show All 2,207 Lines • Show Last 20 Lines | |||||