Maintain real time playback,possibly skipping frames-python

   2238   2   2
User Avatar
Member
2 posts
Joined: Jan. 2015
Offline
Hi all,

I’m new to Houdini Python. I’m looking for a python function to enable “maintain real time playback, possibly skipping frames”.

This option is in the Global Animation Options dialog box (Houdini GUI). I searched though hou.playbar python module but unfortunately I was not able to find the required function.

Thanks in advance.
User Avatar
Member
818 posts
Joined: Sept. 2013
Offline
The python function for enabling that option was actually missing.

I've just added them:
hou.playbar.isRealTimeSkipping()
hou.playbar.setRealTimeSkipping(bool)

They should be available in tomorrow's build (14.0.429).
Andrew / アンドリュー
User Avatar
Member
2 posts
Joined: Jan. 2015
Offline
Thank you so much.
  • Quick Links