This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/blenkernel
Sybren A. Stüvel c12d8a72ce 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
2021-11-30 10:41:23 +01:00
..
2021-08-26 12:39:45 +10:00
2021-09-12 19:51:16 +10:00
2021-10-12 17:55:02 +11:00
2020-12-15 17:19:55 +01:00
2021-08-20 02:30:11 +02:00
2021-10-18 12:13:10 +11:00
2021-10-18 12:13:10 +11:00
2021-10-17 18:31:24 +02:00
2021-07-02 12:15:29 +10:00
2021-06-10 12:15:59 +02:00
2021-11-04 16:51:37 -03:00