Page 1 of 1

Junk variables in the Variable Viewer?

Posted: Fri Jun 01, 2018 8:21 am
by Tayruu
For a few versions I've noticed a lot of "junk" variables show up in the Variable Viewer, and I've wondered why this is. It's not like these do any harm, but I've sometimes checked my variables to be sure I'm not leaving anything straggling behind after its past its use, or duplicate names/etc. (I could be misunderstanding python's nature doing this though.) So I've wondered why these show up in loaded saves.

Image

Non-image form:
Variable Viewer
args = deleted
kwargs = deleted
main_menu = False
mouse_visible = True
quick_menu = True (this is a new project default)
suppress_overlay = True