Re: Two questions about PyQt in Soft (re: Pick Sessions, UI Refresh)

2012-08-25 Thread Simon Anderson
Starting to plan one soon man :) will have a tut out sometime in the future. At the moment bogged down with alot, but I have a plan in the pipe for a Qt tut. Qt for the win man!! :D On Sat, Aug 25, 2012 at 6:51 AM, Tim Crowson tim.crow...@magneticdreams.com wrote: Everything I'm working on

Re: Two questions about PyQt in Soft (re: Pick Sessions, UI Refresh)

2012-08-24 Thread Tim Crowson
Ah! I think I was looking at an older Example file. Looking at this new one, yeah, that seems like a good way to go. Good to know about the Pick Session stuff. Thanks! -Tim On 8/23/2012 6:13 PM, Steven Caron wrote: 1) you can launch softimage code from a pyqt app, so use a normal

Re: Two questions about PyQt in Soft (re: Pick Sessions, UI Refresh)

2012-08-24 Thread Steven Caron
so you are confirming the development of the ui using qt designer and .ui/.uic files is more dynamic? refreshes when you expect it to? s On Fri, Aug 24, 2012 at 6:55 AM, Tim Crowson tim.crow...@magneticdreams.com wrote: Ah! I think I was looking at an older Example file. Looking at this new

Re: Two questions about PyQt in Soft (re: Pick Sessions, UI Refresh)

2012-08-24 Thread Tim Crowson
Inconclusive so far, that comment was based strictly on how the code appeared. Haven't been able to test it yet: I've been sidetracked by a more insidious problem (see other thread) where Softimage insists on using its own Python rather than the system's on some of our boxes... (seems we might

Re: Two questions about PyQt in Soft (re: Pick Sessions, UI Refresh)

2012-08-24 Thread Tim Crowson
Steve, I can confirm that yes, this does allow me to refresh as expected. It's actually quite fast. Close the tool in Soft, make some changes in Designer, save, and relaunch the tool in Soft. Changes appear instantly. Nice. -Tim On 8/24/2012 2:09 PM, Steven Caron wrote: so you are confirming

Re: Two questions about PyQt in Soft (re: Pick Sessions, UI Refresh)

2012-08-24 Thread Steven Caron
great news! i dont get to use the pyqt interfaces as much as i want to (yet) and i want to hear more from the community on the ups and downs of jo's and my plugin. i also am hoping some people could start sharing their examples? maybe some tutorials? wink wink s On Fri, Aug 24, 2012 at 1:31

Re: Two questions about PyQt in Soft (re: Pick Sessions, UI Refresh)

2012-08-24 Thread Tim Crowson
Everything I'm working on now is internal pipeline stuff, but considering how blazingly fast I can get stuff up and running thanks to Designer and Eclipse, it will be a breeze to redo something like my Multi-Importer. This has been a major win of the week for me. Thanks! -Tim On 8/24/2012

Re: Two questions about PyQt in Soft (re: Pick Sessions, UI Refresh)

2012-08-23 Thread Steven Caron
1) you can launch softimage code from a pyqt app, so use a normal pickelement, pickobject, or pickposition. then process the return values in your python code. 2) i haven't done enough development using uic files so i haven't the experience with this but could you instead use the pyqt_example.py