[Bf-blender-cvs] [e70f1872045] temp-lineart-contained: LineArt: Fix Merge Error.

YimingWu noreply at git.blender.org
Tue Sep 28 09:07:02 CEST 2021


Commit: e70f18720455ba58e1353b874afe76bb329c687f
Author: YimingWu
Date:   Tue Sep 28 15:06:43 2021 +0800
Branches: temp-lineart-contained
https://developer.blender.org/rBe70f18720455ba58e1353b874afe76bb329c687f

LineArt: Fix Merge Error.

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

M	source/blender/gpencil_modifiers/intern/lineart/MOD_lineart.h

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

diff --git a/source/blender/gpencil_modifiers/intern/lineart/MOD_lineart.h b/source/blender/gpencil_modifiers/intern/lineart/MOD_lineart.h
index 00c1745bb7f..a5860698cba 100644
--- a/source/blender/gpencil_modifiers/intern/lineart/MOD_lineart.h
+++ b/source/blender/gpencil_modifiers/intern/lineart/MOD_lineart.h
@@ -333,8 +333,6 @@ typedef struct LineartRenderBuffer {
   double light_vector[3];
   bool light_is_sun;
 
-  float chain_smooth_tolerance;
-
   /* FIXME(Yiming): Temporary solution for speeding up calculation by not including lines that
    * are not in the selected source. This will not be needed after we have a proper scene-wise
    * cache running because multiple modifiers can then select results from that without further



More information about the Bf-blender-cvs mailing list