[Bf-committers] render spare frame and short sequence together

Campbell Barton ideasman42 at gmail.com
Tue Feb 11 13:58:57 CET 2014


On Tue, Feb 11, 2014 at 4:16 PM, Francesco Paglia <f.paglia.80 at gmail.com> wrote:
> Hi everyone!
>
> While rendering a short video I had the need of re-render spare frame that
> crashed on the renderfarm... some times the frames were "concatenated" like
> 110,111,112,113 some time not.
>
> so I tried to add those frames in a single batch process in this way:
> blender -b filname.blend -f 84 -f 96 -s 110 -e 113 -s 137 -e 139 -a

-s and -e only set the frame range, not trigger animation render -
this works as you intended.

blender -b filname.blend -f 84 -f 96 -s 110 -e 113 -a -s 137 -e 139 -a

> what I got is just the spare frames and the  latest group of frames defined
> in the animation so I was forced to add each frame manually like  -f 84 -f
> 96 -f 110 -f 111 -f 112 -f 113  ....
>
> Wouldn't it be better if we can easily write a line much shorter and easier
> to read for a human being like the following:
>
> blender -b filename.blend -f 84,96,110-113,137-139,145
>
> Waiting for your feedback!
> ciao Francesco
>
> --
> Francesco Paglia
> Vfx and Production Supervisor
>
> e-mail   f.paglia.80 at gmail.com
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers



-- 
- Campbell


More information about the Bf-committers mailing list