Blender Git Loki
Git Commits -> Revision 9d30fad
Revision 9d30fad by Campbell Barton (master) October 4, 2020, 11:15 (GMT) |
Fix color-management ignoring the data-path command line value Initialize ImBuf (and color-management) after passing arguments that set environment variables such as `--env-system-datapath` This also fixes a bug where BKE_appdir logging failed since it was called before the `--log` argument was passed. Add asserts so this doesn't happen again. |
Commit Details:
Full Hash: 9d30fade3ea9b03e0764ab5dc9a9263543a79a83
Parent Commit: 7456ac6
Lines Changed: +46, -1