diff --git a/ChangeLog b/ChangeLog index 95ec161..8e70fad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ ChangeLog --------- +Version 0.6.1: +- Updated set config read/writing, errors occurred reading and writing file +- Updated Keymaps, name errors + + Version 0.6: - Updated set config file, errors occurred with custom path - Updated WM call menu, now resizes when automation is checked diff --git a/README.md b/README.md index 89e7553..812e798 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,25 @@ This addon requires [Headus UVlayout](https://www.uvlayout.com/) to be installed # Installation Process +1. Download the latest [release](https://github.com/schroef/uvlayout_bridge/releases/) or clone the repository into a directory of your convenience. +2. If you downloaded the zip file. +3. Open Blender. +4. Go to File -> User Preferences -> Addons. +5. At the bottom of the window, chose *Install From File*. +6. Select the file `uvlayout_bridge_VERSION.zip` from your download location.. +7. Activate the checkbox for the plugin that you will now find in the list. +8. Choose setting according to system: + -Choose the Headus UVlayout application path if your on Windows. + -Choose the Headus UVlayout version if your OSX user. +8. From startup the panel is located in the TOOLS panel. + + ## Changelog | **Version** | **Date** | **Change log** | | ------------- | ------------- | ------------- | +| 0.6.1 | 16.12.2017 | • Updated set config read/writing, errors occurred reading and writing file
• Updated Keymaps, name errors | 0.6 | 16.12.2017 | • Updated set config file, errors occurred with custom path.
• Updated WM call menu, now resizes when automation is checked. | 0.5 | 15.12.2017 | • Added OSX support for load options
• Added extra load options (Weld UVs, Clean, Detach Flipped UVs)
• Added checker for export from local view (is not supported)
• Added Automation, automatic packing and automatic save and return
• Added hotkeys for popup menu (for clean workflow)
• Added hotkeys to add-on panel for quick acces
• Added Quick Export shortcut (quick exports according to last settings)
• Added add-on preferences saving options. On restart all settings will be loaded
• Added custom export folder. Useful for when errors occur and file needs to be saved, quick access to files. | 0.4 | 07.12.2017 | • Added create backup when ‘Apply Modifier’ is added.
• Added option to export all visible objects, hidden and layers OFF won’t be exported. diff --git a/uvlayout_bridge/__init__.py b/uvlayout_bridge/__init__.py index ed45f48..00ba1b9 100755 --- a/uvlayout_bridge/__init__.py +++ b/uvlayout_bridge/__init__.py @@ -12,7 +12,7 @@ "description": "Headus UVLayout Bridge - A bridge between Blender and Headus UVlayout for quick UVs unwrapping", "location": "3D VIEW > TOOLS > Headus UVlayout Panel", "author": "Rombout Versluijs // Titus Lavrov", - "version": (0, 6), + "version": (0, 6, 1), "blender": (2, 78, 0), # "wiki_url": "https://gumroad.com/l/Blender2UVLayoutBridge", "wiki_url": "https://github.com/schroef/uvlayout_bridge",