From 5a8b5a0377781b5d03b39543a58175d8f4bc2bab Mon Sep 17 00:00:00 2001 From: lazydodo Date: Fri, 9 Dec 2016 08:28:04 -0700 Subject: Land D2339 by bliblu bli --- intern/cycles/device/device.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'intern/cycles/device/device.cpp') diff --git a/intern/cycles/device/device.cpp b/intern/cycles/device/device.cpp index ff9387b0a8a..31c99f49d6d 100644 --- a/intern/cycles/device/device.cpp +++ b/intern/cycles/device/device.cpp @@ -64,6 +64,8 @@ std::ostream& operator <<(std::ostream &os, << string_from_bool(requested_features.use_integrator_branched) << std::endl; os << "Use Patch Evaluation: " << string_from_bool(requested_features.use_patch_evaluation) << std::endl; + os << "Use Transparent Shadows: " + << string_from_bool(requested_features.use_transparent) << std::endl; return os; } -- cgit v1.2.3