Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/intern/wm.c
| Show First 20 Lines • Show All 273 Lines • ▼ Show 20 Lines | IDTypeInfo IDType_ID_WM = { | ||||
| .foreach_cache = NULL, | .foreach_cache = NULL, | ||||
| .blend_write = window_manager_blend_write, | .blend_write = window_manager_blend_write, | ||||
| .blend_read_data = window_manager_blend_read_data, | .blend_read_data = window_manager_blend_read_data, | ||||
| .blend_read_lib = window_manager_blend_read_lib, | .blend_read_lib = window_manager_blend_read_lib, | ||||
| .blend_read_expand = NULL, | .blend_read_expand = NULL, | ||||
| .blend_read_undo_preserve = NULL, | .blend_read_undo_preserve = NULL, | ||||
| .lib_override_apply_post = NULL, | |||||
| }; | }; | ||||
| #define MAX_OP_REGISTERED 32 | #define MAX_OP_REGISTERED 32 | ||||
| void WM_operator_free(wmOperator *op) | void WM_operator_free(wmOperator *op) | ||||
| { | { | ||||
| #ifdef WITH_PYTHON | #ifdef WITH_PYTHON | ||||
| ▲ Show 20 Lines • Show All 354 Lines • Show Last 20 Lines | |||||