Closed Philmist closed 5 months ago
According to stackexchange posts(1, 2), bpy.props.EnumProperty needs to reference to the strings which returned by callback.
bpy.props.EnumProperty
This PR implements a string cache to avoid UnicodeDecodeError and resolves #114.
Thank you for your review. I fixed the code as you pointed out, could you please check it?
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.