Page 1 of 1

Save Image Command for batch script

Posted: Thu Aug 02, 2018 1:08 pm
by Refracty
Hello Paul,
I am using a script to batch render Rhino views but the problem is that the script restarts the render process again (after each shot). So it re-voxelises even if only the camera position changes.
Is it possible to come up with a script that uses the OCtane - Save image function (same as using the save render - button)?
Thank you
Cheers
Nando

Re: Save Image Command for batch script

Posted: Thu Aug 02, 2018 11:52 pm
by face_off
Hi Nando

I think when you change views it will reload the scene, and this would be hard to stop. Instead, you could move the camera in a single view using Grasshopper and render each frame, and the scene will not be reloaded. https://vimeo.com/90721378

Paul

Re: Save Image Command for batch script

Posted: Fri Aug 03, 2018 10:44 am
by Refracty
Thank you Paul for the tip