X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=blender%2Fio_mspgl%2F__init__.py;h=38e697b1c4a651390717da0c236f8d735eddd514;hb=9b57666;hp=b7e14fdad19d0bae3ae027c31f67fb6f87ed38a4;hpb=de5d710b87879d6a0b06407da096ec505f8b7679;p=libs%2Fgl.git diff --git a/blender/io_mspgl/__init__.py b/blender/io_mspgl/__init__.py index b7e14fda..38e697b1 100644 --- a/blender/io_mspgl/__init__.py +++ b/blender/io_mspgl/__init__.py @@ -15,6 +15,8 @@ import bpy from bpy_extras.io_utils import ExportHelper class ExportMspGLBase(ExportHelper): + show_progress = bpy.props.BoolProperty(name="Show progress", description="Display progress indicator while exporting", default=True) + def execute(self, context): exporter = self.create_exporter() self.prepare_exporter(exporter)