PipelineFX Forum

Qube! => SimpleCmds => Topic started by: curly on June 13, 2008, 05:41:47 AM

Title: How to add retrywork
Post by: curly on June 13, 2008, 05:41:47 AM
May I know how I can add "retrywork 1" in simpleCmd_XSI BatchRenderJob ?

Curly
Title: Re: How to add retrywork
Post by: Scot Brew on June 16, 2008, 09:35:29 PM
Hi Curly,
The SimpleCmd framework has full access to the job properties.  The "retrywork" option is one of those job properties.  You can modify the xsibatch.py simplecmd script around lne 443 to set this "retrywork" job property directly.

Code: [Select]
    # Modify Job properties
    cmdjob.properties['retrywork']    = 1

Regards,
Scot
Title: Re: How to add retrywork
Post by: cyborg on June 17, 2008, 04:39:24 AM
Can I modify the xsibatch.py to have an "auto Retry failed frames" function? Thanks.

Regards
Tim