2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:07:42 +00:00

Add ability to search for blender version dynamically

This commit is contained in:
2021-02-21 18:49:40 -08:00
parent 77bef70555
commit 8fc39c4ce6
3 changed files with 99 additions and 83 deletions

View File

@@ -57,7 +57,7 @@ class PathHasher:
read_str = readpipestr()
return int(read_str[0:8], 16)
# Ensure Blender 2.90 is being used
# Ensure Blender 2.90+ is being used
if bpy.app.version < (2, 90, 0):
writepipestr(b'NOT290')
_quitblender()