Justin K 9 Posted April 3, 2019 How can I set up my preferences so that simulations are disabled and update mode is manual whenever I open a houdini file? Thx! Share this post Link to post Share on other sites
pabcou 10 Posted May 19, 2019 Add these lines to `scripts/456.py`: # Disable simulation updates hou.setSimulationEnabled(False) # Set cook update mode to manual hou.setUpdateMode(hou.updateMode.Manual) 1 Share this post Link to post Share on other sites