Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/text.c
| Show First 20 Lines • Show All 243 Lines • ▼ Show 20 Lines | IDTypeInfo IDType_ID_TXT = { | ||||
| .flags = IDTYPE_FLAGS_NO_ANIMDATA | IDTYPE_FLAGS_APPEND_IS_REUSABLE, | .flags = IDTYPE_FLAGS_NO_ANIMDATA | IDTYPE_FLAGS_APPEND_IS_REUSABLE, | ||||
| .init_data = text_init_data, | .init_data = text_init_data, | ||||
| .copy_data = text_copy_data, | .copy_data = text_copy_data, | ||||
| .free_data = text_free_data, | .free_data = text_free_data, | ||||
| .make_local = NULL, | .make_local = NULL, | ||||
| .foreach_id = NULL, | .foreach_id = NULL, | ||||
| .foreach_cache = NULL, | .foreach_cache = NULL, | ||||
| .foreach_external_file = NULL, | |||||
| .owner_get = NULL, | .owner_get = NULL, | ||||
| .blend_write = text_blend_write, | .blend_write = text_blend_write, | ||||
| .blend_read_data = text_blend_read_data, | .blend_read_data = text_blend_read_data, | ||||
| .blend_read_lib = NULL, | .blend_read_lib = NULL, | ||||
| .blend_read_expand = NULL, | .blend_read_expand = NULL, | ||||
| .blend_read_undo_preserve = NULL, | .blend_read_undo_preserve = NULL, | ||||
| ▲ Show 20 Lines • Show All 2,249 Lines • Show Last 20 Lines | |||||