Merge pull request #9385 from luzpaz/linting-arch1

Arch: remove superfluous semi-colon in importWebGL.py
This commit is contained in:
Yorik van Havre
2023-04-26 10:38:39 +02:00
committed by GitHub

View File

@@ -690,7 +690,7 @@ def export( exportList, filename, colors = None, camera = None ):
# Pull all obj data before we dig down the links
label = obj.Label
color = '#cccccc';
color = '#cccccc'
opacity = 1.0
if FreeCADGui:
color = Draft.getrgb(obj.ViewObject.ShapeColor, testbw = False)