Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/armature.c
| Show First 20 Lines • Show All 325 Lines • ▼ Show 20 Lines | IDTypeInfo IDType_ID_AR = { | ||||
| .foreach_cache = NULL, | .foreach_cache = NULL, | ||||
| .blend_write = armature_blend_write, | .blend_write = armature_blend_write, | ||||
| .blend_read_data = armature_blend_read_data, | .blend_read_data = armature_blend_read_data, | ||||
| .blend_read_lib = armature_blend_read_lib, | .blend_read_lib = armature_blend_read_lib, | ||||
| .blend_read_expand = armature_blend_read_expand, | .blend_read_expand = armature_blend_read_expand, | ||||
| .blend_read_undo_preserve = NULL, | .blend_read_undo_preserve = NULL, | ||||
| .lib_override_apply_post = NULL, | |||||
| }; | }; | ||||
| /** \} */ | /** \} */ | ||||
| /* -------------------------------------------------------------------- */ | /* -------------------------------------------------------------------- */ | ||||
| /** \name Generic Data-Level Functions | /** \name Generic Data-Level Functions | ||||
| * \{ */ | * \{ */ | ||||
| ▲ Show 20 Lines • Show All 2,609 Lines • Show Last 20 Lines | |||||