Files
test2/source
Campbell Barton 67638a72e3 Logging: suppress BKE_bpath summary reports for non-operator callers
Saving for the first time or using save-as printed a summary, e.g.

`Total files 0 | Changed 0 | Failed 0`

When path operations were added it was only accessed from the UI,
where reporting a summary makes sense. Having the summary reported when
path manipulation is done as part of another action isn't useful.
It's also not clear what the summary relates to.

Now the summary is only shown in operator reports.
2024-09-19 14:49:03 +10:00
..