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:
authormeta-androcto <meta.androcto1@gmail.com>2016-08-08 14:21:54 +0300
committermeta-androcto <meta.androcto1@gmail.com>2016-08-08 14:21:54 +0300
commit080432b1f2bf723a4e4db76fdb96adf0c20349c8 (patch)
tree46b434bc8ce2e6c5f5434fb7d4a11e534da3b013 /object_boolean_tools.py
parente8f6c85d4edff2a94378f4259dbeace31c09f84b (diff)
clean up bl_info, add wiki links
Diffstat (limited to 'object_boolean_tools.py')
-rw-r--r--object_boolean_tools.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/object_boolean_tools.py b/object_boolean_tools.py
index 3996f11c..50e428b6 100644
--- a/object_boolean_tools.py
+++ b/object_boolean_tools.py
@@ -27,7 +27,8 @@ bl_info = {
"description": "Bool Tools Hotkey: Ctrl Shift B",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Object/BoolTool",
"tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/",
- "category": "Object"}
+ "category": "Object"
+ }
import bpy
from bpy.app.handlers import persistent