* Edited and consistent-ified the File->Import menu item labels and fileselect button labels, as discussed on the forums.

* Added items for importing DXF, VRML, etc. in the File->Import menu, that just call the normal Open function. Most people don't even know that you can open these formats through the normal Open fileselect, so this will make it more obvious.

* Removed the 'Export Selected' menu, and put poor old lonely STL in the Import and Export menus too. Most of the exporters export only the selected object anyway, so it's not really a necessary distinction to make.
This commit is contained in:
2004-06-11 02:12:37 +00:00
parent a23c6a71da
commit d34f89b755
26 changed files with 122 additions and 116 deletions

View File

@@ -1,10 +1,10 @@
#!BPY
"""
Name: 'LightWave...'
Name: 'LightWave (.lwo)...'
Blender: 232
Group: 'Import'
Tooltip: 'Import LightWave Object File Format (*.lwo)'
Tooltip: 'Import LightWave Object File Format (.lwo)'
"""
# $Id$
@@ -171,4 +171,4 @@ def read_faces_6(lwochunk):
def fs_callback(filename):
read(filename)
Blender.Window.FileSelector(fs_callback, "LWO Import")
Blender.Window.FileSelector(fs_callback, "Import LWO")