nutti / fake-bpy-module

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

bmesh.faces.new has incorrect argument type for verts #109

Closed cmbasnett closed 1 year ago

cmbasnett commented 2 years ago

System Information

Expected behavior
bmesh.faces.new should expect an iterable type of BMVert

Description about the bug
bmesh.faces.new only accepts a single BMVert as an argument, which is incorrect.

Oddly, the documentation for this function does not imply an iterable type.

Screenshots/Files [Optional]
image

nutti commented 2 years ago

@cmbasnett

I think this is a issue of the official documentation. I will send a patch to fix the documentation.

nutti commented 2 years ago

Submitted the patch. https://developer.blender.org/D15668

If this patch is merged, I think this issue will be fixed automatically.

colinbasnettskyboxlabs commented 2 years ago

Looks like this was approved :)

nutti commented 2 years ago

Thanks for pinging me. I think the patch itself has not merged yet. I will close this issue after the patch is merged.

nutti commented 1 year ago

The submitted patch is now merged.