Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/simulation.cc
| Show First 20 Lines • Show All 154 Lines • ▼ Show 20 Lines | IDTypeInfo IDType_ID_SIM = { | ||||
| /* flags */ IDTYPE_FLAGS_APPEND_IS_REUSABLE, | /* flags */ IDTYPE_FLAGS_APPEND_IS_REUSABLE, | ||||
| /* init_data */ simulation_init_data, | /* init_data */ simulation_init_data, | ||||
| /* copy_data */ simulation_copy_data, | /* copy_data */ simulation_copy_data, | ||||
| /* free_data */ simulation_free_data, | /* free_data */ simulation_free_data, | ||||
| /* make_local */ nullptr, | /* make_local */ nullptr, | ||||
| /* foreach_id */ simulation_foreach_id, | /* foreach_id */ simulation_foreach_id, | ||||
| /* foreach_cache */ nullptr, | /* foreach_cache */ nullptr, | ||||
| /* foreach_external_file */ nullptr, | |||||
| /* owner_get */ nullptr, | /* owner_get */ nullptr, | ||||
| /* blend_write */ simulation_blend_write, | /* blend_write */ simulation_blend_write, | ||||
| /* blend_read_data */ simulation_blend_read_data, | /* blend_read_data */ simulation_blend_read_data, | ||||
| /* blend_read_lib */ simulation_blend_read_lib, | /* blend_read_lib */ simulation_blend_read_lib, | ||||
| /* blend_read_expand */ simulation_blend_read_expand, | /* blend_read_expand */ simulation_blend_read_expand, | ||||
| /* blend_read_undo_preserve */ nullptr, | /* blend_read_undo_preserve */ nullptr, | ||||
| Show All 15 Lines | |||||