[Bf-blender-cvs] [65bf694] master: Implement get_split_task_count to make device_network compile again.

Martijn Berger noreply at git.blender.org
Tue Jul 29 07:41:24 CEST 2014


Commit: 65bf694331e3b64e4fd08b7c59a735529f27b11f
Author: Martijn Berger
Date:   Mon Jul 28 22:44:33 2014 +0200
Branches: master
https://developer.blender.org/rB65bf694331e3b64e4fd08b7c59a735529f27b11f

Implement get_split_task_count to make device_network compile again.

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

M	intern/cycles/device/device_network.cpp

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

diff --git a/intern/cycles/device/device_network.cpp b/intern/cycles/device/device_network.cpp
index af05107..dca9bf2 100644
--- a/intern/cycles/device/device_network.cpp
+++ b/intern/cycles/device/device_network.cpp
@@ -299,6 +299,11 @@ public:
 		snd.write();
 	}
 
+	int get_split_task_count(DeviceTask& task)
+	{
+		return 1;
+	}
+
 private:
 	NetworkError error_func;
 };




More information about the Bf-blender-cvs mailing list