From e48660ad8f6a06d33c9d2facc2bf07334812a781 Mon Sep 17 00:00:00 2001 From: Joel Palmius Date: Fri, 27 Nov 2020 14:08:12 +0100 Subject: [PATCH] Update version and start a changelog --- CHANGELOG.md | 13 +++++++++++++ blender_source/MH_Community/__init__.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..07029ea --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +These are the changes since the release of MakeHuman 1.2.0. + +## 1.1.0 + +* The number of subdivisons on import is now configurable +* There is a new setting for applying extra tweaks for slotted body materials (only relevant when also having checked "Enhanced skin material", "Extra vertex groups" and "Slots for extra groups") + +## 1.0.0 + +This is the same as "0.7.0" which was bundled with MakeHuman 1.2.0. We had planned to put the version stamp before the release but forgot. + diff --git a/blender_source/MH_Community/__init__.py b/blender_source/MH_Community/__init__.py index f40ac59..648e6dd 100644 --- a/blender_source/MH_Community/__init__.py +++ b/blender_source/MH_Community/__init__.py @@ -11,7 +11,7 @@ bl_info = { "name": "MH Community Plug-in", "author": "Joel Palmius", - "version": (0, 7, 0), + "version": (1, 1, 0), "blender": (2, 80, 0), "location": "View3D > Properties > MH", "description": "MakeHuman interactive operations",