PipelineFX Forum

Qube! => Jobtypes and Applications => Topic started by: mdonovan on May 04, 2011, 08:02:23 PM

Title: Softimage 2011/12 Native Qube Addon
Post by: mdonovan on May 04, 2011, 08:02:23 PM
Hey Guys,

I am developing a native softimage submission addon for my company. I have gotten permission to share it when it is complete.

Here is a preview .... if you are interested in this .. just respond to this post.

(http://www.shimmerstudios.com/Uploads/softimage_qube.jgp)

 
Title: Re: Softimage 2011/12 Native Qube Addon
Post by: dmeyer on May 10, 2011, 04:17:25 PM
Interested here for Soft 2012?
Title: Re: Softimage 2011/12 Native Qube Addon
Post by: BrianK on May 10, 2011, 05:24:54 PM
Looks great!
Title: Re: Softimage 2011/12 Native Qube Addon
Post by: mdonovan on May 13, 2011, 12:28:35 PM
oh yeah ... you'll need to pm me with your email address so I can send it to you. Just putting it through some testing here ... should be done next week.
Title: Re: Softimage 2011/12 Native Qube Addon
Post by: rhagen on June 01, 2011, 06:47:27 PM
Oh definitely interested in this!
Title: Re: Softimage 2011/12 Native Qube Addon
Post by: mdonovan on June 02, 2011, 09:22:03 PM
Quick Update : The Guys at Pipeline helped get me over the final hurdle that was holding this back ... thanks a ton Brian.

I should have a 1.0 for you on Monday.

cheers.

Title: Re: Softimage 2011/12 Native Qube Addon
Post by: mdonovan on August 22, 2011, 02:46:23 PM
FYI :

There is a small bug in the release I gave you guys ...

I had the image width getting set twice by mistake ... I had duplicated the lines of code for setting image width and had not changed the duplicates to set the height ... the corrected lines are below.

x = app.GetValue("Passes.RenderOptions.ImageWidth")
      PPG.ResWidth.Value = x
      
x = app.GetValue("Passes.RenderOptions.ImageHeight")
      PPG.ResHeight.Value = x