nutti / fake-bpy-module

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

EditBone does not implement __getitem__ or __setitem__ #110

Closed cmbasnett closed 2 years ago

cmbasnett commented 2 years ago

System Information

Expected behavior
EditBone should implement __getitem__ and __setitem__ since that type has custom properties editable via this interface.

This issue probably exists for a large number of other types as well (for example, bpy.types.Object also has the same problem).

Screenshots/Files [Optional]
image

nutti commented 2 years ago

This issue is now fixed. I think base class bpy_struct needs to include these functions.