FreeCAD: master 6d37a384

Author Committer Branch Timestamp Parent
hyarion hyarion master 2021-03-10 19:19:52 master 7b33ba36
Changeset Draft: Simplify load_texture after py3 requirement

This commit does the following things:
 * Remove python2 support
 * Using a bytearray instead of chr list to build up the binary data.
   this also removes the need of using char encoding.
mod - src/Mod/Draft/draftutils/gui_utils.py Diff File