assimp/port/PyAssimp/pyassimp
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
..
__init__.py [pyassimp] Make it easier to import pyassimp 2013-03-30 14:35:21 +01:00
core.py Implement contextmanager for load 2020-06-09 08:32:59 +02:00
errors.py Make file formatting comply with POSIX and Unix standards 2020-03-21 02:34:12 -04:00
formats.py port/PyAssimp/pyassimp/formats.py: add missing comma (implicit string concatenation, assumed unintentional) 2019-03-29 18:36:17 -04:00
helper.py Fix indentation error in python bindings 2019-09-10 20:38:31 +01:00
material.py Add pyassimp code generation script for materials 2018-01-10 12:33:44 +02:00
postprocess.py * Fix error in previous commit improving imports 2019-03-29 18:36:17 -04:00
structs.py Use POINTER(c_char) for binary data with pyassimp 2021-05-04 13:38:38 -05:00