[Bf-blender-cvs] [6928873] master: Fix Cycles standalone not finding CPU device after recent changes.

Brecht Van Lommel noreply at git.blender.org
Sat Nov 12 17:33:53 CET 2016


Commit: 69288737caf4fab6c90558129772b0acaecf8863
Author: Brecht Van Lommel
Date:   Sat Nov 12 15:41:42 2016 +0100
Branches: master
https://developer.blender.org/rB69288737caf4fab6c90558129772b0acaecf8863

Fix Cycles standalone not finding CPU device after recent changes.

===================================================================

M	intern/cycles/app/cycles_standalone.cpp

===================================================================

diff --git a/intern/cycles/app/cycles_standalone.cpp b/intern/cycles/app/cycles_standalone.cpp
index e8168bc..b21e863 100644
--- a/intern/cycles/app/cycles_standalone.cpp
+++ b/intern/cycles/app/cycles_standalone.cpp
@@ -337,7 +337,7 @@ static void options_parse(int argc, const char **argv)
 
 	/* device names */
 	string device_names = "";
-	string devicename = "cpu";
+	string devicename = "CPU";
 	bool list = false;
 
 	vector<DeviceType>& types = Device::available_types();




More information about the Bf-blender-cvs mailing list