fake-bpy-module icon indicating copy to clipboard operation
fake-bpy-module copied to clipboard

bmesh.faces.new has incorrect argument type for verts

Open cmbasnett opened this issue 1 year ago • 4 comments

System Information

  • OS: Windows 11
  • Blender version: 3.2

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

cmbasnett avatar Aug 10 '22 07:08 cmbasnett

@cmbasnett

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

nutti avatar Aug 10 '22 09:08 nutti

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

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

nutti avatar Aug 12 '22 05:08 nutti

Looks like this was approved :)

colinbasnettskyboxlabs avatar Aug 17 '22 22:08 colinbasnettskyboxlabs

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

nutti avatar Aug 18 '22 12:08 nutti

The submitted patch is now merged.

nutti avatar Nov 26 '22 00:11 nutti