mirror of https://github.com/AxioDL/metaforce.git
Use Blender 2.83 on Windows
This commit is contained in:
parent
edf287ed4f
commit
e40e98faa6
|
@ -366,7 +366,7 @@ Connection::Connection(int verbosityLevel) {
|
||||||
wchar_t progFiles[256];
|
wchar_t progFiles[256];
|
||||||
if (!GetEnvironmentVariableW(L"ProgramFiles", progFiles, 256))
|
if (!GetEnvironmentVariableW(L"ProgramFiles", progFiles, 256))
|
||||||
BlenderLog.report(logvisor::Fatal, FMT_STRING(L"unable to determine 'Program Files' path"));
|
BlenderLog.report(logvisor::Fatal, FMT_STRING(L"unable to determine 'Program Files' path"));
|
||||||
blenderBinBuf = fmt::format(FMT_STRING(L"{}\\Blender Foundation\\Blender 2.82\\blender.exe"), progFiles);
|
blenderBinBuf = fmt::format(FMT_STRING(L"{}\\Blender Foundation\\Blender 2.83\\blender.exe"), progFiles);
|
||||||
blenderBin = blenderBinBuf.c_str();
|
blenderBin = blenderBinBuf.c_str();
|
||||||
if (!RegFileExists(blenderBin))
|
if (!RegFileExists(blenderBin))
|
||||||
BlenderLog.report(logvisor::Fatal, FMT_STRING(L"unable to find {}"), blenderBin);
|
BlenderLog.report(logvisor::Fatal, FMT_STRING(L"unable to find {}"), blenderBin);
|
||||||
|
|
Loading…
Reference in New Issue