Skip to content

Commit 43267a2

Browse files
committed
Fix: Argument 'vertices' of 'bpy.types.Mesh.from_pydata()' does not accept 'mathutils.Vector' (#377)
1 parent 3ec46c4 commit 43267a2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/mods/common/analyzer/update/bpy.types.mod.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,10 @@
179179

180180
:rtype: :class:`bpy.types.ContextTempOverride`
181181
:mod-option rtype: skip-refine
182+
183+
.. class:: Mesh
184+
185+
.. method:: from_pydata(vertices, edges, faces, shade_flat)
186+
187+
:type vertices: collections.abc.Iterable[collections.abc.Sequence[float] | :class:`mathutils.Vector`] | None
188+
:mod-option arg vertices: skip-refine

0 commit comments

Comments
 (0)