|
Hi all,
I am trying to write a simple script that does these steps:
vector3 rotations[]; (array that holds yaw,pitch,roll of where I want my directional light to rotate)
loop:
- render the scene using mental ray’s ray tracing and save it to a file
- rotate my directional light in the scene
- loop until all rotations[] have been rendered
I have tried using batchrender and using that does save the rendered image to a file, but it seems none of the UI render settings I set are being used.
Thanks for any help!
|
|
|