Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/node.cc
| Show First 20 Lines • Show All 1,032 Lines • ▼ Show 20 Lines | IDTypeInfo IDType_ID_NT = { | ||||
| /* flags */ IDTYPE_FLAGS_APPEND_IS_REUSABLE, | /* flags */ IDTYPE_FLAGS_APPEND_IS_REUSABLE, | ||||
| /* init_data */ ntree_init_data, | /* init_data */ ntree_init_data, | ||||
| /* copy_data */ ntree_copy_data, | /* copy_data */ ntree_copy_data, | ||||
| /* free_data */ ntree_free_data, | /* free_data */ ntree_free_data, | ||||
| /* make_local */ nullptr, | /* make_local */ nullptr, | ||||
| /* foreach_id */ node_foreach_id, | /* foreach_id */ node_foreach_id, | ||||
| /* foreach_cache */ node_foreach_cache, | /* foreach_cache */ node_foreach_cache, | ||||
| /* foreach_external_file */ nullptr, | |||||
| /* owner_get */ node_owner_get, | /* owner_get */ node_owner_get, | ||||
| /* blend_write */ ntree_blend_write, | /* blend_write */ ntree_blend_write, | ||||
| /* blend_read_data */ ntree_blend_read_data, | /* blend_read_data */ ntree_blend_read_data, | ||||
| /* blend_read_lib */ ntree_blend_read_lib, | /* blend_read_lib */ ntree_blend_read_lib, | ||||
| /* blend_read_expand */ ntree_blend_read_expand, | /* blend_read_expand */ ntree_blend_read_expand, | ||||
| /* blend_read_undo_preserve */ nullptr, | /* blend_read_undo_preserve */ nullptr, | ||||
| ▲ Show 20 Lines • Show All 4,954 Lines • Show Last 20 Lines | |||||