From e6ce78895ddd64bcaed24fa4e075ad86da670831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foucault?= Date: Fri, 4 May 2018 15:42:06 +0200 Subject: Eevee: Cap Shadow resolution to 4096px^2. As much as I want to give freedom to the user, 1.5G of vram for a single shadow is a big of a stability issue. So limiting to 4096 for now, we may remove this limit in the future. --- source/blender/makesrna/intern/rna_layer.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/makesrna') diff --git a/source/blender/makesrna/intern/rna_layer.c b/source/blender/makesrna/intern/rna_layer.c index 921b6a27e42..cbc88835c1b 100644 --- a/source/blender/makesrna/intern/rna_layer.c +++ b/source/blender/makesrna/intern/rna_layer.c @@ -1141,7 +1141,6 @@ static void rna_def_view_layer_engine_settings_eevee(BlenderRNA *brna) {1024, "1024", 0, "1024px", ""}, {2048, "2048", 0, "2048px", ""}, {4096, "4096", 0, "4096px", ""}, - {8192, "8192", 0, "8192px", ""}, {0, NULL, 0, NULL, NULL} }; -- cgit v1.2.3