Error described above happens during comparison between 2 properties: name of bone and object. In the provided screenshot “parts” is a normal python array of objects and editbones is a link (editbones = bpy.context.object.data.edit_bones). everything was working and running smoothly until this happened. code
I’ve tried to google that problem just to find out that almost every single articles was dealing with reading files and choosing encoding using read function etc; on the other hand, I tried to put name of part and bone into different variables (didnt work) or apply str() (didnt work) or try to encode in utf-16 (didnt work)
Bot 49 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.