On Tue, Feb 11, 2014 at 4:16 PM, Francesco Paglia <[email protected]> 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 [email protected] > _______________________________________________ > Bf-committers mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-committers -- - Campbell _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
