Varmsg Clarification

This may be a dumb question but I cannot seem to find a description of what the command “varmsg” does. Can someone shed light on a description of this command? Is it the same at “textmsg”?

Varmsg() will add variables values to the variables tab in polyscope so you can see what they are. Normally, when you define local variables in urscript, those variables values are NOT displayed in the variables tab. You should be careful about using varmsg as adding too many variables to the variables tab will take a lot of resources from polyscope and slow down the GUI. This is why this command is not documented.

1 Like