nutti / fake-bpy-module

Fake Blender Python API module collection for the code completion.
MIT License
1.35k stars 96 forks source link

EnumProperty constructor default argument does not accept string as argument #111

Closed cmbasnett closed 2 years ago

cmbasnett commented 2 years ago

System Information

Expected behavior
The EnumProperty constructor's default argument should accept a str, int or set[str], as per the documentation.

Screenshots/Files [Optional]
image

nutti commented 2 years ago

This issue is now fixed.