Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/ipo.c
| Show First 20 Lines • Show All 194 Lines • ▼ Show 20 Lines | IDTypeInfo IDType_ID_IP = { | ||||
| .foreach_cache = NULL, | .foreach_cache = 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, | ||||
| .lib_override_apply_post = NULL, | |||||
| }; | }; | ||||
| /* *************************************************** */ | /* *************************************************** */ | ||||
| /* Old-Data Freeing Tools */ | /* Old-Data Freeing Tools */ | ||||
| /* *************************************************** */ | /* *************************************************** */ | ||||
| /* ADRCODE to RNA-Path Conversion Code - Special (Bitflags) */ | /* ADRCODE to RNA-Path Conversion Code - Special (Bitflags) */ | ||||
| ▲ Show 20 Lines • Show All 2,282 Lines • Show Last 20 Lines | |||||