2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-11 07:47:43 +00:00

Require Blender 2.81+

This commit is contained in:
2019-12-22 18:40:18 -05:00
parent 28221d6d33
commit 9be51c0483
3 changed files with 4 additions and 4 deletions

View File

@@ -199,7 +199,7 @@ QVariant SysReqTableModel::data(const QModelIndex& index, int role) const {
return {};
#endif
case 5:
return tr("Blender 2.80");
return tr("Blender 2.81");
}
} else if (index.column() == 1) {
/* Your System */