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_import_dxf/dxfimport/do.py')
-rw-r--r--io_import_dxf/dxfimport/do.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_import_dxf/dxfimport/do.py b/io_import_dxf/dxfimport/do.py
index 487e4001..1ba3219a 100644
--- a/io_import_dxf/dxfimport/do.py
+++ b/io_import_dxf/dxfimport/do.py
@@ -395,7 +395,7 @@ class Do:
b[i].handle_left_type = 'AUTO'
b[i].handle_right_type = 'AUTO'
- vc = self.proj(en.center)
+ vc = Vector(en.center)
clockwise = Matrix(((0, -1, 0), (1, 0, 0), (0, 0, 1)))
r = major