I’m not sure there is much that can be done on the Blender side to avoid this add-on breaking the import process, but it’s hard to tell without knowing which add-on it is and how it works.
I…
It looks like the error occurs in the shibokensupport
module, something which is apparently part of PySide. (From what I understand this module monkey patches the import mechanism [here](https://…
Previous attempts at this include D13449, [D16011](https://archive.blender.org/developer/differential/0016/0016011/inde…
The bakematerials.py file uses DOS line endings (CR LF), but it should be converted to Unix (LF) otherwise every line looks like it’s changed.
if you confirm, please also at least add a corresponding
Module
label
Got it, sorry about that.
Note that an error also occurs if the translation of data is enabled and the material couldn’t be created properly. From the screenshots, it looks like a Portuguese translation is being…
Can confirm with:
System Information Operating system: Linux-6.5.0-13-generic-x86_64-with-glibc2.38 64 Bits, X11 UI Graphics card: NVIDIA GeForce RTX 3060 Laptop GPU/PCIe/SSE2 NVIDIA…
My understanding was that UTF-8 characters don’t necessarily have the same number of bytes, but the _array
malloc could only allocate same-sized arrays. So for Vietnamese, len_bytes == 10
…