Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/curve.c
| Show First 20 Lines • Show All 313 Lines • ▼ Show 20 Lines | IDTypeInfo IDType_ID_CU = { | ||||
| .flags = IDTYPE_FLAGS_APPEND_IS_REUSABLE, | .flags = IDTYPE_FLAGS_APPEND_IS_REUSABLE, | ||||
| .init_data = curve_init_data, | .init_data = curve_init_data, | ||||
| .copy_data = curve_copy_data, | .copy_data = curve_copy_data, | ||||
| .free_data = curve_free_data, | .free_data = curve_free_data, | ||||
| .make_local = NULL, | .make_local = NULL, | ||||
| .foreach_id = curve_foreach_id, | .foreach_id = curve_foreach_id, | ||||
| .foreach_cache = NULL, | .foreach_cache = NULL, | ||||
| .foreach_external_file = NULL, | |||||
| .owner_get = NULL, | .owner_get = NULL, | ||||
| .blend_write = curve_blend_write, | .blend_write = curve_blend_write, | ||||
| .blend_read_data = curve_blend_read_data, | .blend_read_data = curve_blend_read_data, | ||||
| .blend_read_lib = curve_blend_read_lib, | .blend_read_lib = curve_blend_read_lib, | ||||
| .blend_read_expand = curve_blend_read_expand, | .blend_read_expand = curve_blend_read_expand, | ||||
| .blend_read_undo_preserve = NULL, | .blend_read_undo_preserve = NULL, | ||||
| ▲ Show 20 Lines • Show All 5,297 Lines • Show Last 20 Lines | |||||