Skip to content
Snippets Groups Projects
Commit bdef8d94 authored by Campbell Barton's avatar Campbell Barton
Browse files

VRML importer only supports VRML2 (bug #30624)

parent 20ec12d4
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ bl_info = {
"author": "Campbell Barton, Bart",
"blender": (2, 5, 7),
"location": "File > Import-Export",
"description": "Import-Export X3D, Import VRML",
"description": "Import-Export X3D, Import VRML2",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
"Scripts/Import-Export/Web3D",
......@@ -48,7 +48,7 @@ from bpy_extras.io_utils import (ImportHelper,
class ImportX3D(bpy.types.Operator, ImportHelper):
'''Import and X3D or VRML file'''
'''Import and X3D or VRML2 file'''
bl_idname = "import_scene.x3d"
bl_label = "Import X3D/VRML"
bl_options = {'PRESET', 'UNDO'}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment