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-04 15:32:22 +0300
committerBrendon Murphy <meta.androcto1@gmail.com>2010-03-04 15:32:22 +0300
commit646cae43545bd2dacf51497c4e6946de64e025ef (patch)
tree91f7cd54ddf90e2e8248d2f58ce8bbd792b0b18b /add_mesh_3d_function_surface.py
parent2886761382066b7bf4e1ca935fe349851484467e (diff)
minor error in Add-ons menu, said "pipe joints" instead of 3d Function Surface.
Imay move this script back to contrib.
Diffstat (limited to 'add_mesh_3d_function_surface.py')
-rw-r--r--add_mesh_3d_function_surface.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_mesh_3d_function_surface.py b/add_mesh_3d_function_surface.py
index 22939e84..8e12c9a6 100644
--- a/add_mesh_3d_function_surface.py
+++ b/add_mesh_3d_function_surface.py
@@ -17,7 +17,7 @@
# ##### END GPL LICENSE BLOCK #####
# Blender Add-Ons menu registration (in User Prefs)
-"Add Pipe Joint (View3D > Add > Mesh > 3D Function Surface)"
+"3d Function Surface (View3D > Add > Mesh > 3D Function Surface)"
import bpy
import Mathutils