Skip to content
Snippets Groups Projects
Commit dbb080be authored by kostex's avatar kostex
Browse files

mesh_selectbuffer: updated bl_info

parent d8402cf4
No related branches found
No related tags found
No related merge requests found
...@@ -23,10 +23,14 @@ from bpy.props import StringProperty ...@@ -23,10 +23,14 @@ from bpy.props import StringProperty
bl_info = { bl_info = {
"name": "KTX Selectbuffer", "name": "KTX Selectbuffer",
"description": "Enable boolean operations on selections",
"author": "Roel Koster, @koelooptiemanna, irc:kostex", "author": "Roel Koster, @koelooptiemanna, irc:kostex",
"version": (1, 3, 1), "version": (1, 3, 2),
"blender": (2, 7, 0), "blender": (2, 7, 0),
"location": "View3D > Properties", "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"} "category": "3D View"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment