From e9586b14b736a4a91226437d1b4e8a576bc05794 Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Mon, 1 Aug 2022 14:42:25 +0200 Subject: Eevee: Add support of rendering curves with cryptomatte. There were 2 errors. 1. hair code was used to draw curves 2. vertex shader wasn't aware of curves and failed to compile. --- source/blender/gpu/intern/gpu_shader_log.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/gpu/intern') diff --git a/source/blender/gpu/intern/gpu_shader_log.cc b/source/blender/gpu/intern/gpu_shader_log.cc index 572727fa515..dbc36c5afd0 100644 --- a/source/blender/gpu/intern/gpu_shader_log.cc +++ b/source/blender/gpu/intern/gpu_shader_log.cc @@ -228,6 +228,7 @@ void Shader::print_log(Span sources, log_line = line_end + 1; previous_location = log_item.cursor; } + // printf("%s", sources_combined); MEM_freeN(sources_combined); CLG_Severity severity = error ? CLG_SEVERITY_ERROR : CLG_SEVERITY_WARN; -- cgit v1.2.3