Home
last modified time | relevance | path

Searched refs:BKE_lib_id_make_local (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_lib_id.h234 bool BKE_lib_id_make_local(struct Main *bmain, struct ID *id, const bool test, const int flags);
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dlib_id.c460 bool BKE_lib_id_make_local(Main *bmain, ID *id, const bool test, const int flags) in BKE_lib_id_make_local() function
1975 BKE_lib_id_make_local(bmain, in BKE_library_make_local()
H A Dbrush.c159 BKE_lib_id_make_local(bmain, &brush->clone.image->id, false, 0); in brush_make_local()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_ID.c624 BKE_lib_id_make_local( in rna_ID_make_local()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_outliner/
H A Doutliner_tools.c726 if (BKE_lib_id_make_local(bmain, tselem->id, false, 0) == false) { in id_local_fn()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dinterface_templates.c617 if (BKE_lib_id_make_local(bmain, id, false, 0)) { in template_id_cb()
972 const bool disabled = (!BKE_lib_id_make_local(CTX_data_main(C), id, true /* test */, 0) || in template_ID()