Blender Git Commit Log
Git Commits -> Revision 359acad
Revision 359acad by Ray molenkamp (master) September 10, 2020, 17:27 (GMT) |
Cleanup: CLog fix bad use_color default `use_color` was defaulted to 'on' and only turned off when it was decided the terminal didn't support this. This was the wrong way to go about things, since that test only ran for Linux/Mac other operating systems would get color formatting regardless if they supported it. The new default is `off` until the platform specific code inside `CLG_ctx_output_set` turns it on after running some sanity checks. This fix was part of the review of D8848 but deserved its on commit Reviewed By: campbellbarton |
Commit Details:
Full Hash: 359acad5e49bb23a603706c47a05b9ffc1c92d33
Parent Commit: 4c3ad04
Lines Changed: +1, -5
1 Modified Path:
/intern/clog/clog.c (+1, -5) (Diff)