[Bf-extensions-cvs] [355f86c] master: Meeeh, cleanup (sorry for the noise :/ ).

Bastien Montagne noreply at git.blender.org
Tue Oct 7 16:27:13 CEST 2014


Commit: 355f86ca0881785af1b4362b3e7fb6a8ffdbd6f2
Author: Bastien Montagne
Date:   Tue Oct 7 16:26:58 2014 +0200
Branches: master
https://developer.blender.org/rBA355f86ca0881785af1b4362b3e7fb6a8ffdbd6f2

Meeeh, cleanup (sorry for the noise :/ ).

===================================================================

M	io_mesh_stl/blender_utils.py

===================================================================

diff --git a/io_mesh_stl/blender_utils.py b/io_mesh_stl/blender_utils.py
index c4e7374..ff507b3 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)



More information about the Bf-extensions-cvs mailing list