mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 20:27:43 +00:00
Minor Blender 3.0 fixes, add ability to override blender in metaforce-gui
This commit is contained in:
@@ -466,8 +466,9 @@ Connection::Connection(int verbosityLevel) {
|
||||
BlenderLog.report(logvisor::Fatal, FMT_STRING("Unable to find blender"));
|
||||
} else if (lineStr == "INVALIDBLENDERVER") {
|
||||
_closePipe();
|
||||
auto [major, minor] = hecl::blender::GetEarliestSupportedVersion();
|
||||
BlenderLog.report(logvisor::Fatal, FMT_STRING("Installed blender version must be >= {}.{}"),
|
||||
MinBlenderMajorSearch, MinBlenderMinorSearch);
|
||||
major, minor);
|
||||
} else if (lineStr == "NOADDON") {
|
||||
_closePipe();
|
||||
if (blenderAddonPath != "SKIPINSTALL")
|
||||
|
||||
Reference in New Issue
Block a user