Wrap project name in double quotes

This commit is contained in:
AGSPhoenix
2016-01-11 00:38:50 -05:00
parent e32f59ddb3
commit 0da9ce2bb3

View File

@@ -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) {