[Bf-blender-cvs] [97656f3] compositor-2016: Cycles / Requested Features: Volume was missing in logging print.

Thomas Dinges noreply at git.blender.org
Wed Jun 8 21:47:24 CEST 2016


Commit: 97656f3e7eac23f7dd49602e937279260c3300f5
Author: Thomas Dinges
Date:   Tue May 17 00:36:22 2016 +0200
Branches: compositor-2016
https://developer.blender.org/rB97656f3e7eac23f7dd49602e937279260c3300f5

Cycles / Requested Features: Volume was missing in logging print.

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

M	intern/cycles/device/device.cpp

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

diff --git a/intern/cycles/device/device.cpp b/intern/cycles/device/device.cpp
index 8c01bcb..df01215 100644
--- a/intern/cycles/device/device.cpp
+++ b/intern/cycles/device/device.cpp
@@ -56,6 +56,8 @@ std::ostream& operator <<(std::ostream &os,
 	   << string_from_bool(requested_features.use_camera_motion)  << std::endl;
 	os << "Use Baking: "
 	   << string_from_bool(requested_features.use_baking)  << std::endl;
+	os << "Use Volume: "
+	   << string_from_bool(requested_features.use_volume)  << std::endl;
 	return os;
 }




More information about the Bf-blender-cvs mailing list