cudarsjanis Posted June 2, 2021 Share Posted June 2, 2021 Hey hey, was just wondering which custom keys are you using for these guys? (Update mode from “Always” to “Never.”) I assigned Q and E, but E is scale so not the best one to use for it. Cheers Janis Quote Link to comment Share on other sites More sharing options...
ikoon Posted June 3, 2021 Share Posted June 3, 2021 Hi, if you would like only one key to toggle the states, you might want this script. I will copypaste it from the sidefx forum, original by Archie is linked below You can create the simple script for toggle between “Auto Update” and “Manual update”, for example: mode = hou.updateModeSetting().name() if mode == 'AutoUpdate': hou.setUpdateMode(hou.updateMode.Manual) if mode == 'Manual': hou.setUpdateMode(hou.updateMode.AutoUpdate) https://www.sidefx.com/forum/topic/21292/?page=1#post-99649 Quote Link to comment Share on other sites More sharing options...
cudarsjanis Posted June 3, 2021 Author Share Posted June 3, 2021 8 hours ago, ikoon said: Hi, if you would like only one key to toggle the states, you might want this script. I will copypaste it from the sidefx forum, original by Archie is linked below You can create the simple script for toggle between “Auto Update” and “Manual update”, for example: mode = hou.updateModeSetting().name() if mode == 'AutoUpdate': hou.setUpdateMode(hou.updateMode.Manual) if mode == 'Manual': hou.setUpdateMode(hou.updateMode.AutoUpdate) https://www.sidefx.com/forum/topic/21292/?page=1#post-99649 Thanks, that's helpful, but I don't want to customize anything too much at work. I was just curios which keys are being used mostly amongst TDs. Cheers Janis 1 Quote Link to comment Share on other sites More sharing options...
cudarsjanis Posted June 7, 2021 Author Share Posted June 7, 2021 Bump! 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.