OP create dialog -> name NULL with search input

Often you want your null name to be meaningful (eg. params, video_list, etc.).

It would be really cool if you could name a null through the search in the CreateOP dialog.
To avoid mayhem that could only apply to the NULL OPs, and disregard null ‘search’ letters.
Example below:

term in search → null op name

params → params
video list → video_list
null → null1
nu → null1
n → null1

+1
But:

  • Not sure that’s the most solid solution, there might be other easy ways to get what you describe and differentiate the search from the ‘null naming’-feature more. e.g. a new shortcut for creating a null with the cursor ready to edit the name of the null? I think that might be even possible in pure python.
  • I would prefer to get a null with some prefix such as ‘n_’ so i can still see it’s a null OP and not some OP type that I don’t know of (a non-existing params DAT in your example).