Welcome to mirror list, hosted at ThFree Co, Russian Federation.

__init__.py « primitive_exporters « io_export_dxf - git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d1cfad4694014120627bf6229161930b45a860a6 (plain)
1
2
3
4
5
6
7
8
9
10
"""
This package contains actual primitive exporter classes.
They are imported and instantiated according object type
that is being exported from export_dxf.py in ../

NOTE: Only MESH exporter has been ported since it is imho
mostly used. I am not specialist on Autocad so I cannot
guest how many time the other primitive are used. That's
why they are left unported.
"""