Cycles: reorganize Performance panel layout, move viewport BVH type to debug.

This commit is contained in:
2017-08-21 15:09:03 +02:00
parent 81a76469ca
commit 296d74c4b1
5 changed files with 29 additions and 18 deletions

View File

@@ -30,6 +30,9 @@ CCL_NAMESPACE_BEGIN
*/
class DebugFlags {
public:
/* Use static BVH in viewport, to match final render exactly. */
bool viewport_static_bvh;
/* Descriptor of CPU feature-set to be used. */
struct CPU {
CPU();