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:
authormano-wii <germano.costa@ig.com.br>2018-11-28 15:48:05 +0300
committermano-wii <germano.costa@ig.com.br>2018-11-28 15:48:27 +0300
commitfef2540b25775c3e1e4012bec35ddb8695daa209 (patch)
tree075b242e7b599cdf8e5c28fd31d01cf430627b4a /mesh_snap_utilities_line
parentd206e7f2ff17a137f84be966d6db4e7e5599fba9 (diff)
mesh_snap_utilities_line: Hide by setting the version as not supported in blender2.8.
The Tool API for python is incomplete.
Diffstat (limited to 'mesh_snap_utilities_line')
-rw-r--r--mesh_snap_utilities_line/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mesh_snap_utilities_line/__init__.py b/mesh_snap_utilities_line/__init__.py
index 3999ffe4..c6c5f27c 100644
--- a/mesh_snap_utilities_line/__init__.py
+++ b/mesh_snap_utilities_line/__init__.py
@@ -22,8 +22,8 @@
bl_info = {
"name": "Snap_Utilities_Line",
"author": "Germano Cavalcante",
- "version": (5, 8, 23),
- "blender": (2, 80, 0),
+ "version": (5, 8, 24),
+ "blender": (0, 0, 0),
"location": "View3D > TOOLS > Make Line",
"description": "Extends Blender Snap controls",
#"wiki_url" : "http://blenderartists.org/forum/showthread.php?363859-Addon-CAD-Snap-Utilities",