Files
test/source/blender/makesdna
Campbell Barton d26220d97a Fix reports printing twice when called from Python in background-mode
Calling operators in background-mode always printed with the
assumption that output should never be hidden.
However operators called from `bpy.ops` were also printing reports to
the `stdout` (needed for the Python console and generally useful).

Resolve by adding a flag to signal that the owner of the ReportList
is responsible for printing to the `stdout`.
2022-09-14 14:06:44 +10:00
..
2022-07-28 12:52:20 +02:00
2022-08-24 18:22:29 -04:00
2022-09-02 16:18:43 +02:00
2022-06-17 07:33:06 +10:00