matyalatte / Blender-DDS-Addon

Blender addon to import and export dds textures
MIT License
71 stars 5 forks source link

Segfault on Linux with old Blender versions. #3

Open matyalatte opened 1 year ago

matyalatte commented 1 year ago

I noticed the addon will cause a segfault on Ubuntu22.04 with Blender versions older than or equal to 3.2.

I think it's a Blender issue posted here Segfault on Linux when running third party Python library function with multithreading enabled

If you get the same problem, try to update your Blender to 3.3 or later.