Extensions: improve the method of extracting text from operatorsblender-v4.1-releasev4.1.0v4.1.1
commit1868f1d92ad522e6c15e684a292b517649eba85b
authorCampbell Barton <ideasman42@gmail.com>
Tue, 6 Feb 2024 09:59:29 +0000 (6 20:59 +1100)
committerCampbell Barton <ideasman42@gmail.com>
Tue, 6 Feb 2024 10:00:22 +0000 (6 21:00 +1100)
treef756bd6de772e475aa4e0682503521eeaf967161
parente9466560b79c4018911e61a29c4ae9ace96b23ef
Extensions: improve the method of extracting text from operators

Instead of relying on exceptions, temporarily override the stdout
to capture from & warning reports.

This allows multiple reports to be forwarded and not all reports
need to be errors.
bl_pkg/__init__.py
bl_pkg/bl_extension_ops.py