Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-01-27 13:13:51 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-01-27 13:20:58 +0300
commit41658df313e1948484af81a5c035810a040f637d (patch)
tree838946cfe773214d8b4d54815f8c641e651a1dfe /measureit/measureit_main.py
parenta889c00fde6a4566d8d18c551921394ceaec7a31 (diff)
Fix T82562: Measureit line drawing doesn't work
This allows measureit to behave correctly with line thickness option. Initially based on D9519 by @NicksBest with various fixes/updates.
Diffstat (limited to 'measureit/measureit_main.py')
-rw-r--r--measureit/measureit_main.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/measureit/measureit_main.py b/measureit/measureit_main.py
index 1e236971..233501b6 100644
--- a/measureit/measureit_main.py
+++ b/measureit/measureit_main.py
@@ -1984,7 +1984,6 @@ def draw_main(context):
# -----------------------
# restore opengl defaults
# -----------------------
- bgl.glLineWidth(1)
bgl.glDisable(bgl.GL_BLEND)