diff --git a/src/com/sheepit/client/Job.java b/src/com/sheepit/client/Job.java index 61b5aba..59466fe 100644 --- a/src/com/sheepit/client/Job.java +++ b/src/com/sheepit/client/Job.java @@ -198,7 +198,7 @@ public class Job { } public Error.Type render() { - gui.status("Rendering " + this.name); + gui.status("Rendering project \"" + this.name + "\""); RenderProcess process = getProcessRender(); String core_script = "import bpy\n" + "bpy.context.user_preferences.system.compute_device_type = \"%s\"\n" + "bpy.context.scene.cycles.device = \"%s\"\n" + "bpy.context.user_preferences.system.compute_device = \"%s\"\n"; if (getUseGPU() && config.getGPUDevice() != null) {