Hey guys! On opening or saving any scene file, i want houdini to shift to frame $FSTART and turn to manual cook mode. So i know houdini needs a 456.py file in its home directory but i need help with the code. I've manged to find some help from other forums and ended up with this, which obviously doesn't work Badum Tss!
hou.setFrame(1)
hou.setUpdateMode(hou.updateMode.Manual)
hou.updateModeSetting()
hou.updateMode.Manual