stassius

Houdini Camera switcher auto

Oct 28th, 2017
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. camnum=0
  2. cam=0
  3. while (camnum<ch("cameras")):
  4.     if ch("frame"+str(camnum+1))<=hou.intFrame():
  5.            cam=camnum
  6.     camnum+=1
  7. return cam
Advertisement
Add Comment
Please, Sign In to add comment