Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/key.c
| Show First 20 Lines • Show All 217 Lines • ▼ Show 20 Lines | IDTypeInfo IDType_ID_KE = { | ||||
| .foreach_cache = NULL, | .foreach_cache = NULL, | ||||
| .blend_write = shapekey_blend_write, | .blend_write = shapekey_blend_write, | ||||
| .blend_read_data = shapekey_blend_read_data, | .blend_read_data = shapekey_blend_read_data, | ||||
| .blend_read_lib = shapekey_blend_read_lib, | .blend_read_lib = shapekey_blend_read_lib, | ||||
| .blend_read_expand = shapekey_blend_read_expand, | .blend_read_expand = shapekey_blend_read_expand, | ||||
| .blend_read_undo_preserve = NULL, | .blend_read_undo_preserve = NULL, | ||||
| .lib_override_apply_post = NULL, | |||||
| }; | }; | ||||
| #define KEY_MODE_DUMMY 0 /* use where mode isn't checked for */ | #define KEY_MODE_DUMMY 0 /* use where mode isn't checked for */ | ||||
| #define KEY_MODE_BPOINT 1 | #define KEY_MODE_BPOINT 1 | ||||
| #define KEY_MODE_BEZTRIPLE 2 | #define KEY_MODE_BEZTRIPLE 2 | ||||
| /* Internal use only. */ | /* Internal use only. */ | ||||
| typedef struct WeightsArrayCache { | typedef struct WeightsArrayCache { | ||||
| ▲ Show 20 Lines • Show All 2,378 Lines • Show Last 20 Lines | |||||