Compare commits

..

No commits in common. 'e2bf2fa96d4a8d8f809d976a3b725426f9625c2a' and '92c53d3ea51ed02d13faef197db3ec298a631798' have entirely different histories.

  1. 2
      CMakeLists.txt
  2. 4
      korman/__init__.py

2
CMakeLists.txt

@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.12)
set(_PROJECT_INFO set(_PROJECT_INFO
korman korman
VERSION 0.17 VERSION 0.16
DESCRIPTION "Blender plugin for creating ages for Cyan Worlds' proprietary Plasma engine and its open source variant, CyanWorlds.com Engine." DESCRIPTION "Blender plugin for creating ages for Cyan Worlds' proprietary Plasma engine and its open source variant, CyanWorlds.com Engine."
LANGUAGES CXX # This should probably be NONE, but we need the compiler for string_theory tests LANGUAGES CXX # This should probably be NONE, but we need the compiler for string_theory tests
) )

4
korman/__init__.py

@ -23,11 +23,11 @@ from . import operators
bl_info = { bl_info = {
"name": "Korman", "name": "Korman",
"author": "Guild of Writers", "author": "Guild of Writers",
"version": (0, 17), "version": (0, 16),
"blender": (2, 79, 0), "blender": (2, 79, 0),
"location": "File > Import-Export", "location": "File > Import-Export",
"description": "Exporter for Cyan Worlds' Plasma Engine", "description": "Exporter for Cyan Worlds' Plasma Engine",
"warning": "pre-release", "warning": "beta",
"category": "System", "category": "System",
} }

Loading…
Cancel
Save