-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix regression of renderer #16091
Fix regression of renderer #16091
Conversation
Codecov Report
@@ Coverage Diff @@
## main #16091 +/- ##
==========================================
+ Coverage 44.06% 44.18% +0.11%
==========================================
Files 683 683
Lines 82358 82367 +9
==========================================
+ Hits 36295 36396 +101
+ Misses 40176 40071 -105
- Partials 5887 5900 +13
Continue to review full report at Codecov.
|
* Fix regression of renderer * Fix render setting load twice bug
Unfortunately, #15175 missed a feature that
csv
or external renderer could ignorePostProcess
to make the render speed up which introduced at #15153. This PR will fix that.This PR also fixed another bug which external renderers will load twice when settings reload. From https://discord.com/channels/322538954119184384/323701541297192961/851123308321046538 thanks @KN4CK3R