Home
last modified time | relevance | path

Searched refs:LIB_TAG_EXTRAUSER (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_ID.h471 #define ID_EXTRA_USERS(id) (((const ID *)id)->tag & LIB_TAG_EXTRAUSER ? 1 : 0)
590 LIB_TAG_EXTRAUSER = 1 << 2, enumerator
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dlib_id.c223 id->tag |= LIB_TAG_EXTRAUSER; in id_us_ensure_real()
240 if (id && (id->tag & LIB_TAG_EXTRAUSER)) { in id_us_clear_real()
245 id->tag &= ~(LIB_TAG_EXTRAUSER | LIB_TAG_EXTRAUSER_SET); in id_us_clear_real()
256 if ((id->tag & LIB_TAG_EXTRAUSER) && (id->tag & LIB_TAG_EXTRAUSER_SET)) { in id_us_plus_no_lib()
301 if ((id->us == limit) && (id->tag & LIB_TAG_EXTRAUSER)) { in id_us_min()
1746 if (id->tag & LIB_TAG_EXTRAUSER) { in BKE_main_id_refcount_recompute()
1747 id->tag &= ~(LIB_TAG_EXTRAUSER | LIB_TAG_EXTRAUSER_SET); in BKE_main_id_refcount_recompute()
H A Dlib_query.c469 (iter->id->tag & LIB_TAG_EXTRAUSER) ? 1 : 0, in foreach_libblock_id_users_callback()
/dports/graphics/blender/blender-2.91.0/source/blender/blenloader/intern/
H A Dreadfile.c6581 id_old->tag = tag | (id_old->tag & LIB_TAG_EXTRAUSER); in read_libblock_undo_restore_identical()