powroupi / blender_mmd_tools

mmd_tools is a blender addon for importing Models and Motions of MikuMikuDance.
GNU General Public License v3.0
1.81k stars 277 forks source link

Core dumped #327

Closed GCChen97 closed 3 years ago

GCChen97 commented 3 years ago

Core dump as soon as clicking the checkbox of mmd_tools in preference-addons with branch dev_test v0.71 installed.

OS: ubuntu 20.10 Blender: 2.83.12, 2.90.1 or 2.91.2

By debuging line by line , finally I found core dumped when python imports numpy in sdef.py.

It seems to be functioning well by commenting CFUNCTYPE(c_int)(lambda: None) in .../blender-2.91.2-linux64/2.91/python/lib/python3.7/ctypes/__init__.py according to the link https://developer.blender.org/T84752

GCChen97 commented 3 years ago

This issue is caused by python 3.7.