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:
authorKalle-Samuli Riihikoski <haikalle@gmail.com>2010-12-02 10:20:07 +0300
committerKalle-Samuli Riihikoski <haikalle@gmail.com>2010-12-02 10:20:07 +0300
commit6b3e9aa25ff5e041b0be456f756a7b771334a782 (patch)
tree02af048cb2d8854e857809d53cedcd15942e8492 /io_coat3D
parenta79931600cc49a7570365afa6bf83ce7ba0404f0 (diff)
added new "mesh as a curve profile" feature.
Diffstat (limited to 'io_coat3D')
-rw-r--r--io_coat3D/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/io_coat3D/__init__.py b/io_coat3D/__init__.py
index 3575703d..17c647a5 100644
--- a/io_coat3D/__init__.py
+++ b/io_coat3D/__init__.py
@@ -199,7 +199,8 @@ def register():
("vox", "Mesh As Voxel Object", ""),
("alpha", "Mesh As New Pen Alpha", ""),
("prim", "Mesh As Voxel Primitive", ""),
- ("autopo", "Mesh for Auto-retopology", ""),
+ ("curv", "Mesh As a Curve Profile", ""),
+ ("autopo", "Mesh For Auto-retopology", ""),
),
default= "ppp"
)