ikoon Posted March 17, 2018 Share Posted March 17, 2018 I was using this simple script (with hotkey) for a while, but it is probably not right way to do it. Sometimes the playbar gets "stuck" and play() command doesn't work. Even if I run hou.playbar.play() from the python shell. I have to push the UI play button then. I assume, that a right way is to use eventCallback(), but I cannot make it work, too. Please, do you anybody have working script for that? if hou.playbar.isPlaying() : hou.playbar.stop() else : hou.playbar.play() Quote Link to comment Share on other sites More sharing options...
Stalkerx777 Posted April 1, 2018 Share Posted April 1, 2018 Using eventCallback is not the right way, the right way would be submitting a bug report since your code is totally fine and should work. 1 Quote Link to comment Share on other sites More sharing options...
Nicholas Ralabate Posted August 31, 2019 Share Posted August 31, 2019 Ack, I have the same problem! Going to submit a bug... 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.