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:
authorGermano Cavalcante <germano.costa@ig.com.br>2022-07-28 17:46:33 +0300
committerGermano Cavalcante <germano.costa@ig.com.br>2022-07-28 17:46:33 +0300
commit547adaa4edf8a96e94613bb9345624a00c7f8632 (patch)
treeb74486f16041c1efadbb958323fb00cf0afc2a2f /archimesh/achm_main_panel.py
parent880284a41e843ebe751e005a046586ba6718681b (diff)
Archimesh: replace deprecated bgl module
Part of T80730
Diffstat (limited to 'archimesh/achm_main_panel.py')
-rw-r--r--archimesh/achm_main_panel.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/archimesh/achm_main_panel.py b/archimesh/achm_main_panel.py
index 97c7d19d..fda383f4 100644
--- a/archimesh/achm_main_panel.py
+++ b/archimesh/achm_main_panel.py
@@ -8,7 +8,6 @@
# noinspection PyUnresolvedReferences
import bpy
# noinspection PyUnresolvedReferences
-import bgl
from bpy.types import Operator, Panel, SpaceView3D
from math import sqrt, fabs, pi, asin
from .achm_tools import *