2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 13:44:56 +00:00

Merge branch 'blender2.93'

This commit is contained in:
2021-07-31 16:22:30 -07:00
6 changed files with 70 additions and 50 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;