nutti / fake-bpy-module

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

BMVertSeq does not implement __getitem__ #145

Closed cmbasnett closed 8 months ago

cmbasnett commented 9 months ago

System Information

Expected behavior

BMVertSeq should implement __getitem__ (e.g., bm.verts[2]).

Description about the bug

Trying to use the [] operator on a BMVertSeq results in a typing error.

Screenshots/Files [Optional]

image

Additional comments [Optional]

This is likely a similar problem for faces, edges etc.

nutti commented 8 months ago

This issue can be solved by solving issue #143.

nutti commented 8 months ago

This issue is now fixed.