auto autosave

   1371   2   1
User Avatar
Member
43 posts
Joined: 3月 2016
Offline
There is an option to active the autosave every time I start houdini?

thanks
Gerardo Castellanos
www.gerardocastellanos.com
User Avatar
Member
14 posts
Joined: 11月 2019
Offline
You can set autosave on by default using python scripting. In your script folder, you can create or modify your 456.py by adding:

hou.appendSessionModuleSource(hou.hscript(“autosave on”))

Hope that helps

Cheers,
Pietro
User Avatar
Member
43 posts
Joined: 3月 2016
Offline
the right code is
hou.appendSessionModuleSource('hou.hscript("autosave on")')
Gerardo Castellanos
www.gerardocastellanos.com
  • Quick Links