10

I want to create a list with everything the spacebar operator search can produce. Is that possible?

ideasman42
  • 47,387
  • 10
  • 141
  • 223
Haunt_House
  • 16,049
  • 5
  • 48
  • 78

1 Answers1

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:

enter image description here

stacker
  • 38,549
  • 31
  • 141
  • 243
ideasman42
  • 47,387
  • 10
  • 141
  • 223