FreeCAD: master af4f8b28

Author Committer Branch Timestamp Parent
Matthew Fallshaw wmayer master 2019-10-05 00:48:24 master c314edca
Changeset fix crash on macOS when opening OpenSCAD Workbench

The OpenSCAD Workbench crashes on open on macOS with error
"a bytes-like object is required, not 'str'", due to python 2 to
python 3 incompatibility. This is me implementing the fix described by
oapa at
https://forum.freecadweb.org/viewtopic.php?t=35384#p311908 (with an
untested attempt to make it also still run with python 2).
mod - src/Mod/OpenSCAD/OpenSCADUtils.py Diff File