[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [3909] contrib/py/scripts/addons/ io_mesh_xyz/export_xyz.py: Small mistake ...

Clemens Barth barth at root-1.de
Wed Oct 31 01:00:28 CET 2012


Revision: 3909
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=3909
Author:   blendphys
Date:     2012-10-31 00:00:27 +0000 (Wed, 31 Oct 2012)
Log Message:
-----------
Small mistake ... in fact a relict from old times. This has been removed

Blendphys.

Modified Paths:
--------------
    contrib/py/scripts/addons/io_mesh_xyz/export_xyz.py

Modified: contrib/py/scripts/addons/io_mesh_xyz/export_xyz.py
===================================================================
--- contrib/py/scripts/addons/io_mesh_xyz/export_xyz.py	2012-10-30 23:43:36 UTC (rev 3908)
+++ contrib/py/scripts/addons/io_mesh_xyz/export_xyz.py	2012-10-31 00:00:27 UTC (rev 3909)
@@ -59,11 +59,6 @@
                     name = "X"
                 else:
                     name = element[2]
-            elif element[1][:3] in obj.name:
-                if element[2] == "Vac":
-                    name = "X"
-                else:
-                    name = element[2]
         
         if name == "":
             if obj_type == "0":



More information about the Bf-extensions-cvs mailing list