Re: Command used within Python Module causes memory leak?

2014-11-11 Thread Eric Thivierge
Sent: Saturday, November 01, 2014 4:32 AM To: softimage@listproc.autodesk.com Cc: Matt Lind Subject: Re: Command used within Python Module causes memory leak? I'm using external Python and am on 2014 SP2 with a QFE. Yeah not sure here. Eric T. On Friday, October 31, 2014 4:29:55 PM, Matt

RE: Command used within Python Module causes memory leak?

2014-11-10 Thread Songqiong Yang
...@listproc.autodesk.com] On Behalf Of Eric Thivierge Sent: Saturday, November 01, 2014 4:32 AM To: softimage@listproc.autodesk.com Cc: Matt Lind Subject: Re: Command used within Python Module causes memory leak? I'm using external Python and am on 2014 SP2 with a QFE. Yeah not sure here. Eric T

Re: Command used within Python Module causes memory leak?

2014-10-31 Thread Eric Thivierge
I'm using external Python and am on 2014 SP2 with a QFE. Yeah not sure here. Eric T. On Friday, October 31, 2014 4:29:55 PM, Matt Lind wrote: what version of Softimage are you using? I have been experiencing memory leaks with C++ operators written in 2013 SP1. Same operator compiled for other

RE: Command used within Python Module causes memory leak?

2014-10-31 Thread Matt Lind
what version of Softimage are you using? I have been experiencing memory leaks with C++ operators written in 2013 SP1. Same operator compiled for other versions seems to work fine. I’m tempted to say there is a known issue with memory leaks with Python in past versions, but I cannot say for su

Re: Command used within Python Module causes memory leak?

2014-10-31 Thread Alok Gandhi
Just a random suggestion, might work might not: import gc gc.collect() Sent from my iPhone > On 31-Oct-2014, at 9:10 pm, Eric Thivierge wrote: > > Hello again, > > Just wondering if anyone has experienced memory leaks when using commands > within Python modules that have been imported? Doin

Command used within Python Module causes memory leak?

2014-10-31 Thread Eric Thivierge
Hello again, Just wondering if anyone has experienced memory leaks when using commands within Python modules that have been imported? Doing some mesh merging and attribute transfer within a method of a class I created, and the memory sky rockets and takes forever. However when I run the same