mirror of
https://github.com/blender/blender-addons.git
synced 2025-08-20 13:22:58 +00:00
Fix stl addon (hope it's the right one! :p )
This commit is contained in:
@ -38,7 +38,7 @@ def create_and_link_mesh(name, faces, points):
|
||||
|
||||
obj = bpy.data.objects.new(name, mesh)
|
||||
scene.objects.link(obj)
|
||||
scene.objects.active =
|
||||
scene.objects.active = obj
|
||||
obj.select = True
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user