tornavis/source
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
..
blender Fix reports printing twice when called from Python in background-mode 2022-09-14 14:06:44 +10:00
creator Cleanup: skip argument freeing when built as a Python module 2022-09-14 14:06:39 +10:00
tools@2a541f164a Fix submodule refs 2022-08-31 10:02:42 -07:00
CMakeLists.txt Clang-tidy: Don't warn about unrecognized compiler flags 2022-05-06 15:26:54 +02:00