The Export Module

Project Name: MakeHuman

Product Home Page: http://www.makehuman.org/

Code Home Page: https://bitbucket.org/MakeHuman/makehuman/

Authors: Glynn Clements

Copyright(c): MakeHuman Team 2001-2016

Licensing: AGPL3

This file is part of MakeHuman (www.makehuman.org).

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

Abstract

Common base class for all exporters.

class export.Exporter[source]

Exporter GUI widget for use within ExportTaskView

onHide(exportTaskView)[source]

This method is called when this exporter is hidden from the export GUI.

onShow(exportTaskView)[source]

This method is called when this exporter is selected and shown in the export GUI.