stl import broken Blender 2.8 #52411

Closed
opened 2017-08-16 00:59:03 +02:00 by Philipp Gühring · 7 comments

System Information
Operating system and graphics card
macOS Sierra Version 10.12.6 on a Intel HD Graphics 6000 1536 MB

Blender Version
Broken: blender2.8 Hash: dd5e674a864
Worked: 2.79

Short description of error
Blender crashes when I try to open a .stl file.
The error message says:
location: :-1

AttributeError: 'Object' object has no attribute 'select'

        obj.select = True
File ".....scripts/addons/io_mesh_stl/blender_utils.py", line 65, in create_and_link_mesh
       blender_utils.create_and_link_mesh(objName,tris tried_nors, its, global_matrix)
 File "....scripts/addons/io_mesh_stl/__init__.py", line 153, in execute

Traceback

Exact steps for others to reproduce the error
Start blender with the default scene
File->Export-> Stl(.stl) -> Filename.stl -> Export STL
File->Import-> Stl(.stl) -> Filename.stl -> Import STL
Now you should get the crash

**System Information** Operating system and graphics card macOS Sierra Version 10.12.6 on a Intel HD Graphics 6000 1536 MB **Blender Version** Broken: blender2.8 Hash: dd5e674a864 Worked: 2.79 **Short description of error** Blender crashes when I try to open a .stl file. The error message says: location: <unknown location>:-1 AttributeError: 'Object' object has no attribute 'select' ``` obj.select = True File ".....scripts/addons/io_mesh_stl/blender_utils.py", line 65, in create_and_link_mesh blender_utils.create_and_link_mesh(objName,tris tried_nors, its, global_matrix) File "....scripts/addons/io_mesh_stl/__init__.py", line 153, in execute ``` Traceback **Exact steps for others to reproduce the error** Start blender with the default scene File->Export-> Stl(.stl) -> Filename.stl -> Export STL File->Import-> Stl(.stl) -> Filename.stl -> Import STL Now you should get the crash

Changed status to: 'Open'

Changed status to: 'Open'

Added subscriber: @PhilippGuhring

Added subscriber: @PhilippGuhring
Brendon Murphy changed title from stl import crashes to stl import broken Blender 2.8 2017-08-16 01:16:28 +02:00
Member

Added subscriber: @BrendonMurphy

Added subscriber: @BrendonMurphy
Member

hi, it's a known issue that many addons are not working in Blender 2.8.
We will be addressing these issues after 2.79 release. Until then, please use Blender 2,78/9 then save your model and open in Blender 2.8.
Note that Blender 2.8 is in early development and may not be suitable for production use at this time.
Thanks

hi, it's a known issue that many addons are not working in Blender 2.8. We will be addressing these issues after 2.79 release. Until then, please use Blender 2,78/9 then save your model and open in Blender 2.8. Note that Blender 2.8 is in early development and may not be suitable for production use at this time. Thanks
Member

Added subscriber: @Blendify

Added subscriber: @Blendify
Member

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Aaron Carlisle self-assigned this 2017-08-16 04:37:10 +02:00
Member

@BrendonMurphy it is ok to just close these tasks in the mean time.

@BrendonMurphy it is ok to just close these tasks in the mean time.
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#52411
No description provided.