Blender Git Commit Log
Git Commits -> Revision 4b971bb
Revision 4b971bb by Sybren A. Stüvel (master) November 30, 2021, 10:50 (GMT) |
Asset Bundle Copy button: only report each external dependency once The `ASSET_OT_bundle_install` operator only works when the blend file is self-contained. It reports any external dependencies. Before this patch: - every dependency was mentioned, even when it repeated the same filename over and over again, and - multiple dependencies were all mentioned in the error popup, potentially filling the screen. This is now resolved by: - only reporting each external file once, and - referring to the console when there are multiple external dependencies. Reviewed by: severin, dfelinto Differential Revision: https://developer.blender.org/D13413 |
Commit Details:
Full Hash: 4b971bb87c03b99458a65036f2d5c1668690f2b1
Parent Commit: 2e53f8b
Lines Changed: +32, -9
1 Modified Path:
/source/blender/editors/asset/intern/asset_ops.cc (+32, -9) (Diff)