Merge branch 'master' into master

This commit is contained in:
travisapple
2020-12-14 11:47:09 -08:00
committed by GitHub
2573 changed files with 79529 additions and 44656 deletions

View File

@@ -52,7 +52,7 @@ if open.__module__ in ['__builtin__','io']: pythonopen = open
# \ingroup ARCH
# \brief FreeCAD WebGL Exporter
#
# This module provides tools to export HTML files containing the
# 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
@@ -807,4 +807,4 @@ def baseEncode( arr ):
output.append( buffer )
if len(buffer) > longest: longest = len(buffer)
output = [('{:>'+str(longest)+'}').format(x) for x in output] # pad each element
return str(longest) + ('').join(output)
return str(longest) + ('').join(output)