Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormeta-androcto <meta.androcto1@gmail.com>2019-04-16 09:32:21 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-04-16 09:32:21 +0300
commit5ed80ecf025dcb50fbeab1b842514ffd22fe8193 (patch)
treefff03ccdb661135f4b6803190f2c4fef7c3f8abc /measureit/__init__.py
parentad393383b7a6e51048c1e05f6ff2e9886b34faf3 (diff)
measureit: fix panel warnings, default Tab location: Display
Diffstat (limited to 'measureit/__init__.py')
-rw-r--r--measureit/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/measureit/__init__.py b/measureit/__init__.py
index fdc64f23..eb6ab06b 100644
--- a/measureit/__init__.py
+++ b/measureit/__init__.py
@@ -28,8 +28,8 @@
bl_info = {
"name": "MeasureIt",
"author": "Antonio Vazquez (antonioya)",
- "location": "View3D > Tools Panel /Properties panel",
- "version": (1, 8, 0),
+ "location": "View3D > Sidebar",
+ "version": (1, 8, 1),
"blender": (2, 80, 0),
"description": "Tools for measuring objects.",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/"