7. aux_exporters

class mocha.aux_exporters.Matrix3x3(seq=None)

Bases: object

Simple Matrix 3x3 implementation

ident()
inverted()
transposed()
class mocha.aux_exporters.Matrix4x4(seq=None)

Bases: object

Simple Matrix 4x4 implementation

ident()
inverted()
transposed()
class mocha.aux_exporters.SilhouetteExporter

Bases: mocha.exporters.AbstractShapeDataExporter

Implementation of the Silhouette shapes exporter.

default_sfx_node(parent, name, type_name, label, **attrs)

Creates a XML node with given attributes and tag name

do_export(project, layers, path, views)

Performs underlying export operation to the Silhouette shape format.

error_string()
id_counter
static properties_node(parent, **constant_props)

Creates a XML nodes tree with child SFX property nodes.

mocha.aux_exporters.new_sfx_uuid()