[Bf-blender-cvs] [1c35405ec49] lanpr-under-gp: LineArt: stage info updated

YimingWu noreply at git.blender.org
Sat Oct 24 16:28:38 CEST 2020


Commit: 1c35405ec497fab5d00b4b0644bc64b5426aa2aa
Author: YimingWu
Date:   Sat Oct 24 22:27:10 2020 +0800
Branches: lanpr-under-gp
https://developer.blender.org/rB1c35405ec497fab5d00b4b0644bc64b5426aa2aa

LineArt: stage info updated

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

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 6472bcb359f..d8c261c1b10 100644
--- a/source/blender/editors/lineart/lineart_cpu.c
+++ b/source/blender/editors/lineart/lineart_cpu.c
@@ -3745,6 +3745,7 @@ int ED_lineart_compute_feature_lines_internal(Depsgraph *depsgraph, const int sh
   }
 
   LRT_CANCEL_STAGE
+  LRT_PROGRESS(10, "LRT: Culling.");
 
   lineart_main_bounding_area_make_initial(rb);
 
@@ -3755,9 +3756,6 @@ int ED_lineart_compute_feature_lines_internal(Depsgraph *depsgraph, const int sh
 
   lineart_main_perspective_division(rb);
 
-  LRT_CANCEL_STAGE
-  LRT_PROGRESS(10, "LRT: Contour lines.");
-
   LRT_CANCEL_STAGE
   LRT_PROGRESS(25, "LRT: Intersections.");



More information about the Bf-blender-cvs mailing list