Blender:在没有 X-Server 的服务器上渲染项目
我想在我的 Ubuntu 10.04 笔记本电脑上创建一个搅拌机项目。但我不想在同一台机器上渲染它,因为我还必须使用它。我想通过 ssh 在我的 Linux 服务器上渲染它,而不需要任何 GUI。
所以我的问题是:这可能吗?如果可以,怎么做?我可以在笔记本电脑上完成每一项设置并将项目放在我的服务器上并运行它吗?还是我必须改变很多?
I want to create a blender-project on my Ubuntu 10.04 Laptop. But I don't want to render it on the same machine because I also have to work with it. I want to render it on my Linux-server over ssh and without any GUI.
So my question is: Is this possible and if yes, how? Can I do every single setting on my laptop and put the project on my server and run it? Or do I have to change a lot?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是搅拌机的命令行选项:
http://wiki.blender.org/index.php/Doc:Manual /Render/Command_Line_Options
您可以 scp 您的文件,使用 ssh 渲染它,然后 scp 将其返回。我现在正在做这件事,如果我完成它,我将发布一个简单的脚本。
Here is the command line options for blender:
http://wiki.blender.org/index.php/Doc:Manual/Render/Command_Line_Options
You can scp your file over, render it there using ssh, then scp it back. I am in the process of doing this right now, I will post an easy script if i finish it.