User Tools

Site Tools


DzExporter

Base class for all scene file exporters.

More...

Inherits :

Inherited By : DzAlembicExporter, DzBvhExporter, DzCr2Exporter, DzFbxExporter, DzObjExporter and DzU3DExporter

Methods

Detailed Description

TODO: Add detailed description.

Methods


String : getDescription()

Return Value:

  • A description of the exporter that can be placed in a file type selection combobox (e.g. “Acclaim Skeleton”)

String : getExtension()

Return Value:

  • The extension that this exporter will force filenames to (excluding the preceeding '.').

Boolean : isFileExporter()

Return Value:

  • true if this exporter writes to a 'real' file, otherwise false.

DzError : writeFile( String filename )

Exports to a file.

Parameter(s):

  • filename - Name of the file to export to.

Return Value:

  • DZ_NO_ERROR on success, or an error code if the export failed.

DzError : writeFile( String filename, DzFileIOSettings options )

Exports to a file.

Parameter(s):

  • filename - The full path of the file to export to.
  • options - The options to use while exporting the file.

Return Value:

  • DZ_NO_ERROR on success, or an error code if the export failed.