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: caf90d57f8ee9020c400f9e63e8125a84ec1f51e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-License-Identifier: GPL-2.0-or-later

"""
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.
"""