From b66b873c6ca3eb66c4e5758218063decbcb30d09 Mon Sep 17 00:00:00 2001 From: travisapple Date: Sun, 8 Nov 2020 10:25:30 -0800 Subject: [PATCH] Update importWebGL.py --- src/Mod/Arch/importWebGL.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Mod/Arch/importWebGL.py b/src/Mod/Arch/importWebGL.py index 4c29483dfe..4992d14e7b 100644 --- a/src/Mod/Arch/importWebGL.py +++ b/src/Mod/Arch/importWebGL.py @@ -48,6 +48,13 @@ else: if open.__module__ in ['__builtin__','io']: pythonopen = open +## @package importWebGL +# \ingroup ARCH +# \brief FreeCAD WebGL Exporter +# +# This module provides tools to export HTML files containing the +# exported objects in WebGL format and a simple three.js-based viewer. + disableCompression = False # Compress object data before sending to JS base = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890!#$%&()*+-:;/=>?@[]^_,.{|}~`' # safe str chars for js in all cases baseFloat = ',.-0123456789'