QUOTE(Brueggz @ 04/27/09, 11:02 AM) [snapback]306806[/snapback]
So pausing a procedure is not possible. Could save a bit code, but it's not that bad.
Yes it is its just not the way you THINK about it. Techically you dont pause code, but the ffect is the same the thinking behind it differs.
So what you do is make 2 prcedures 1 for things you do before the intended pause and things you do after the pause, the button push then xcalls the second part.
See problem with pause, not juts in maya, would be it would stop all other execution too! So people dont think that way. If you need code to run you can not block other code.