I’m making a plugin, and when the user receives a notification I’d like it to force them to select the viewport
(this)
I’ve checked ScriptEditorService and ScriptDocument, and while there is a way to force the user to close scripts they have open, I don’t see anything that would allow the plugin to just select the viewport (I don’t want all scripts to be closed, just deselected).
Searched the devforum, couldn’t find a solution.