From e9227c76d480c5e7973b6bce03cce3ad414b0348 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 16 Jan 2014 22:36:30 +0100 Subject: Fix T37706: avoid cycles crash when using a stack that exceeds SVM stack limits. This should be pretty rare, the shader in question had many parallel node links because of copying the nodes many times, which is inefficient to run anyway. --- intern/cycles/render/svm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'intern/cycles/render/svm.h') diff --git a/intern/cycles/render/svm.h b/intern/cycles/render/svm.h index 9693e54ce75..3d84a67e173 100644 --- a/intern/cycles/render/svm.h +++ b/intern/cycles/render/svm.h @@ -141,6 +141,7 @@ protected: int max_stack_use; uint mix_weight_offset; bool use_multi_closure; + bool compile_failed; }; CCL_NAMESPACE_END -- cgit v1.2.3