[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [3188] trunk/py/scripts/addons/ io_scene_x3d/__init__.py: VRML importer: changed VRML to VRML2 in UI 2 more times (bug #30624)

Sebastian Nell codemanx at gmx.de
Thu Mar 29 15:56:12 CEST 2012


Revision: 3188
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=3188
Author:   codemanx
Date:     2012-03-29 13:56:08 +0000 (Thu, 29 Mar 2012)
Log Message:
-----------
VRML importer: changed VRML to VRML2 in UI 2 more times (bug #30624)

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

Modified: trunk/py/scripts/addons/io_scene_x3d/__init__.py
===================================================================
--- trunk/py/scripts/addons/io_scene_x3d/__init__.py	2012-03-29 02:09:01 UTC (rev 3187)
+++ trunk/py/scripts/addons/io_scene_x3d/__init__.py	2012-03-29 13:56:08 UTC (rev 3188)
@@ -19,7 +19,7 @@
 # <pep8-80 compliant>
 
 bl_info = {
-    "name": "Web3D X3D/VRML format",
+    "name": "Web3D X3D/VRML2 format",
     "author": "Campbell Barton, Bart",
     "blender": (2, 5, 7),
     "location": "File > Import-Export",
@@ -50,7 +50,7 @@
 class ImportX3D(bpy.types.Operator, ImportHelper):
     '''Import and X3D or VRML2 file'''
     bl_idname = "import_scene.x3d"
-    bl_label = "Import X3D/VRML"
+    bl_label = "Import X3D/VRML2"
     bl_options = {'PRESET', 'UNDO'}
 
     filename_ext = ".x3d"



More information about the Bf-extensions-cvs mailing list