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

Require Blender 2.90

This commit is contained in:
2020-09-04 03:33:04 -04:00
parent fef21c0a8b
commit 11b1c57f61
2 changed files with 6 additions and 6 deletions

View File

@@ -57,9 +57,9 @@ class PathHasher:
read_str = readpipestr()
return int(read_str[0:8], 16)
# Ensure Blender 2.81 is being used
if bpy.app.version < (2, 81, 0):
writepipestr(b'NOT281')
# Ensure Blender 2.90 is being used
if bpy.app.version < (2, 90, 0):
writepipestr(b'NOT290')
_quitblender()
# If there's a third argument, use it as the .zip path containing the addon