mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 15:04:56 +00:00
Loosen up blender version requirements, add implicit true to command line boolean CVar
This commit is contained in:
@@ -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 = 91;
|
||||
static const uint32_t MaxBlenderMinorSearch = 92;
|
||||
|
||||
logvisor::Module BlenderLog("hecl::blender::Connection");
|
||||
Token SharedBlenderToken;
|
||||
|
||||
Reference in New Issue
Block a user