Break endless While Loop Vop loop

   4588   2   0
User Avatar
Member
663 posts
Joined: 11月 2013
Offline
Hi,
I often have While Loop vop infinite by accident. When this occurs, I have to termenate houdini process and can't save scene.

But the While Loop Vop Document said: “Such endless loops can be interrupted within Houdini, but can result in renders that never finish.”

I want to know how to interrupted endless loop in houdini?
Thanks!
User Avatar
スタッフ
2656 posts
Joined: 7月 2005
Offline
jerry7
Hi,
I often have While Loop vop infinite by accident. When this occurs, I have to termenate houdini process and can't save scene.

But the While Loop Vop Document said: “Such endless loops can be interrupted within Houdini, but can result in renders that never finish.”

I want to know how to interrupted endless loop in houdini?
Thanks!

Hitting the Esc key works for me (Linux). At least with this function:
sop looper() { while (1); }
User Avatar
Member
663 posts
Joined: 11月 2013
Offline
sop looper() { while (1); }

Is it vex language? Where can i use it?
I work at windows system. If endless loop occured ,the UI freezed, and even ESC can't end loops.
  • Quick Links