MattiasFredriksson / io_anim_c3d

Blender addon for importing .c3d files.
GNU General Public License v2.0
26 stars 5 forks source link

replace np.bool by bool #10

Open davidpagnon opened 10 months ago

davidpagnon commented 10 months ago

np.bool is deprecated since numpy 1.20. Bool will work with any version of Blender, numpy, and Python.

It is not done yet, but I would like to add the possibility to import c3d files to my addon Sim2Blend: https://github.com/davidpagnon/Sim2Blend Thanks for saving me all that work!