View Full Version : How to start render with script?
Jausn 01-07-2010, 10:33 AM 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?
|
|
SyncViewS
01-07-2010, 12:03 PM
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
Jausn
01-09-2010, 06:17 AM
max quick render can't render sequence. So maybe the only method is to get the parameters of the Render Panel and use render()
sergo.pogosyan
01-09-2010, 08:55 PM
Actually you can render sequences with max quick render. Just set give rendTimeType, rendStart and rendEnd proper values.
Jausn
01-10-2010, 03:27 AM
Actually you can render sequences with max quick render. Just set give rendTimeType, rendStart and rendEnd proper values.
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.
CGTalk Moderation
01-10-2010, 03:27 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.
vBulletin v3.0.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.