Is it possible to develop a panel like this in a plugin to take user input and have drop down menus for selection to be used in subsequent processing of a command? If so, what aspects of the API are used to implement this? I’ve seen show_input_panel
but can only get it to show one line of entry.
Is there a way to implement input like the Find in Files panel?
pruppert
#1
0 Likes
Apart from the Window.show_input_panel
, any other kinds of richer panels is not exposed via the API. There is a enhancement request for it though
2 Likes