Commit: 08822801acf648d23791fa308ec8c1c26f86963e
Author: Bastien Montagne
Date:   Mon Jan 17 14:21:53 2022 +0100
Branches: master
https://developer.blender.org/rB08822801acf648d23791fa308ec8c1c26f86963e

Fix T94805: Library weak reference generates "path not found" reports.

No reason to handle those paths here, those are fully internal temp
data, user should not be exposed to it currently.

===================================================================

M       source/blender/blenkernel/intern/bpath.c

===================================================================

diff --git a/source/blender/blenkernel/intern/bpath.c 
b/source/blender/blenkernel/intern/bpath.c
index 44ef3ec96ff..a1570b4e031 100644
--- a/source/blender/blenkernel/intern/bpath.c
+++ b/source/blender/blenkernel/intern/bpath.c
@@ -237,7 +237,7 @@ void BKE_bpath_missing_files_check(Main *bmain, ReportList 
*reports)
       .bmain = bmain,
       .callback_function = check_missing_files_foreach_path_cb,
       .flag = BKE_BPATH_FOREACH_PATH_ABSOLUTE | 
BKE_BPATH_FOREACH_PATH_SKIP_PACKED |
-              BKE_BPATH_FOREACH_PATH_RESOLVE_TOKEN,
+              BKE_BPATH_FOREACH_PATH_RESOLVE_TOKEN | 
BKE_BPATH_TRAVERSE_SKIP_WEAK_REFERENCES,
       .user_data = reports});
 }

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to