Trouble with variable leakage?

2008-03-20 Thread Jeremy N
I am working with Python in Maya, and have run into a problem with a variable changing its contents without being scripted to do so. The various print() statements below were from my efforts to track down where it was occurring. I left them in so that anyone running this will more easily see

Re: Trouble with variable leakage?

2008-03-20 Thread MRAB
On Mar 21, 3:05 am, Jeremy N [EMAIL PROTECTED] wrote: I am working with Python in Maya, and have run into a problem with a variable changing its contents without being scripted to do so. The various print() statements below were from my efforts to track down where it was occurring. I left them

Re: Trouble with variable leakage?

2008-03-20 Thread John Machin
On Mar 21, 2:05 pm, Jeremy N [EMAIL PROTECTED] wrote: I am working with Python in Maya, and have run into a problem with a variable changing its contents without being scripted to do so. The various print() statements below were from my efforts to track down where it was occurring. I left them