Author Topic: How to add retrywork  (Read 6134 times)

curly

  • Jr. Member
  • **
  • Posts: 8
How to add retrywork
« on: June 13, 2008, 05:41:47 AM »
May I know how I can add "retrywork 1" in simpleCmd_XSI BatchRenderJob ?

Curly

Scot Brew

  • Hero Member
  • *****
  • Posts: 272
    • PipelineFX
Re: How to add retrywork
« Reply #1 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

cyborg

  • Jr. Member
  • **
  • Posts: 5
Re: How to add retrywork
« Reply #2 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
« Last Edit: June 17, 2008, 05:09:56 AM by cyborg »