4
4
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:
2014-07-10 19:32:58 -04:00
parent 9424311c65
commit 3c0d2150b6
3 changed files with 3 additions and 10 deletions

View File

@ -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",