"Great customer service. The folks at Novedge were super helpful in navigating a somewhat complicated order including software upgrades and serial numbers in various stages of inactivity. They were friendly and helpful throughout the process.."
Ruben Ruckmark
"Quick & very helpful. We have been using Novedge for years and are very happy with their quick service when we need to make a purchase and excellent support resolving any issues."
Will Woodson
"Scott is the best. He reminds me about subscriptions dates, guides me in the correct direction for updates. He always responds promptly to me. He is literally the reason I continue to work with Novedge and will do so in the future."
Edward Mchugh
"Calvin Lok is “the man”. After my purchase of Sketchup 2021, he called me and provided step-by-step instructions to ease me through difficulties I was having with the setup of my new software."
Mike Borzage
May 13, 2025 2 min read
Enhance your rendering workflow in Rhino 3D by creating custom render scripts. Automating repetitive tasks not only saves time but also ensures consistency across your projects.
Custom render scripts allow you to:
Rhino supports scripting through RhinoScript (VBScript) and Python. Here's how to begin:
Follow these steps to create a script that automates rendering:
import rhinoscriptsyntax as rs
# Set render resolution
rs.Command("_-RenderResolution 1920 1080 Enter")
# Set current renderer
rs.Command("_-SetCurrentRenderPlugin RhinoRender")
# Save render to file
output_file = "C:\\Renders\\output.png"
rs.Command('_-RenderSaveFile "{}" Enter'.format(output_file))
# Start rendering
rs.Command("_Render")
This script:
.py
extension.Enhance your scripting skills with these resources:
For advanced tools and professional support, consider partnering with NOVEDGE. They offer a wide range of design software and resources to help you maximize your Rhino 3D experience.
You can find all the Rhino products on the NOVEDGE web site at this page.
July 13, 2025 2 min read
Read MoreJuly 13, 2025 2 min read
Read MoreJuly 13, 2025 2 min read
Read MoreSign up to get the latest on sales, new releases and more …