Page 1 of 1
Batch rendering on a Mac
Posted: Tue Mar 18, 2014 4:07 pm
by Anders Peter Amsnæs
How do I start a batch render on a Mac? There is a script in Maxwell called batch_reder, but it does nothing (I tried creating the input/output folder in various places)
Do I need to modify the script to work on a Mac? It has references to the C drive, so I assume that's the primary issue.
Hope someone can help me out.
Thanks
Anders
Re: Batch rendering on a Mac
Posted: Tue Mar 18, 2014 6:06 pm
by Mihai
You need to change the variables at the top so they point to a valid location on your OSX computer.
Re: Batch rendering on a Mac
Posted: Tue Mar 18, 2014 6:21 pm
by Gokhan
also please check the output path permissions...
Sometimes permissions problems may occur.
Re: Batch rendering on a Mac
Posted: Tue Mar 18, 2014 9:32 pm
by Anders Peter Amsnæs
Progress. I changes the paths for the .mxm files to be rendered and the output folder. Now, at least something happens when I run the script. The Maxwell Script Debugger window comes up with the following error...
Code: Select allUncaught exception at <anonymous script, id=4604142048>:47: TypeError: Result of expression 'Scene.setResX' [undefined] is not a function.
47 Scene.setResX( 400 );
What does that mean?