Values ¶
hou.playMode.Loop
Play through the frame range and when reaching the end of the range loop back to the beginning and continue the playback.
hou.playMode.Once
Play through the frame range and when reaching the end of the range stop the playback.
hou.playMode.Zigzag
Play through the frame range and when reaching the end of the range reverse the playback. When the reverse playback reaches the beginning of the range, then continue playback in the forward direction, etc.