Files
create/src/Mod/Draft
furti a8aef43d2f Fix broken texture loading for PY 3 builds
The problem was that Python 3 wants a bytes object and not a string.
So we have to encode the string first to make it useable. Python 2 handles
bytes objects as normal strings so the fix should be backwards compatible.

Furthermore this commit adds a massive performance improvement by collecting
all bytes in a list and calling "join" at the end. This is significantly
faster than simply appending each byte to the bytes object one at one.

https://forum.freecadweb.org/viewtopic.php?f=3&t=35032
2019-03-22 10:59:26 -03:00
..
2019-03-03 15:04:24 +01:00
2019-03-06 21:50:08 -03:00
2019-03-17 20:58:00 +01:00
2019-03-19 20:00:48 -03:00
2019-03-17 20:58:00 +01:00
2019-03-17 20:58:00 +01:00
2019-03-17 20:59:08 +01:00
2019-01-31 10:54:36 -02:00
2018-12-10 10:21:17 -02:00