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:
authorBrendon Murphy <meta.androcto1@gmail.com>2010-03-03 20:05:25 +0300
committerBrendon Murphy <meta.androcto1@gmail.com>2010-03-03 20:05:25 +0300
commit3e182aacf34986865dc4caa53e0a0900f27f9894 (patch)
tree6374b4cbf164e0140f46e9adfcd9e997d8384458 /add_mesh_pipe_joint.py
parent3442fb09e90d8c4cd2e2b046ed066ddf58516e4a (diff)
fix error in un register, it all works now!
Diffstat (limited to 'add_mesh_pipe_joint.py')
-rw-r--r--add_mesh_pipe_joint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_mesh_pipe_joint.py b/add_mesh_pipe_joint.py
index f3d1accb..dc15e672 100644
--- a/add_mesh_pipe_joint.py
+++ b/add_mesh_pipe_joint.py
@@ -1123,7 +1123,7 @@ def unregister():
bpy.types.unregister(INFO_MT_mesh_pipe_joints_add)
# Remove "Pipe Joints" menu from the "Add Mesh" menu.
- space_info.INFO_MT_mesh_add.remove(menu_func)
+ #space_info.INFO_MT_mesh_add.remove(menu_func)
if __name__ == "__main__":
register()