2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:47:42 +00:00

Correct indirect texture sampling swizzle

This commit is contained in:
Jack Andersen
2019-03-07 17:33:50 -10:00
parent 3759bf1b3d
commit 72b14a78a0
4 changed files with 5 additions and 4 deletions

View File

@@ -481,7 +481,8 @@ Connection::Connection(int verbosityLevel) {
BlenderLog.report(logvisor::Fatal, _SYS_STR("Unable to find blender at '%s'"), DEFAULT_BLENDER_BIN);
} else if (!strcmp(lineBuf, "NOADDON")) {
_closePipe();
InstallAddon(blenderAddonPath.c_str());
if (blenderAddonPath != _SYS_STR("SKIPINSTALL"))
InstallAddon(blenderAddonPath.c_str());
++installAttempt;
if (installAttempt >= 2)
BlenderLog.report(logvisor::Fatal, _SYS_STR("unable to install blender addon using '%s'"),