简体   繁体   中英

KeyShot Python script batch file

I'd like to know if I can create a batch file that runs KeyShot in the background and renders like Maya.

With Maya I can create a batch file, call the python interpreter mayapy / my python script.py / the Maya file / destination folder.

Is it possible to do the same with KeyShot?

Yes, you can run batch file with Keyshot.

You can add a following line to your batch file and execute it. \\keyshot6.exe -script (optional script arguments..)

More can be found at, https://keyshot.com/scripting/doc/6.0/quickstart.html

Vinay

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM