From dbb080bebde4f6a89734a4adf21e9a43f6fd1c42 Mon Sep 17 00:00:00 2001
From: kostex <koelooptiemanna@gmail.com>
Date: Mon, 19 Jun 2017 13:35:47 +0200
Subject: [PATCH] mesh_selectbuffer: updated bl_info

---
 mesh_selectbuffer.py | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/mesh_selectbuffer.py b/mesh_selectbuffer.py
index 2697b685..04e3b0ce 100644
--- a/mesh_selectbuffer.py
+++ b/mesh_selectbuffer.py
@@ -23,10 +23,14 @@ from bpy.props import StringProperty
 
 bl_info = {
     "name": "KTX Selectbuffer",
+    "description": "Enable boolean operations on selections",
     "author": "Roel Koster, @koelooptiemanna, irc:kostex",
-    "version": (1, 3, 1),
+    "version": (1, 3, 2),
     "blender": (2, 7, 0),
     "location": "View3D > Properties",
+    "warning": "",
+    "wiki_url": "https://github.com/kostex/blenderscripts/",
+    "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/",
     "category": "3D View"}
 
 
-- 
GitLab