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

Fix stl addon (hope it's the right one! :p )

parent 80793a9d
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ def create_and_link_mesh(name, faces, points): ...@@ -38,7 +38,7 @@ def create_and_link_mesh(name, faces, points):
obj = bpy.data.objects.new(name, mesh) obj = bpy.data.objects.new(name, mesh)
scene.objects.link(obj) scene.objects.link(obj)
scene.objects.active = scene.objects.active = obj
obj.select = True obj.select = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment