sanostol Posted December 12, 2012 Share Posted December 12, 2012 I want to adjust the playback range of a scene preferable with python, but hscript would be fine to i tried hou.playbar.setPlaybackRange(start, end) but it just sets the playback range but not the global start/end. this function seems not to be implemented in python yet. does anybody know a way Martin Quote Link to comment Share on other sites More sharing options...
edward Posted December 13, 2012 Share Posted December 13, 2012 http://www.sidefx.com/docs/houdini12.1/commands/tset Quote Link to comment Share on other sites More sharing options...
sanostol Posted December 13, 2012 Author Share Posted December 13, 2012 (edited) thanks, retried this one again. last time i didn't set the playback range to in python now it looks like this: hou.hscript("tset " + str((start-1)/24.0) + " " + str((end)/24.0) )hou.playbar.setPlaybackRange(start-1,end)[/CODE]start and end are frames Edited December 13, 2012 by sanostol 1 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.