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 'add_mesh_pipe_joint.py')
-rw-r--r--add_mesh_pipe_joint.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/add_mesh_pipe_joint.py b/add_mesh_pipe_joint.py
index adb9aea1..717a0daa 100644
--- a/add_mesh_pipe_joint.py
+++ b/add_mesh_pipe_joint.py
@@ -25,9 +25,9 @@ bl_info = {
"description": "Add different types of pipe joints",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
- "Scripts/Add_Mesh/Add_Pipe_Joints",
- "tracker_url": "https://developer.blender.org/T21443",
- "category": "Add Mesh"}
+ "Scripts/Add_Mesh/Add_Pipe_Joints",
+ "category": "Add Mesh",
+}
import bpy
from math import *