nutti / fake-bpy-module

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

BMFaceSeq.new should accept Iterable, not Sequence #146

Closed cmbasnett closed 8 months ago

cmbasnett commented 9 months ago

System Information

Expected behavior

I should be able to use a map iterator as an argument to bm.faces.new.

Description about the bug

Only lists and tuples work for arguments, but any iterable should be accepted.

Screenshots/Files [Optional]

image

Additional comments [Optional]

nutti commented 8 months ago

This issue is now fixed.