can houdini shutdown the win system after rendering?

   3054   1   0
User Avatar
Member
26 posts
Joined: 11月 2012
Offline
hi everyone,
I have a series of stuff to render, so automatic shutdown could save a lot of electricity there nobody nearby.
I think the mantra's post-render script can solve it, but how?
Thanks.
User Avatar
Member
26 posts
Joined: 11月 2012
Offline
Thanks to Benoit Martinez on odforce
the python script is:
import os; os.system(“shutdown -s -t 1000”)
  • Quick Links