Command Line Blender? OS X?

Hello!

Just wondering if command line options for Blender are still working. I’m trying this command:

./blender -a -b /Users/me/myproject/theblend.blend

Blender appears to start, then simply says “Blender quit” no other output, no crash, no errors, nothing.

Adding “-d” causes -a and -b to become “unrecognized options.”

Does anyone know if command-line background rendering is still possible?

Anyone test it on OS X perchance?

Many thanks,

-Bischofftep

Blender is not very ‘standard’ for command line options, sadly

order COUNTS, at lreast as far as I know so

blender -a -b foo.blend

does not work

while

blender -b foo.blend -a

does…

Stefano