[Bf-extensions-cvs] [fef2540b] blender2.8: mesh_snap_utilities_line: Hide by setting the version as not supported in blender2.8.

mano-wii noreply at git.blender.org
Wed Nov 28 14:49:16 CET 2018


Commit: fef2540b25775c3e1e4012bec35ddb8695daa209
Author: mano-wii
Date:   Wed Nov 28 10:48:05 2018 -0200
Branches: blender2.8
https://developer.blender.org/rBAfef2540b25775c3e1e4012bec35ddb8695daa209

mesh_snap_utilities_line: Hide by setting the version as not supported in blender2.8.

The Tool API for python is incomplete.

===================================================================

M	mesh_snap_utilities_line/__init__.py

===================================================================

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",



More information about the Bf-extensions-cvs mailing list