Re: Splitting a still render into multiple frames (addon?)

2014-08-20 Thread Hans Payer
This was my answer in a previous thread: If you can script, you can do this using a script and xsibatch. the script is simply setting the subregion before xsibatch renders the image. You can pass arguments for the passe.CropWindowWidth, passe.CropWindowHeight, passe.CropWindowOffsetX and

Re: Softimage crash on startup

2014-07-23 Thread Hans Payer
might be obvious, but has not been mentioned... did you remove the softimage in you home, then retart Soft? i.e C:\Users\[user]\Autodesk\Softimage_2014_SP2 Hans On Wed, Jul 23, 2014 at 9:39 AM, todd peleg toddape...@gmail.com wrote: Stephen.. I followed those videos you did about the

Shotgun join Autodesk

2014-06-25 Thread Hans Payer
Here we go again... http://inthefold.autodesk.com/in_the_fold/2014/06/going-faster-shotgun-joins-autodesk.html Hans

Re: Single frame subregion parameter for batch render.

2014-04-02 Thread Hans Payer
If you can script, you can do this using a script and xsibatch. the script is simply setting the subregion before xsibatch renders the image. You can pass arguments for the passe.CropWindowWidth, passe.CropWindowHeight, passe.CropWindowOffsetX and passe.CropWindowOffsetY and renaming you output

Re: SP2

2013-07-30 Thread Hans Payer
persistance bug and the only time we've done a SP2 at ADSK On Mon, Jul 29, 2013 at 4:37 PM, Hans Payer hanspa...@gmail.com wrote: 0.0.05 rather On Mon, Jul 29, 2013 at 4:36 PM, Hans Payer hanspa...@gmail.com wrote: Please someone explain, How does naming a release SP2 compare to SP1

SP2

2013-07-29 Thread Hans Payer
Please someone explain, How does naming a release SP2 compare to SP1 has a version number increment of 0.0.03? 2014 SP1 = 12.1.94 2014 SP2 = 12.1.99 Should itnot have been at least 12.2.xx? You can blame my code but I always have relied on point version to differenciate versions.In this case

Re: SP2

2013-07-29 Thread Hans Payer
0.0.05 rather On Mon, Jul 29, 2013 at 4:36 PM, Hans Payer hanspa...@gmail.com wrote: Please someone explain, How does naming a release SP2 compare to SP1 has a version number increment of 0.0.03? 2014 SP1 = 12.1.94 2014 SP2 = 12.1.99 Should itnot have been at least 12.2.xx? You can

Re: siutils.py changes in 2013? why?

2012-04-26 Thread Hans Payer
attention. i wouldn't change siutils.py but instead put a try catch in your code until its resolved. s On Thu, Apr 26, 2012 at 12:53 PM, Hans Payer hanspa...@gmail.com wrote: Hello, The si shortcut in siutils return a method object in 2013 instead of the XSI.application object in 2012. So