I want to create a list with everything the spacebar operator search can produce. Is that possible?
Asked
Active
Viewed 1,833 times
1 Answers
7
Yes,
See: Help -> Operator Cheat Sheet
This operator is written in Python, See : startup/bl_operators/wm.py for the source is you like to get this data for your own use in Python.
The result can be viewed in the text editor:

stacker
- 38,549
- 31
- 141
- 243
ideasman42
- 47,387
- 10
- 141
- 223
-
Only 1469? Cool, now I can keep track of new operators. – Haunt_House Sep 18 '13 at 02:24
-
1The number is not so important it depends on compile options and which addons you have enabled. – ideasman42 Sep 18 '13 at 22:21