From cb68a408e300e35ba2ac7c7ab1c8339007b46e83 Mon Sep 17 00:00:00 2001 From: franMarz <58062362+franMarz@users.noreply.github.com> Date: Mon, 28 Mar 2022 23:02:11 +0200 Subject: [PATCH] Push 1.5 version --- README.md | 3 +-- __init__.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a37ba49..0cbe85d 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,7 @@ TexTools is a Free addon for Blender 3D with a set of professional UV and Texture tools. Back in 2009 renderhjs released the [Original TexTools](http://renderhjs.net/textools/) for 3dsMax. Current features include: multiple out-of-the-box Texture Baking modes, UV Layout tools (Align, Rectify, Sort, Randomize...), Texel Density tools, smart UV Selection operators, Color ID tools and some UV related Mesh creation utilities. ## Download & Documentation ## -![](https://i.imgur.com/FwCNwey.jpg) - +[//]: # (![](https://i.imgur.com/FwCNwey.jpg)) Visit the [Official Website & Documentation](http://renderhjs.net/textools/blender/) for an in depth overview of the original tools (outdated). ## Links ## diff --git a/__init__.py b/__init__.py index 0109988..0c2e980 100644 --- a/__init__.py +++ b/__init__.py @@ -2,7 +2,7 @@ "name": "TexTools", "description": "Professional UV and Texture tools for Blender.", "author": "renderhjs, franMarz, Sav Martin", - "version": (1, 4, 4), + "version": (1, 5), "blender": (2, 80, 0), "category": "UV", "location": "UV Image Editor > Tools > 'TexTools' panel"