Inline tooltips and descriptions of export/import

Random fixes and tweaks in names and tooltips
This commit is contained in:
2010-02-15 09:53:02 +00:00
parent 38298d2c22
commit 957baf7d6a
12 changed files with 34 additions and 34 deletions

View File

@@ -315,7 +315,7 @@ class ExportPLY(bpy.types.Operator):
def menu_func(self, context):
default_path = bpy.data.filename.replace(".blend", ".ply")
self.layout.operator(ExportPLY.bl_idname, text="Stanford (.ply)...").path = default_path
self.layout.operator(ExportPLY.bl_idname, text="Stanford (.ply)").path = default_path
def register():