mirror of
https://github.com/H-uru/korman.git
synced 2025-07-14 22:36:52 +00:00
Update to Blender 2.71
2.71 upgrades to MSVC++2013, so we can use the newfangled log2. This fixes a rounding bug as well :)
This commit is contained in:
@ -21,7 +21,7 @@ from . import operators
|
||||
bl_info = {
|
||||
"name": "Korman",
|
||||
"author": "Guild of Writers",
|
||||
"blender": (2, 70, 0), # I can't be bothered to support old stuff
|
||||
"blender": (2, 71, 0), # I can't be bothered to support old stuff
|
||||
"location": "File > Import-Export",
|
||||
"description": "Exporter for Cyan Worlds' Plasma Engine",
|
||||
"warning": "alpha",
|
||||
|
Reference in New Issue
Block a user