Hey Guys.. quick question for you. I need a way to save information in mobu that is persistent between sessions of mobu, so if you close mobu and open it back up, you can access that information still.
In Maya we use “optionVar”
cmds.optionVar(sv=(“riggingDir”, “c:/testdir”))
Does mobu have something like this?
Thanks!