Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/mball.c
| Show First 20 Lines • Show All 198 Lines • ▼ Show 20 Lines | IDTypeInfo IDType_ID_MB = { | ||||
| .foreach_cache = NULL, | .foreach_cache = NULL, | ||||
| .blend_write = metaball_blend_write, | .blend_write = metaball_blend_write, | ||||
| .blend_read_data = metaball_blend_read_data, | .blend_read_data = metaball_blend_read_data, | ||||
| .blend_read_lib = metaball_blend_read_lib, | .blend_read_lib = metaball_blend_read_lib, | ||||
| .blend_read_expand = metaball_blend_read_expand, | .blend_read_expand = metaball_blend_read_expand, | ||||
| .blend_read_undo_preserve = NULL, | .blend_read_undo_preserve = NULL, | ||||
| .lib_override_apply_post = NULL, | |||||
| }; | }; | ||||
| /* Functions */ | /* Functions */ | ||||
| MetaBall *BKE_mball_add(Main *bmain, const char *name) | MetaBall *BKE_mball_add(Main *bmain, const char *name) | ||||
| { | { | ||||
| MetaBall *mb; | MetaBall *mb; | ||||
| ▲ Show 20 Lines • Show All 542 Lines • Show Last 20 Lines | |||||