Merge branch 'master' into master
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user