Blender Git Loki

Git Commits -> Revision c12d8a7

Revision c12d8a7 by Sybren A. Stüvel (master)
November 30, 2021, 09:41 (GMT)
BPath traversing: allow skipping weak library references

Add flag to `BKE_bpath_traverse_id()` and friends to skip weak
references (see below). This makes a distinction between "this blend
file depends on that file" and "this blend file references that file,
but doesn't directly use its data". This distinction is for the Asset
Bundle install operator, which refuses to copy the blend file when it's
not self-contained.

Weak references are those that are not directly used by the blend file,
but are still present to allow path rewriting. For example, when an
Asset is loaded its originating blend file is saved in
`ID::library_weak_reference`; this reference is purely for deduplication
purposes, and not for actually loading any data.

Reviewed by: mont29, brecht

Differential Revision: https://developer.blender.org/D13412

Commit Details:

Full Hash: c12d8a72cef557c0d9c76e78c3754e3009e74efd
Parent Commit: e7ae9f4
Lines Changed: +11, -3

3 Modified Paths:

/source/blender/blenkernel/BKE_bpath.h (+6, -0) (Diff)
/source/blender/blenkernel/intern/bpath.c (+2, -1) (Diff)
/source/blender/editors/asset/intern/asset_ops.cc (+3, -2) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021