shenandyi Posted September 2, 2013 Share Posted September 2, 2013 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. Quote Link to comment Share on other sites More sharing options...
ben Posted September 2, 2013 Share Posted September 2, 2013 I never had to do that, but I guess a python post render script could work... import osos.system("shutdown -h now")[/CODE] Quote Link to comment Share on other sites More sharing options...
shenandyi Posted September 2, 2013 Author Share Posted September 2, 2013 (edited) thanks, I will try it after sim, but I think the delay operate will test well instead of shutdown system (like cmd: shutdown -s -t 1000) maybe import os os.system("shutdown -s -t 1000") Edited September 2, 2013 by shenandyi Quote Link to comment Share on other sites More sharing options...
shenandyi Posted September 2, 2013 Author Share Posted September 2, 2013 yes, it takes effect! Thank you Benoit MartineZ again. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.