Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/ipo.c
| Show First 20 Lines • Show All 186 Lines • ▼ Show 20 Lines | IDTypeInfo IDType_ID_IP = { | ||||
| .flags = IDTYPE_FLAGS_NO_COPY | IDTYPE_FLAGS_NO_LIBLINKING | IDTYPE_FLAGS_NO_ANIMDATA, | .flags = IDTYPE_FLAGS_NO_COPY | IDTYPE_FLAGS_NO_LIBLINKING | IDTYPE_FLAGS_NO_ANIMDATA, | ||||
| .init_data = NULL, | .init_data = NULL, | ||||
| .copy_data = NULL, | .copy_data = NULL, | ||||
| .free_data = ipo_free_data, | .free_data = ipo_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 = NULL, | .blend_write = NULL, | ||||
| .blend_read_data = ipo_blend_read_data, | .blend_read_data = ipo_blend_read_data, | ||||
| .blend_read_lib = ipo_blend_read_lib, | .blend_read_lib = ipo_blend_read_lib, | ||||
| .blend_read_expand = ipo_blend_read_expand, | .blend_read_expand = ipo_blend_read_expand, | ||||
| .blend_read_undo_preserve = NULL, | .blend_read_undo_preserve = NULL, | ||||
| ▲ Show 20 Lines • Show All 2,301 Lines • Show Last 20 Lines | |||||