Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/sound.c
| Show First 20 Lines • Show All 207 Lines • ▼ Show 20 Lines | IDTypeInfo IDType_ID_SO = { | ||||
| /* A fuzzy case, think NULLified content is OK here... */ | /* A fuzzy case, think NULLified content is OK here... */ | ||||
| .init_data = NULL, | .init_data = NULL, | ||||
| .copy_data = sound_copy_data, | .copy_data = sound_copy_data, | ||||
| .free_data = sound_free_data, | .free_data = sound_free_data, | ||||
| .make_local = NULL, | .make_local = NULL, | ||||
| .foreach_id = NULL, | .foreach_id = NULL, | ||||
| .foreach_cache = sound_foreach_cache, | .foreach_cache = sound_foreach_cache, | ||||
| .foreach_external_file = NULL, | |||||
| .owner_get = NULL, | .owner_get = NULL, | ||||
| .blend_write = sound_blend_write, | .blend_write = sound_blend_write, | ||||
| .blend_read_data = sound_blend_read_data, | .blend_read_data = sound_blend_read_data, | ||||
| .blend_read_lib = sound_blend_read_lib, | .blend_read_lib = sound_blend_read_lib, | ||||
| .blend_read_expand = sound_blend_read_expand, | .blend_read_expand = sound_blend_read_expand, | ||||
| .blend_read_undo_preserve = NULL, | .blend_read_undo_preserve = NULL, | ||||
| ▲ Show 20 Lines • Show All 1,301 Lines • Show Last 20 Lines | |||||