Title in Popup Node

Provide Title option in Popup node

Unless I’m missing something, we currently have to write a script line to include a title in popups:

popup(variable, title= “Variable Value is”", blocking = True)

It would be nice to be able to add the title from within the Polyscope node.

2 Likes

Seconded. (need 20 characters)

Doesn’t change OP’s request, but you can already do 31 character titles using the popup() via script. You can also do HTML formatting within any of the strings, if that is of any interest.

Actually, I added the “(need 20 characters)” because of the minimum number of characters required to post a reply here. :slight_smile:

image