Houdini shutdown pc after rendering.
Houdini shutdown pc after rendering.
This expressions must be typed File Cache, Rop Output Drive Driver or and others Nodes where it is written,
“Post-Rendering Script” dialog box. And remember to chose Python over Hscript !
He is simple Python script :
import os os.system('shutdown -s')
And expression for execute pre-made python script:
execfile(“your_python _script_location”)
Python Script file
https://www.dropbox.com/s/aw6573f08x4ll8e/shutdown.py
Leave a Reply