Commit: 9282b3b9368629b13f57415227606f7f07cf3ba7
Author: YimingWu
Date:   Mon Aug 31 22:03:11 2020 +0800
Branches: lanpr-under-gp
https://developer.blender.org/rB9282b3b9368629b13f57415227606f7f07cf3ba7

LineArt: Enable vector line intersection code (isect_v2_v2)

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

M       source/blender/editors/include/ED_lineart.h

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

diff --git a/source/blender/editors/include/ED_lineart.h 
b/source/blender/editors/include/ED_lineart.h
index 87b56507550..f9b57e8bea6 100644
--- a/source/blender/editors/include/ED_lineart.h
+++ b/source/blender/editors/include/ED_lineart.h
@@ -438,7 +438,7 @@ typedef struct LineartBoundingArea {
 BLI_INLINE int lineart_LineIntersectTest2d(
     const double *a1, const double *a2, const double *b1, const double *b2, 
double *aRatio)
 {
-//#define USE_VECTOR_LINE_INTERSECTION
+#define USE_VECTOR_LINE_INTERSECTION
 #ifdef USE_VECTOR_LINE_INTERSECTION
 
   /* from isect_line_line_v2_point() */

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to