nutti / fake-bpy-module

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

BMesh.edges is not iterable #143

Closed cmbasnett closed 8 months ago

cmbasnett commented 9 months ago

System Information

Expected behavior

BMesh.edges, faces etc. should all be iterable.

Description about the bug

Trying to use Bmesh.edges in a loop like:

for edge in bm.edges:

Results in a typing error (see screenshot).

Screenshots/Files [Optional]

image\

Additional comments [Optional]

All of the *Seq types should implement the Iterable trait.

nutti commented 8 months ago

This issue is now fixed.