Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/text.c
| Show First 20 Lines • Show All 252 Lines • ▼ Show 20 Lines | IDTypeInfo IDType_ID_TXT = { | ||||
| .foreach_cache = NULL, | .foreach_cache = 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, | ||||
| .lib_override_apply_post = NULL, | |||||
| }; | }; | ||||
| /** \} */ | /** \} */ | ||||
| /* -------------------------------------------------------------------- */ | /* -------------------------------------------------------------------- */ | ||||
| /** \name Text Add, Free, Validation | /** \name Text Add, Free, Validation | ||||
| * \{ */ | * \{ */ | ||||
| ▲ Show 20 Lines • Show All 2,230 Lines • Show Last 20 Lines | |||||