itriix Posted July 28, 2009 Share Posted July 28, 2009 (edited) hi everyone, kind of silly but, i can't figure out what function to use to set the "playback" frame range? in hscript there was: frange 1 25 for example... however, it says it's been replaced by: hou.playback but when i try and look at hou.playback, i cannot find anything that works to set the actual frame range. thank u so much Jonathan Edited July 28, 2009 by itriix Quote Link to comment Share on other sites More sharing options...
anim Posted July 28, 2009 Share Posted July 28, 2009 as you can see in help hou.playbar has not been implemented yet there is setPlaybackRange(self, start, end) function under it i cannot test it right now so either the documentation is old and it works now, or it is still not implemented and that means you have to use hscript for this but you can call hscript commands from python (hou.hscript()) so it should't be a problem Quote Link to comment Share on other sites More sharing options...
itriix Posted July 28, 2009 Author Share Posted July 28, 2009 oh okay, yeah i noticed in the help it had said it hadn't been implemented as of yet, but wasn't sure if that was old and that i wasn't just doing something wrong then. so i'll go the route of hou.hscript() thanks Jonathan 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.