Notifications
Clear all

[Closed] How to start render with script?

After setting up parameters on the Render Scene Panel I’m gonna click the Render button on the Render Scene Panel or Render button on the main tool bar to start render. How can I invoke this function with MAXScript?

4 Replies

Hi, the equivalent to pressing the Render Button is: “max quick render”, but to have a full control of the renderer take a look at: “Controlling the Renderer using the render() method” in MaxScript reference for a detailed description. You can set many render parameters too by MaxScript.

  • Enrico

max quick render can’t render sequence. So maybe the only method is to get the parameters of the Render Panel and use render()

Actually you can render sequences with max quick render. Just set give rendTimeType, rendStart and rendEnd proper values.

1 Reply
(@jausn)
Joined: 11 months ago

Posts: 0

Thank you! I use max quick render this time and it works. And I don’t know why it didn’t work last time. Maybe some other problems happened with other part of the script.