Hi I'd like to create a custom search menu to add my own operators. Much like the blender F3 command search:
If possible I'd just like to add any type of operators I want to it. So for example I would have an Animation search menu, or a modelling search menu. Or even just a menu with my own custom scripts in it.
Is this possible in blender?
I found the answer with some help. Pretty much you need to use:
You'll need to create an enum on an operator then run the invoke_search_popup on the operator.
Here is the example code from Gorgious, and Yilmazz: https://blender.stackexchange.com/questions/247695/invoke-search-popup-for-a-simple-panel