Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/lightprobe.c
| Show First 20 Lines • Show All 93 Lines • ▼ Show 20 Lines | IDTypeInfo IDType_ID_LP = { | ||||
| .flags = IDTYPE_FLAGS_APPEND_IS_REUSABLE, | .flags = IDTYPE_FLAGS_APPEND_IS_REUSABLE, | ||||
| .init_data = lightprobe_init_data, | .init_data = lightprobe_init_data, | ||||
| .copy_data = NULL, | .copy_data = NULL, | ||||
| .free_data = NULL, | .free_data = NULL, | ||||
| .make_local = NULL, | .make_local = NULL, | ||||
| .foreach_id = lightprobe_foreach_id, | .foreach_id = lightprobe_foreach_id, | ||||
| .foreach_cache = NULL, | .foreach_cache = NULL, | ||||
| .foreach_external_file = NULL, | |||||
| .owner_get = NULL, | .owner_get = NULL, | ||||
| .blend_write = lightprobe_blend_write, | .blend_write = lightprobe_blend_write, | ||||
| .blend_read_data = lightprobe_blend_read_data, | .blend_read_data = lightprobe_blend_read_data, | ||||
| .blend_read_lib = lightprobe_blend_read_lib, | .blend_read_lib = lightprobe_blend_read_lib, | ||||
| .blend_read_expand = NULL, | .blend_read_expand = NULL, | ||||
| .blend_read_undo_preserve = NULL, | .blend_read_undo_preserve = NULL, | ||||
| Show All 36 Lines | |||||