[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1216] trunk/py/scripts/addons/ io_coat3D/__init__.py: added new "mesh as a curve profile" feature.

Kalle-Samuli Riihikoski haikalle at gmail.com
Thu Dec 2 08:20:40 CET 2010


Revision: 1216
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=1216
Author:   haikalle
Date:     2010-12-02 08:20:07 +0100 (Thu, 02 Dec 2010)

Log Message:
-----------
added new "mesh as a curve profile" feature.

Modified Paths:
--------------
    trunk/py/scripts/addons/io_coat3D/__init__.py

Modified: trunk/py/scripts/addons/io_coat3D/__init__.py
===================================================================
--- trunk/py/scripts/addons/io_coat3D/__init__.py	2010-12-02 02:32:44 UTC (rev 1215)
+++ trunk/py/scripts/addons/io_coat3D/__init__.py	2010-12-02 07:20:07 UTC (rev 1216)
@@ -199,7 +199,8 @@
         ("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"
     )




More information about the Bf-extensions-cvs mailing list