
14 Feb
2011
14 Feb
'11
11:03 p.m.
On 02/14/2011 02:31 PM, Dougherty, Matthew T wrote:
How do I generate movies at the larger size?
With the currently distributed code it is not possible without editing the Python code. However, it would be fairly easy to enable alternative resolutions in the Movie Recorder's Frame Options if supersampling or raytracing were enabled. For the Python programmers out there, to hardcode in an alternative resolution, edit MovieRecorder/RecorderHandler.py, and change the arguments to the saveImage call to turn on supersampling or raytracing, and add arguments to set the width and height (eg., width=2000, height=2000). -- Greg