Try to use mine addon
which I stripped down.When I use mentioned addon then Blender in file selector window displays dropdown list with some random text:
I get correct text in dropdown when I remove all unicode letters in line #25:
return ('0', 'b'+str(value), 'c'),('q', 'w', 'e')Also I get correct text when I remove conversion from int to str:
return ('0', 'Šb', 'c'),('q', 'w', 'e')System Information
4.4.0-38-generic; 64 bit; Kubuntu 16.04
also
P.S. sorry for my bad English
