I don't know how to specify a name and directory for the render output.
How can I do so in the render function?
I'll be thankful if you give me a snippet of code for video rendering with max script
I don't know how to specify a name and directory for the render output.
How can I do so in the render function?
I'll be thankful if you give me a snippet of code for video rendering with max script
Copyright © 2021 Jogjafile Inc.
Here is a small snippet from a script that I use to render unit-testing scenes:
Note that
rendTimeType
,rendOutputFilename
andrendSaveFile
are 3ds Max variables. The rest of them are local variables that I've set. I'm sure you get the idea.Check the documentation for more information.