Re: PyQtForSoftimage with PySide support

2013-05-29 Thread Julien Dubuisson
y won't get garbage collected this way. I think it's the same in >> Julien code. >> >> >> On 23 May 2013 21:04, Steven Caron wrote: >> >>> thanks julien >>> >>> and i think your code is giving a hint on how i should have been getting >

Re: PyQtForSoftimage with PySide support

2013-05-23 Thread Julien Dubuisson
I just shared the pure Python plugin I wrote to get PySide working in Softimage on Linux and Windows: https://bitbucket.org/rodeofx/rdoqtforsoftimage Feel free to try it out. Feedback is welcome as there is obviously room for improvement. Thanks Steven Caron for letting me re-using code from his p

Re: PyQtForSoftimage with PySide support

2013-05-14 Thread Julien Dubuisson
Hi guys, We've been using PySide in Soft on Linux and Windows for a couple of months now and as Stefan said, the major pain was to compile Qt and PySide to get the missing shiboken module. I used Qt 4.8.4, PySide 1.1.2 compiled against Python 2.5 with gcc 4.1.2 (Linux) and Python 2.6 x64 with VC20