Files
test2/source/creator
Jesse Yurkovich 8a99ab4463 Fix #145919: Enable BKE_reports to be seen when file is loaded from CLI
There were two issues conspiring to prevent most BKE_reports from
surfacing when loading a file from the command line.

The first is that the "print_level" was left initialized to only
RPT_ERROR which prevents this particular warning from being traced to
the console.

The second is that, in order for us to display reports in the
notification area, we need to give the reports to the window manager.
This is typically all wired up during normal operator execution, but not
when just starting up from the command line.

Pull Request: https://projects.blender.org/blender/blender/pulls/147251
2025-10-07 20:37:15 +02:00
..
2023-07-26 15:52:54 +10:00
2025-10-07 10:19:46 +11:00
2025-09-04 15:01:57 +02:00
2025-04-08 17:13:59 +02:00