2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 21:07:42 +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

@@ -51,7 +51,7 @@ namespace hecl::blender {
static const uint32_t MinBlenderMajorSearch = 2;
static const uint32_t MaxBlenderMajorSearch = 2;
static const uint32_t MinBlenderMinorSearch = 83;
static const uint32_t MaxBlenderMinorSearch = 92;
static const uint32_t MaxBlenderMinorSearch = 93;
logvisor::Module BlenderLog("hecl::blender::Connection");
Token SharedBlenderToken;