2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 18:24:55 +00:00

Fixes for Blender 2.93

This commit is contained in:
2021-04-28 13:35:54 -04:00
committed by Phillip Stephens
parent 4028171fe7
commit 10fc1cb7ce
10 changed files with 74 additions and 54 deletions

View File

@@ -6,7 +6,7 @@ namespace hecl::blender {
constexpr uint32_t MinBlenderMajorSearch = 2;
constexpr uint32_t MaxBlenderMajorSearch = 2;
constexpr uint32_t MinBlenderMinorSearch = 83;
constexpr uint32_t MaxBlenderMinorSearch = 92;
constexpr uint32_t MaxBlenderMinorSearch = 93;
hecl::SystemString FindBlender(int& major, int& minor);