From 355f86ca0881785af1b4362b3e7fb6a8ffdbd6f2 Mon Sep 17 00:00:00 2001 From: Bastien Montagne <montagne29@wanadoo.fr> Date: Tue, 7 Oct 2014 16:26:58 +0200 Subject: [PATCH] Meeeh, cleanup (sorry for the noise :/ ). --- io_mesh_stl/blender_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/io_mesh_stl/blender_utils.py b/io_mesh_stl/blender_utils.py index c4e737473..ff507b312 100644 --- a/io_mesh_stl/blender_utils.py +++ b/io_mesh_stl/blender_utils.py @@ -26,7 +26,6 @@ def create_and_link_mesh(name, faces, points, global_matrix): Create a blender mesh and object called name from a list of *points* and *faces* and link it in the current scene. """ - from mathutils import Vector mesh = bpy.data.meshes.new(name) mesh.from_pydata(points, [], faces) -- GitLab