Arch: remove superfluous semi-colon in importWebGL.py

This commit is contained in:
luzpaz
2023-04-25 14:56:49 +00:00
parent e422187fc7
commit 96ecd57895

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)