[Bf-blender-cvs] [99d8611] master: Cycles / Requested Features: Volume was missing in logging print.

Thomas Dinges noreply at git.blender.org
Tue May 17 00:36:58 CEST 2016


Commit: 99d861169f8c9ebee236ddde6dbf27866d7acb64
Author: Thomas Dinges
Date:   Tue May 17 00:36:22 2016 +0200
Branches: master
https://developer.blender.org/rB99d861169f8c9ebee236ddde6dbf27866d7acb64

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