Author Topic: Softimage 2011/12 Native Qube Addon  (Read 5834 times)

mdonovan

  • Full Member
  • ***
  • Posts: 19
Softimage 2011/12 Native Qube Addon
« 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.



 
« Last Edit: May 04, 2011, 08:50:28 PM by mdonovan »

dmeyer

  • Sr. Member
  • ****
  • Posts: 40
Re: Softimage 2011/12 Native Qube Addon
« Reply #1 on: May 10, 2011, 04:17:25 PM »
Interested here for Soft 2012?

BrianK

  • Hero Member
  • *****
  • Posts: 107
Re: Softimage 2011/12 Native Qube Addon
« Reply #2 on: May 10, 2011, 05:24:54 PM »
Looks great!

mdonovan

  • Full Member
  • ***
  • Posts: 19
Re: Softimage 2011/12 Native Qube Addon
« Reply #3 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.

rhagen

  • Full Member
  • ***
  • Posts: 18
Re: Softimage 2011/12 Native Qube Addon
« Reply #4 on: June 01, 2011, 06:47:27 PM »
Oh definitely interested in this!

mdonovan

  • Full Member
  • ***
  • Posts: 19
Re: Softimage 2011/12 Native Qube Addon
« Reply #5 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.


mdonovan

  • Full Member
  • ***
  • Posts: 19
Re: Softimage 2011/12 Native Qube Addon
« Reply #6 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