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
Save Image Command for batch script
Moderator: 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
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
Win7/Win10/Mavericks/Mint 17 - GTX550Ti/GT640M
Octane Plugin Support : Poser, ArchiCAD, Revit, Inventor, AutoCAD, Rhino, Modo, Nuke
Pls read before submitting a support question
Octane Plugin Support : Poser, ArchiCAD, Revit, Inventor, AutoCAD, Rhino, Modo, Nuke
Pls read before submitting a support question
Thank you Paul for the tip