Justin K Posted April 3, 2019 Share 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! Quote Link to comment Share on other sites More sharing options...
pabcou Posted May 19, 2019 Share 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) 2 Quote Link to comment Share on other sites More sharing options...
jvgfx Posted January 12, 2023 Share Posted January 12, 2023 On 5/19/2019 at 9:55 PM, pabcou said: Add these lines to `scripts/456.py`: # Disable simulation updates hou.setSimulationEnabled(False) # Set cook update mode to manual hou.setUpdateMode(hou.updateMode.Manual) Thank you! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.