auto autosave

   2108   2   1
User Avatar
Member
66 posts
Joined: 3月 2016
オフライン
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
オフライン
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
66 posts
Joined: 3月 2016
オフライン
the right code is
hou.appendSessionModuleSource('hou.hscript("autosave on")')
Gerardo Castellanos
www.gerardocastellanos.com
  • Quick Links