Skip to content
Snippets Groups Projects
Commit 355f86ca authored by Bastien Montagne's avatar Bastien Montagne
Browse files

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

parent 755af06f
Branches
Tags
No related merge requests found
...@@ -26,7 +26,6 @@ def create_and_link_mesh(name, faces, points, global_matrix): ...@@ -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 Create a blender mesh and object called name from a list of
*points* and *faces* and link it in the current scene. *points* and *faces* and link it in the current scene.
""" """
from mathutils import Vector
mesh = bpy.data.meshes.new(name) mesh = bpy.data.meshes.new(name)
mesh.from_pydata(points, [], faces) mesh.from_pydata(points, [], faces)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment