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:
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