[Bf-blender-cvs] [de80e68] master: Cleanup: And one more commit... (BVH Cache).

Thomas Dinges noreply at git.blender.org
Thu Sep 24 17:02:28 CEST 2015


Commit: de80e687689032cb85179a1f7e89750573631d5d
Author: Thomas Dinges
Date:   Thu Sep 24 17:01:58 2015 +0200
Branches: master
https://developer.blender.org/rBde80e687689032cb85179a1f7e89750573631d5d

Cleanup: And one more commit... (BVH Cache).

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

M	intern/cycles/bvh/bvh_params.h

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

diff --git a/intern/cycles/bvh/bvh_params.h b/intern/cycles/bvh/bvh_params.h
index af8d8ee..faa995c 100644
--- a/intern/cycles/bvh/bvh_params.h
+++ b/intern/cycles/bvh/bvh_params.h
@@ -43,9 +43,6 @@ public:
 	/* object or mesh level bvh */
 	bool top_level;
 
-	/* disk cache */
-	bool use_cache;
-
 	/* QBVH */
 	bool use_qbvh;
 
@@ -71,7 +68,6 @@ public:
 		max_curve_leaf_size = 2;
 
 		top_level = false;
-		use_cache = false;
 		use_qbvh = false;
 	}




More information about the Bf-blender-cvs mailing list