System Information
Operating system: Windows-10-10.0.19041-SP0 64 Bits
Graphics card: GeForce RTX 2070 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.71
Blender Version
Broken: version: 2.92.0 Alpha, branch: master, commit date: 2020-10-28 23:40, hash: rBcac8a7cddb56
Other broken version tested: 2.90.1
Worked: 2.83.3
Short description of error
Pressing the 'Run' button on the 'Python / Operator Simple' template will no longer make it show up in 'F3' search.
Exact steps for others to reproduce the error
- Load up blender with default project
- Go to 'scripting' workspace
- Click 'Templates' / 'Python' / 'Operator Simple'
- Click the 'Run' (Play) button
- Mouse over view with the cube and press 'F3' key
- Type 'simple' in the search box
Expected behavior: The example simple operator shows up in the search, same as in blender 2.83
Observed behavior: No new search results compared to before running the template
I'm new to blender and am writing my first plugin, so this had me confused for quite some time and I still didn't figure out how to get my script to load in the new blender. I might have done something wrong but there are guides out there showing this to work.