[Bf-blender-cvs] [56cfae9ef0a] lanpr-under-gp: LineArt: Remove duplicated "Calculate Intersections" switch.

YimingWu noreply at git.blender.org
Sun Jul 26 05:39:25 CEST 2020


Commit: 56cfae9ef0a8ca1e47298bb0acbc511b234726fc
Author: YimingWu
Date:   Sun Jul 26 11:38:50 2020 +0800
Branches: lanpr-under-gp
https://developer.blender.org/rB56cfae9ef0a8ca1e47298bb0acbc511b234726fc

LineArt: Remove duplicated "Calculate Intersections" switch.

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

M	release/scripts/startup/bl_ui/properties_render.py

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

diff --git a/release/scripts/startup/bl_ui/properties_render.py b/release/scripts/startup/bl_ui/properties_render.py
index a216569321c..df588c8adef 100644
--- a/release/scripts/startup/bl_ui/properties_render.py
+++ b/release/scripts/startup/bl_ui/properties_render.py
@@ -720,8 +720,6 @@ class RENDER_PT_lineart(RenderButtonsPanel, Panel):
             col.label(text="No active camera.")
 
         else:
-            layout.prop(lineart, "use_intersections")
-
             layout.prop(lineart, "crease_threshold", slider=True)
 
             layout.prop(lineart, "chaining_image_threshold")



More information about the Bf-blender-cvs mailing list