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

correct tooltip

parent 41614333
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ from io_utils import ImportHelper, ExportHelper ...@@ -45,7 +45,7 @@ from io_utils import ImportHelper, ExportHelper
class ImportX3D(bpy.types.Operator, ImportHelper): class ImportX3D(bpy.types.Operator, ImportHelper):
'''Load a BVH motion capture file''' '''Import and X3D or VRML file'''
bl_idname = "import_scene.x3d" bl_idname = "import_scene.x3d"
bl_label = "Import X3D/VRML" bl_label = "Import X3D/VRML"
......
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