渲染完成后自动关机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
dropbox.com/s/aw6573f08x4ll8e/shutdown.py
More info emilsvfx.lv/houdini_shutdown_pc/
谷歌翻译:
渲染后Houdini关闭pc。
此表达式必须是键入的文件高速缓存,Rop输出驱动器驱动程序或其他写入的节点,“后渲染脚本”对话框。并记得选择Python而不是Hscript!
他是简单的Python脚本:
导入它们
os.system(’shutdown -s’)
和表达式执行预制的python脚本:
execfile(“your_python _script_location”)
Python脚本文件
dropbox.com/s/aw6573f08x4ll8e/shutdown.py
更多信息emilsvfx.lv/houdini_shutdown_pc/