Browse Source

Bump to Blender 2.74 because I can...

pull/6/head
Adam Johnson 9 years ago
parent
commit
3dede084b5
  1. 2
      korman/__init__.py

2
korman/__init__.py

@ -21,7 +21,7 @@ from . import operators
bl_info = { bl_info = {
"name": "Korman", "name": "Korman",
"author": "Guild of Writers", "author": "Guild of Writers",
"blender": (2, 71, 0), # I can't be bothered to support old stuff "blender": (2, 74, 0), # I can't be bothered to support old stuff
"location": "File > Import-Export", "location": "File > Import-Export",
"description": "Exporter for Cyan Worlds' Plasma Engine", "description": "Exporter for Cyan Worlds' Plasma Engine",
"warning": "alpha", "warning": "alpha",

Loading…
Cancel
Save