From 9edfa1364971d41424644ad9499f80187ebaa553 Mon Sep 17 00:00:00 2001 From: Philipp Oeser Date: Mon, 13 Oct 2014 15:55:26 +0200 Subject: fix warnings with UI description --- io_export_dxf/operator.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'io_export_dxf') diff --git a/io_export_dxf/operator.py b/io_export_dxf/operator.py index 12d9c9eb..b5d8d089 100644 --- a/io_export_dxf/operator.py +++ b/io_export_dxf/operator.py @@ -152,7 +152,7 @@ class DXFExporter(bpy.types.Operator): items=projectionItems) onlySelected = BoolProperty(name="Only selected", default=True, - description="What object will be exported? Only selected / all objects.") + description="What object will be exported? Only selected / all objects") apply_modifiers = BoolProperty(name="Apply modifiers", default=True, description="Shall be modifiers applied during export?") @@ -227,7 +227,7 @@ class DXFExporter(bpy.types.Operator): # description='Set default LINETYPE') verbose = BoolProperty(name="Verbose", default=False, - description="Run the exporter in debug mode. Check the console for output.") + description="Run the exporter in debug mode. Check the console for output") def execute(self, context): filePath = bpy.path.ensure_ext(self.filepath, ".dxf") -- cgit v1.2.3