Browse Source

Blender 2.77 on Win32 fails with ctypes

So we bump the version requirement to Blender 2.78
pull/58/head
Adam Johnson 7 years ago
parent
commit
be7e9427c4
Signed by: Hoikas
GPG Key ID: 0B6515D6FF6F271E
  1. 2
      korman/__init__.py

2
korman/__init__.py

@ -22,7 +22,7 @@ from . import operators
bl_info = {
"name": "Korman",
"author": "Guild of Writers",
"blender": (2, 77, 0),
"blender": (2, 78, 0),
"location": "File > Import-Export",
"description": "Exporter for Cyan Worlds' Plasma Engine",
"warning": "beta",

Loading…
Cancel
Save