Jump to content

start frame


tuly

Recommended Posts

In a 456.py 

You can do this - This will open every new session with the frame at 1001 and it will set the playback range from 1001 to 1240

def frame_settings():
    hou.setFps(24)
    hou.setFrame(1001)
    hou.playbar.setFrameRange(1001, 1240)
    hou.playbar.setPlaybackRange(1001, 1240)

frame_settings()

  • Like 2
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...