Blender
V3.3
|
#include "DNA_ID.h"
#include "DNA_mesh_types.h"
#include "BLI_utildefines.h"
#include "BKE_lib_id.h"
#include "BKE_mesh.h"
Go to the source code of this file.
Functions | |
void | BKE_id_eval_properties_copy (ID *id_cow, ID *id) |
Contains management of ID's and libraries allocate and free of all library data
Definition in file lib_id_eval.c.
Copy relatives parameters, from id
to id_cow
. Use handle the ID_RECALC_PARAMETERS tag.
Definition at line 18 of file lib_id_eval.c.
References BKE_mesh_copy_parameters(), BLI_assert, BLI_assert_unreachable, GS, id, ID_ME, ID_TYPE_SUPPORTS_PARAMS_WITHOUT_COW, LIB_TAG_COPIED_ON_WRITE, ID::name, and ID::tag.
Referenced by blender::deg::DepsgraphNodeBuilder::build_parameters().