regcs / AliceLG

A Blender add-on for the use of Blender with the Looking Glass holographic displays.
GNU General Public License v3.0
104 stars 23 forks source link

Add string cache for EnumProperty to avoid UnicodeDecodeError. #134

Closed Philmist closed 5 months ago

Philmist commented 5 months ago

According to stackexchange posts(1, 2), bpy.props.EnumProperty needs to reference to the strings which returned by callback.

This PR implements a string cache to avoid UnicodeDecodeError and resolves #114.

Philmist commented 5 months ago

Thank you for your review. I fixed the code as you pointed out, could you please check it?