Houdini : Turn On Autosave Every Session.

 Salam friends.

    You doing great art, and Houdini crashes all of sudden. Sadly, you had autosave off. Because you forgot to turn it on in that session.  So here is the line of python code that allows you to turn on autosave every session. Which is really good. Now you should less worry about crashes and losing all the works you've done.






import hou

hou.appendSessionModuleSource('''hou.hscript("autosave on")''')


Put this python code in the script folder.  456.py

Whenever Houdini starts its gonna read this code


https://forums.odforce.net/topic/22589-default-autosave/#entry134027