Hey guys.
How do I set update mode to "manual" when houdini launches?
Thanks.
Update mode at "manual" when houdini launches
3333 2 1-
- nelpiper73
- Member
- 80 posts
- Joined: May 2017
- Offline
-
- Enivob
- Member
- 2658 posts
- Joined: June 2008
- Offline
You can place code inside your 123.py file to run on startup.
Something like this might work...
You can review other script options here:
https://www.sidefx.com/docs/houdini/hom/locations.html [www.sidefx.com]
Something like this might work...
if hou.ui.updateMode() == hou.updateMode.AutoUpdate: hou.ui.setUpdateMode(hou.updateMode.Manual) else: hou.ui.setUpdateMode(hou.updateMode.AutoUpdate)
You can review other script options here:
https://www.sidefx.com/docs/houdini/hom/locations.html [www.sidefx.com]
Using Houdini Indie 20.5
Windows 11 64GB Ryzen 16 core.
nVidia 3060RTX 12BG RAM.
Windows 11 64GB Ryzen 16 core.
nVidia 3060RTX 12BG RAM.
-
- nelpiper73
- Member
- 80 posts
- Joined: May 2017
- Offline
-
- Quick Links

