Blender Git Loki
Git Commits -> Revision f1bc0ae
Revision f1bc0ae by Bastien Montagne (master) April 25, 2018, 08:37 (GMT) |
Fix (unreported) broken 'get system path' in some cases. There were two issues here actually: * The hack to allow running Blender directly from the source directory would just check for a 'release' directory, without actually ensuring it is release dir from blender source tree, and not some other random folder. * GHOST_getSystemDir returns nothing for portable installations, now we'll then check directly in the blender binary dir in that case. This fix is more critical in 2.8 branch, where that system path is used to retrieve new '3D' icons... |
Commit Details:
Full Hash: f1bc0aeddedacf68182164dde5d4674d11aba6c9
Parent Commit: 5285de1
Lines Changed: +29, -6
1 Modified Path:
/source/blender/blenkernel/intern/appdir.c (+29, -6) (Diff)