Commit: 15ca1f8823893c7a700b7f854d7659283711a2b5
Author: YimingWu
Date:   Thu Aug 20 21:45:14 2020 +0800
Branches: lanpr-under-gp
https://developer.blender.org/rB15ca1f8823893c7a700b7f854d7659283711a2b5

LineArt: Remove debug print.

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

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 afdb39c9506..e6e62fb7497 100644
--- a/source/blender/editors/lineart/lineart_cpu.c
+++ b/source/blender/editors/lineart/lineart_cpu.c
@@ -3502,7 +3502,6 @@ int ED_lineart_compute_feature_lines_internal(Depsgraph 
*depsgraph, const int sh
   rb->triangle_size = lineart_triangle_size_get(rb, scene);
 
   rb->max_occlusion_level = lineart_occlusion_get_max_level(depsgraph);
-  printf("%d\n", rb->max_occlusion_level);
 
   if (show_frame_progress) {
     ED_lineart_update_render_progress(0, "LRT: Loading geometries.");

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to