HBatch rendering. Expressions in output filename.

   3159   1   1
User Avatar
Member
299 posts
Joined: Jan. 2010
Offline
Hi

I am trying to render a frame range through HBatch with the command:

render -V -o renderOut$F.pic mantra1

My problem is that the frame range starts at 145 and do neither increment or decrement.

I also tried specifying the frame range with:

render -V -f 1 240 -o renderOut$F.pic mantra1

But same result as before.

//regards

Erik

EDIT: Solved it with a Hython script. Would still be fun/good to know why it didnt work through HBatch tho.
Drive, monkey, drive!
User Avatar
Member
7766 posts
Joined: July 2005
Offline
I think you might need to backslash escape the $F. ie renderOut\$F.pic
  • Quick Links