/release/scripts: Removed final points in UI strings and messages.

This commit is contained in:
Bastien Montagne
2011-09-19 14:00:42 +00:00
parent 1794767171
commit 712e434a5f
16 changed files with 38 additions and 38 deletions

View File

@@ -531,7 +531,7 @@ def unwrap(operator, context, **kwargs):
meshes = list({me for obj in context.selected_objects if obj.type == 'MESH' for me in (obj.data,) if me.faces and me.library is None})
if not meshes:
operator.report({'ERROR'}, "No mesh object.")
operator.report({'ERROR'}, "No mesh object")
return {'CANCELLED'}
lightmap_uvpack(meshes, **kwargs)