Files
assimp/port
Eric Olson f17d58cadd Use POINTER(c_char) for binary data with pyassimp
"For a general character pointer that may also point to binary data,
POINTER(c_char) must be used." c_char_p is for a zero-terminated string.

Reference: https://docs.python.org/3/library/ctypes.html#ctypes.c_char_p

Applying this change to the 4.1.4 released python module fixes #2339 for
me in Ubuntu.
2021-05-04 13:38:38 -05:00
..
2021-02-17 23:16:22 -08:00
2020-05-01 18:23:14 -04:00
2015-08-08 18:02:37 +02:00
2019-06-03 22:36:57 +02:00
2020-01-20 08:53:12 -05:00
2021-03-08 07:11:39 -06:00