SDK auto-detect fails in Blender 2.81
See original GitHub issueDescription
SDK auto-detect fails in Blender 2.81, looks like the bpy.ops.ui.reports_to_textblock
operator got removed.
AttributeError: Calling operator "bpy.ops.ui.reports_to_textblock" error, could not be found
To Reproduce Install and enable armory.py in Blender 2.81.
System Blender: 2.81 Armory: 2019.11 OS: Windows 10
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
⚓ T55787 Blender 2.8 Crash on start - wont event open
The small black terminal / console window opens, then the main window appear for Blender but goes away in a second or so....
Read more >2.81 — blender.org
Quickly create a new quad mesh based on the volume of the mesh. It is particularly useful for sculpting, to generate a good...
Read more >⚓ T71856 No longer able to install pip on 2.81
Blender Version Broken: 2.81. Worked: 2.80. Short description of error. Can't install pip anymore? Exact steps for others to reproduce the error.
Read more >Blender 3.4 Python API Documentation
Blender 3.4 Python API Documentation . Welcome to the Python API documentation for Blender, the free and open source 3D creation suite....
Read more >Quickstart — Blender Python API
When an operator's poll function fails within Python, an exception is raised. For example, calling bpy.ops.view3d.render_border() from the console raises the ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Pushed a fix attempt at https://github.com/armory3d/armsdk/commit/e09ef70aa2d021e9575af792b0b5380fab44f277. Only tested on Windows so far.
For other changes - let’s bump the required Blender version to 2.81 for Armory 2019.12, to keep maintenance easier… https://github.com/armory3d/armsdk/commit/9788758bce1384ed8afbeec6891f2aaa5818c8a3
The auto-detect works in Linux too 👍