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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'io_export_dxf/primitive_exporters/insert_exporter.py')
-rw-r--r--io_export_dxf/primitive_exporters/insert_exporter.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/io_export_dxf/primitive_exporters/insert_exporter.py b/io_export_dxf/primitive_exporters/insert_exporter.py
index 46382e3d..c016364f 100644
--- a/io_export_dxf/primitive_exporters/insert_exporter.py
+++ b/io_export_dxf/primitive_exporters/insert_exporter.py
@@ -72,4 +72,3 @@ def exportInsert(ob, mx, insert_name, **common):
entities.append(dxfINSERT)
return entities
-