Maniphest T82229

Register of Operator Simple template broken
Closed, Duplicate

Assigned To
None
Authored By
Jonas Hofmann (jhofmann)
Oct 29 2020, 7:07 PM
Tags
  • BF Blender
Subscribers
Jonas Hofmann (jhofmann)
Robert Guetzkow (rjg)

Description

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

  1. Load up blender with default project
  2. Go to 'scripting' workspace
  3. Click 'Templates' / 'Python' / 'Operator Simple'
  4. Click the 'Run' (Play) button
  5. Mouse over view with the cube and press 'F3' key
  6. 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.

Event Timeline

Jonas Hofmann (jhofmann) created this task.Oct 29 2020, 7:07 PM
Robert Guetzkow (rjg) added a subscriber: Robert Guetzkow (rjg).EditedOct 29 2020, 7:12 PM

Thank you for your report. You haven't done anything wrong, at the moment you have to enabled the Developer Extras (//Edit > Preferences > Interface) to include such operators without menu entries in the search.

Robert Guetzkow (rjg) closed this task as a duplicate of T76227: Make All Operators Accessible from Menus.Oct 29 2020, 7:12 PM