Re: Some more questions about PyQt in Softimage

2012-09-07 Thread piotrek marczak
SignatureThanks Tim, good learning resource btw srcDir = '' for plugin in Application.Plugins: # Isn't there an easier way to get this path? if plugin.Name == 'MultiImporter_Qt': srcDir = os.path.dirname(plugin.Filename) like this: srcDir = '' srcDir = os.path.dirname(

Re: Some more questions about PyQt in Softimage

2012-09-07 Thread Ana Gomez
Right!! And you can also get the path directly: Application.Plugins( 'MultiImporter_Qt' ).OriginPath On Fri, Sep 7, 2012 at 11:36 AM, piotrek marczak piotrek.marc...@gmail.comwrote: SignatureThanks Tim, good learning resource btw srcDir = '' for plugin in Application.Plugins: # Isn't

Re: Friday Flashback

2012-09-07 Thread Stephen Blair
#Softimage Friday Flashback #86 Daniel Langlois - Cdn Entrepeneur of the Yr in 94 the Wizard of AWE http://wp.me/powV4-25i This week's flashback is much better than last week's, I promise! On Fri, Aug 31, 2012 at 6:54 AM, Stephen Blair stephenrbl...@gmail.comwrote: Friday Flashback #85 The

Re: Some more questions about PyQt in Softimage

2012-09-07 Thread Tim Crowson
Ah! It's so simple, of course!I swear I tried something like that at one point and came up with nothing. Thanks for posting this! -Tim On 9/7/2012 7:04 AM, Ana Gomez wrote: Right!! And you can also get the path directly: Application.Plugins( 'MultiImporter_Qt' ).OriginPath On Fri, Sep 7,

Re: Some more questions about PyQt in Softimage

2012-09-07 Thread Tim Crowson
That style is my own, created via the Stylesheets in QtDesigner. Here's a primer on how that works: http://doc.qt.nokia.com/4.7-snapshot/stylesheet-examples.html -Tim On 9/7/2012 7:58 AM, Cristobal Infante wrote: Hi Tim, sorry for the unrelated question, but where did you get that grey

Re: nulls2mesh

2012-09-07 Thread Alan Fregtman
Hey Rob, You're linking to a private url for your Gmail pointing to an attachment. Can't do that. It's unusable for everyone else. Can you get the image and attach it to your email or put it on http://imgur.com or some other image upload site for us to see? Cheeers, -- Alan On Wed, Sep 5,

Re: [BUG] Softimage crashing on workgroup unload containing a custom renderer and at least on .xsirtcompound file

2012-09-07 Thread philipp.oeser
Hi everyone! Just a small note on this (maybe this helps debugging further..): - having just a .xsirtcompound in a workgroup plus an open/once opened rendertree when unloading is a sure crasher (you dont even need a custom renderer in that workgroup) - the PluginManager[Tree Workgroup tabs]

Re: nulls2mesh

2012-09-07 Thread piotrek marczak
This image reminds me that ice needs dot node From: Rob Chapman Sent: Friday, September 07, 2012 5:56 PM To: softimage@listproc.autodesk.com Subject: Re: nulls2mesh Hi Alan Apologies for that- I thought if I could see it ok anyways here it is reattached. impressive spaghetti but no

Re: nulls2mesh

2012-09-07 Thread Rob Chapman
true - is 'pass through' not the similar as a dot node? On 7 September 2012 17:12, piotrek marczak piotrek.marc...@gmail.comwrote: This image reminds me that ice needs dot node *From:* Rob Chapman tekano@gmail.com *Sent:* Friday, September 07, 2012 5:56 PM *To:*

Re: setting undo level via script

2012-09-07 Thread Luc-Eric Rousseau
it does work, but the pref is restored after the script exits. You can change it permantely through c++ On Sep 7, 2012 6:30 PM, Matt Lind ml...@carbinestudios.com wrote: I’ve looked through my email archives and have seen plenty of discussion about the undo history level not being permanently

Re: Forcing Order of firing of events in soft

2012-09-07 Thread Kamen Lilov
On 9/6/2012 8:58 PM, Alok wrote: Nothing is stopping me but the events are all scattered in various plugins, libraries. As our in house python libraries are humongous (thousands of lines of code) it will create huge maintenance issues to put everything into one event. I have used the awesome

Re: Small Annoying Things

2012-09-07 Thread Chris Chia
I guess the render region saves in buffer, and logically it should only be accessible within a session... Isn't it? Chris On 8 Sep, 2012, at 8:49 AM, Steven Caron car...@gmail.commailto:car...@gmail.com wrote: saving the scene destroys hidden render regions, actually even opening the dialog

Re: Small Annoying Things

2012-09-07 Thread Steven Caron
when a region is set to use pass render options, and you choose the 'options' from the drop down, could we inspect the pass render options and not just a property page that says 'Use Current Pass Options'!? s On Fri, Sep 7, 2012 at 6:59 PM, Steven Caron car...@gmail.com wrote: but my sessions