[Bf-extensions-cvs] [dbb080be] master: mesh_selectbuffer: updated bl_info

kostex noreply at git.blender.org
Mon Jun 19 13:36:50 CEST 2017


Commit: dbb080bebde4f6a89734a4adf21e9a43f6fd1c42
Author: kostex
Date:   Mon Jun 19 13:35:47 2017 +0200
Branches: master
https://developer.blender.org/rBACdbb080bebde4f6a89734a4adf21e9a43f6fd1c42

mesh_selectbuffer: updated bl_info

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

M	mesh_selectbuffer.py

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

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



More information about the Bf-extensions-cvs mailing list