[Bf-blender-cvs] [40ba7e7392f] lanpr-under-gp: LineArt: Clipped crease line does not show. Fixed.

YimingWu noreply at git.blender.org
Thu Oct 15 13:50:36 CEST 2020


Commit: 40ba7e7392f7aff3ded8f4bd798ea9fd7ed621c6
Author: YimingWu
Date:   Thu Oct 15 19:50:21 2020 +0800
Branches: lanpr-under-gp
https://developer.blender.org/rB40ba7e7392f7aff3ded8f4bd798ea9fd7ed621c6

LineArt: Clipped crease line does not show. Fixed.

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

M	source/blender/editors/lineart/lineart_cpu.c

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

diff --git a/source/blender/editors/lineart/lineart_cpu.c b/source/blender/editors/lineart/lineart_cpu.c
index ac6ed8d9985..a68b81eae87 100644
--- a/source/blender/editors/lineart/lineart_cpu.c
+++ b/source/blender/editors/lineart/lineart_cpu.c
@@ -713,6 +713,7 @@ static LineartRenderElementLinkNode *lineart_memory_get_line_space(LineartRender
                                                   render_lines,
                                                   sizeof(LineartRenderElementLinkNode));
   reln->element_count = 64;
+  reln->crease_threshold = rb->crease_threshold;
   reln->flags |= LRT_ELEMENT_IS_ADDITIONAL;
 
   return reln;



More information about the Bf-blender-cvs mailing list