Commit: b11a2f707535a9a8a26c667be246db02986c9817
Author: Sergey Sharybin
Date:   Sat Dec 27 23:38:29 2014 +0500
Branches: master
https://developer.blender.org/rBb11a2f707535a9a8a26c667be246db02986c9817

Cycles: Mark visibility TODO as resolved

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

M       intern/cycles/bvh/bvh.cpp

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

diff --git a/intern/cycles/bvh/bvh.cpp b/intern/cycles/bvh/bvh.cpp
index c0cb41c..e6ce4d9 100644
--- a/intern/cycles/bvh/bvh.cpp
+++ b/intern/cycles/bvh/bvh.cpp
@@ -681,8 +681,6 @@ QBVH::QBVH(const BVHParams& params_, const vector<Object*>& 
objects_)
 : BVH(params_, objects_)
 {
        params.use_qbvh = true;
-
-       /* todo: use visibility */
 }
 
 void QBVH::pack_leaf(const BVHStackEntry& e, const LeafNode *leaf)

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to