Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/screen.c
| Show First 20 Lines • Show All 314 Lines • ▼ Show 20 Lines | IDTypeInfo IDType_ID_SCR = { | ||||
| .flags = IDTYPE_FLAGS_NO_COPY | IDTYPE_FLAGS_ONLY_APPEND | IDTYPE_FLAGS_NO_ANIMDATA, | .flags = IDTYPE_FLAGS_NO_COPY | IDTYPE_FLAGS_ONLY_APPEND | IDTYPE_FLAGS_NO_ANIMDATA, | ||||
| .init_data = NULL, | .init_data = NULL, | ||||
| .copy_data = NULL, | .copy_data = NULL, | ||||
| .free_data = screen_free_data, | .free_data = screen_free_data, | ||||
| .make_local = NULL, | .make_local = NULL, | ||||
| .foreach_id = screen_foreach_id, | .foreach_id = screen_foreach_id, | ||||
| .foreach_cache = NULL, | .foreach_cache = NULL, | ||||
| .foreach_external_file = NULL, | |||||
| .owner_get = NULL, | .owner_get = NULL, | ||||
| .blend_write = screen_blend_write, | .blend_write = screen_blend_write, | ||||
| /* Cannot be used yet, because #direct_link_screen has a return value. */ | /* Cannot be used yet, because #direct_link_screen has a return value. */ | ||||
| .blend_read_data = NULL, | .blend_read_data = NULL, | ||||
| .blend_read_lib = screen_blend_read_lib, | .blend_read_lib = screen_blend_read_lib, | ||||
| .blend_read_expand = NULL, | .blend_read_expand = NULL, | ||||
| ▲ Show 20 Lines • Show All 1,683 Lines • Show Last 20 Lines | |||||