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:
authorzeffii <tetha.z@gmail.com>2017-12-26 14:12:46 +0300
committerzeffii <tetha.z@gmail.com>2017-12-26 14:12:46 +0300
commit81d846baa2ebabadbda74b0f843fbf5ec7c268e0 (patch)
treef36db39a781f3b32b6eff2163c076e69bef1cf07 /mesh_tiny_cad/CFG.py
parent05688be3becab61a2a78f4faed8ae7198e2d6180 (diff)
removed register.module usage
Diffstat (limited to 'mesh_tiny_cad/CFG.py')
-rw-r--r--mesh_tiny_cad/CFG.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/mesh_tiny_cad/CFG.py b/mesh_tiny_cad/CFG.py
index ed703a2f..55e0ff9f 100644
--- a/mesh_tiny_cad/CFG.py
+++ b/mesh_tiny_cad/CFG.py
@@ -74,11 +74,3 @@ def unregister_icons():
for pcoll in icon_collection.values():
bpy.utils.previews.remove(pcoll)
icon_collection.clear()
-
-
-def register():
- bpy.utils.register_module(__name__)
-
-
-def unregister():
- bpy.utils.unregister_module(__name__)