nutti / fake-bpy-module

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

bm.verts.new has incorrect type hint for co argument #107

Closed cmbasnett closed 2 years ago

cmbasnett commented 2 years ago

System Information

Expected behavior
The type should be (float, float, float), not float.

Description about the bug
bm.verts.new has incorrect type hint for co argument (see: documentation)

Screenshots/Files [Optional]
image

nutti commented 2 years ago

@cmbasnett

Thanks. This issue is now fixed.