Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/mods/common/analyzer/append/bmesh.types.mod.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

:type key: slice
:mod-option arg key: skip-refine
:rtype: list[_GenericType1, ...]
:rtype: list[_GenericType1]
:mod-option rtype: skip-refine
:option function: overload

Expand All @@ -45,7 +45,7 @@

:type key: slice
:mod-option arg key: skip-refine
:rtype: list[:class:`BMVert`, ...]
:rtype: list[:class:`BMVert`]
:mod-option rtype: skip-refine
:option function: overload

Expand All @@ -72,7 +72,7 @@

:type key: slice
:mod-option arg key: skip-refine
:rtype: list[:class:`BMEdge`, ...]
:rtype: list[:class:`BMEdge`]
:mod-option rtype: skip-refine
:option function: overload

Expand All @@ -99,7 +99,7 @@

:type key: slice
:mod-option arg key: skip-refine
:rtype: list[:class:`BMFace`, ...]
:rtype: list[:class:`BMFace`]
:mod-option rtype: skip-refine
:option function: overload

Expand All @@ -126,7 +126,7 @@

:type key: slice
:mod-option arg key: skip-refine
:rtype: list[:class:`BMLoop`, ...]
:rtype: list[:class:`BMLoop`]
:mod-option rtype: skip-refine
:option function: overload

Expand Down
6 changes: 3 additions & 3 deletions src/mods/common/analyzer/append/bpy.types.mod.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

:type key: slice
:mod-option arg key: skip-refine
:rtype: list[_GenericType1, ...]
:rtype: list[_GenericType1]
:mod-option rtype: skip-refine
:option function: overload

Expand Down Expand Up @@ -134,7 +134,7 @@

:type key: slice
:mod-option arg key: skip-refine
:rtype: list[_GenericType1, ...]
:rtype: list[_GenericType1]
:mod-option rtype: skip-refine
:option function: overload

Expand Down Expand Up @@ -251,7 +251,7 @@

:type key: slice
:mod-option arg key: skip-refine
:rtype: list[:class:`Material` | None, ...]
:rtype: list[:class:`Material` | None]
:mod-option rtype: skip-refine
:option function: overload

Expand Down
Loading