fake-bpy-module 20240914__py3-none-any.whl → 20240916__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

Files changed (325) hide show
  1. _bpy_internal/__init__.pyi +2 -2
  2. _bpy_internal/addons/__init__.pyi +2 -2
  3. _bpy_internal/addons/cli/__init__.pyi +2 -2
  4. _bpy_internal/extensions/__init__.pyi +2 -2
  5. _bpy_internal/extensions/junction_module/__init__.pyi +2 -8
  6. _bpy_internal/extensions/stale_file_manager/__init__.pyi +2 -6
  7. _bpy_internal/extensions/wheel_manager/__init__.pyi +2 -6
  8. _bpy_internal/freedesktop/__init__.pyi +2 -2
  9. _bpy_internal/grease_pencil/__init__.pyi +2 -2
  10. _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -16
  11. _bpy_internal/system_info/__init__.pyi +2 -2
  12. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +2 -2
  13. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +2 -2
  14. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +2 -2
  15. addon_utils/__init__.pyi +2 -12
  16. animsys_refactor/__init__.pyi +2 -3
  17. aud/__init__.pyi +2 -71
  18. bgl/__init__.pyi +2 -526
  19. bl_app_override/__init__.pyi +2 -2
  20. bl_app_override/helpers/__init__.pyi +2 -2
  21. bl_app_template_utils/__init__.pyi +2 -4
  22. bl_console_utils/__init__.pyi +2 -2
  23. bl_console_utils/autocomplete/__init__.pyi +2 -2
  24. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -12
  25. bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -8
  26. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -12
  27. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -6
  28. bl_i18n_utils/__init__.pyi +2 -2
  29. bl_i18n_utils/bl_extract_messages/__init__.pyi +2 -6
  30. bl_i18n_utils/merge_po/__init__.pyi +2 -2
  31. bl_i18n_utils/settings/__init__.pyi +2 -6
  32. bl_i18n_utils/utils/__init__.pyi +2 -45
  33. bl_i18n_utils/utils_cli/__init__.pyi +2 -2
  34. bl_i18n_utils/utils_languages_menu/__init__.pyi +2 -2
  35. bl_i18n_utils/utils_rtl/__init__.pyi +2 -6
  36. bl_keymap_utils/__init__.pyi +2 -2
  37. bl_keymap_utils/io/__init__.pyi +2 -4
  38. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -4
  39. bl_keymap_utils/keymap_hierarchy/__init__.pyi +2 -2
  40. bl_keymap_utils/platform_helpers/__init__.pyi +2 -4
  41. bl_keymap_utils/versioning/__init__.pyi +2 -2
  42. bl_math/__init__.pyi +2 -8
  43. bl_operators/__init__.pyi +2 -2
  44. bl_operators/add_mesh_torus/__init__.pyi +2 -8
  45. bl_operators/anim/__init__.pyi +2 -48
  46. bl_operators/assets/__init__.pyi +2 -17
  47. bl_operators/bmesh/__init__.pyi +2 -2
  48. bl_operators/bmesh/find_adjacent/__init__.pyi +2 -6
  49. bl_operators/bone_selection_sets/__init__.pyi +2 -46
  50. bl_operators/clip/__init__.pyi +2 -43
  51. bl_operators/connect_to_output/__init__.pyi +2 -18
  52. bl_operators/console/__init__.pyi +2 -22
  53. bl_operators/constraint/__init__.pyi +2 -18
  54. bl_operators/file/__init__.pyi +2 -14
  55. bl_operators/freestyle/__init__.pyi +2 -19
  56. bl_operators/geometry_nodes/__init__.pyi +2 -21
  57. bl_operators/image/__init__.pyi +2 -19
  58. bl_operators/image_as_planes/__init__.pyi +2 -43
  59. bl_operators/mesh/__init__.pyi +2 -15
  60. bl_operators/node/__init__.pyi +2 -41
  61. bl_operators/node_editor/__init__.pyi +2 -2
  62. bl_operators/node_editor/node_functions/__init__.pyi +2 -3
  63. bl_operators/object/__init__.pyi +2 -63
  64. bl_operators/object_align/__init__.pyi +2 -6
  65. bl_operators/object_quick_effects/__init__.pyi +2 -18
  66. bl_operators/object_randomize_transform/__init__.pyi +2 -6
  67. bl_operators/presets/__init__.pyi +2 -70
  68. bl_operators/rigidbody/__init__.pyi +2 -15
  69. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -5
  70. bl_operators/sequencer/__init__.pyi +2 -36
  71. bl_operators/spreadsheet/__init__.pyi +2 -8
  72. bl_operators/userpref/__init__.pyi +2 -93
  73. bl_operators/uvcalc_follow_active/__init__.pyi +2 -7
  74. bl_operators/uvcalc_lightmap/__init__.pyi +2 -11
  75. bl_operators/uvcalc_transform/__init__.pyi +2 -19
  76. bl_operators/vertexpaint_dirt/__init__.pyi +2 -6
  77. bl_operators/view3d/__init__.pyi +2 -37
  78. bl_operators/wm/__init__.pyi +2 -168
  79. bl_operators/world/__init__.pyi +2 -6
  80. bl_previews_utils/__init__.pyi +2 -2
  81. bl_previews_utils/bl_previews_render/__init__.pyi +2 -2
  82. bl_rna_utils/__init__.pyi +2 -2
  83. bl_rna_utils/data_path/__init__.pyi +2 -6
  84. bl_text_utils/__init__.pyi +2 -2
  85. bl_text_utils/external_editor/__init__.pyi +2 -2
  86. bl_ui/__init__.pyi +2 -11
  87. bl_ui/anim/__init__.pyi +2 -5
  88. bl_ui/asset_shelf/__init__.pyi +2 -6
  89. bl_ui/generic_ui_list/__init__.pyi +2 -16
  90. bl_ui/node_add_menu/__init__.pyi +2 -11
  91. bl_ui/node_add_menu_compositor/__init__.pyi +2 -53
  92. bl_ui/node_add_menu_geometry/__init__.pyi +2 -152
  93. bl_ui/node_add_menu_shader/__init__.pyi +2 -31
  94. bl_ui/node_add_menu_texture/__init__.pyi +2 -29
  95. bl_ui/properties_animviz/__init__.pyi +2 -4
  96. bl_ui/properties_collection/__init__.pyi +2 -20
  97. bl_ui/properties_constraint/__init__.pyi +2 -288
  98. bl_ui/properties_data_armature/__init__.pyi +2 -60
  99. bl_ui/properties_data_bone/__init__.pyi +2 -42
  100. bl_ui/properties_data_camera/__init__.pyi +2 -51
  101. bl_ui/properties_data_curve/__init__.pyi +2 -58
  102. bl_ui/properties_data_curves/__init__.pyi +2 -24
  103. bl_ui/properties_data_empty/__init__.pyi +2 -10
  104. bl_ui/properties_data_gpencil/__init__.pyi +2 -57
  105. bl_ui/properties_data_grease_pencil/__init__.pyi +2 -49
  106. bl_ui/properties_data_lattice/__init__.pyi +2 -14
  107. bl_ui/properties_data_light/__init__.pyi +2 -50
  108. bl_ui/properties_data_lightprobe/__init__.pyi +2 -48
  109. bl_ui/properties_data_mesh/__init__.pyi +2 -69
  110. bl_ui/properties_data_metaball/__init__.pyi +2 -20
  111. bl_ui/properties_data_modifier/__init__.pyi +2 -36
  112. bl_ui/properties_data_pointcloud/__init__.pyi +2 -19
  113. bl_ui/properties_data_shaderfx/__init__.pyi +2 -5
  114. bl_ui/properties_data_speaker/__init__.pyi +2 -19
  115. bl_ui/properties_data_volume/__init__.pyi +2 -29
  116. bl_ui/properties_freestyle/__init__.pyi +2 -98
  117. bl_ui/properties_grease_pencil_common/__init__.pyi +2 -74
  118. bl_ui/properties_mask_common/__init__.pyi +2 -37
  119. bl_ui/properties_material/__init__.pyi +2 -59
  120. bl_ui/properties_material_gpencil/__init__.pyi +2 -36
  121. bl_ui/properties_object/__init__.pyi +2 -52
  122. bl_ui/properties_output/__init__.pyi +2 -65
  123. bl_ui/properties_paint_common/__init__.pyi +2 -41
  124. bl_ui/properties_particle/__init__.pyi +2 -205
  125. bl_ui/properties_physics_cloth/__init__.pyi +2 -49
  126. bl_ui/properties_physics_common/__init__.pyi +2 -6
  127. bl_ui/properties_physics_dynamicpaint/__init__.pyi +2 -103
  128. bl_ui/properties_physics_field/__init__.pyi +2 -44
  129. bl_ui/properties_physics_fluid/__init__.pyi +2 -134
  130. bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -7
  131. bl_ui/properties_physics_rigidbody/__init__.pyi +2 -35
  132. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2 -57
  133. bl_ui/properties_physics_softbody/__init__.pyi +2 -52
  134. bl_ui/properties_render/__init__.pyi +2 -220
  135. bl_ui/properties_scene/__init__.pyi +2 -55
  136. bl_ui/properties_texture/__init__.pyi +2 -93
  137. bl_ui/properties_view_layer/__init__.pyi +2 -47
  138. bl_ui/properties_workspace/__init__.pyi +2 -15
  139. bl_ui/properties_world/__init__.pyi +2 -42
  140. bl_ui/space_clip/__init__.pyi +2 -224
  141. bl_ui/space_console/__init__.pyi +2 -20
  142. bl_ui/space_dopesheet/__init__.pyi +2 -96
  143. bl_ui/space_filebrowser/__init__.pyi +2 -99
  144. bl_ui/space_graph/__init__.pyi +2 -62
  145. bl_ui/space_image/__init__.pyi +2 -211
  146. bl_ui/space_info/__init__.pyi +2 -20
  147. bl_ui/space_nla/__init__.pyi +2 -54
  148. bl_ui/space_node/__init__.pyi +2 -100
  149. bl_ui/space_outliner/__init__.pyi +2 -48
  150. bl_ui/space_properties/__init__.pyi +2 -14
  151. bl_ui/space_sequencer/__init__.pyi +2 -280
  152. bl_ui/space_spreadsheet/__init__.pyi +2 -11
  153. bl_ui/space_statusbar/__init__.pyi +2 -5
  154. bl_ui/space_text/__init__.pyi +2 -51
  155. bl_ui/space_time/__init__.pyi +2 -27
  156. bl_ui/space_toolsystem_common/__init__.pyi +2 -13
  157. bl_ui/space_toolsystem_toolbar/__init__.pyi +2 -36
  158. bl_ui/space_topbar/__init__.pyi +2 -86
  159. bl_ui/space_userpref/__init__.pyi +2 -313
  160. bl_ui/space_view3d/__init__.pyi +2 -881
  161. bl_ui/space_view3d_toolbar/__init__.pyi +2 -344
  162. bl_ui/utils/__init__.pyi +2 -5
  163. bl_ui_utils/__init__.pyi +2 -2
  164. bl_ui_utils/layout/__init__.pyi +2 -4
  165. blend_render_info/__init__.pyi +2 -4
  166. blf/__init__.pyi +2 -32
  167. bmesh/__init__.pyi +2 -8
  168. bmesh/geometry/__init__.pyi +2 -4
  169. bmesh/ops/__init__.pyi +2 -162
  170. bmesh/types/__init__.pyi +19 -133
  171. bmesh/utils/__init__.pyi +2 -28
  172. bpy/__init__.pyi +2 -2
  173. bpy/app/__init__.pyi +2 -6
  174. bpy/app/handlers/__init__.pyi +2 -2
  175. bpy/app/icons/__init__.pyi +2 -8
  176. bpy/app/timers/__init__.pyi +2 -8
  177. bpy/app/translations/__init__.pyi +2 -20
  178. bpy/msgbus/__init__.pyi +2 -8
  179. bpy/ops/__init__.pyi +2 -2
  180. bpy/ops/action/__init__.pyi +15 -110
  181. bpy/ops/anim/__init__.pyi +2 -118
  182. bpy/ops/armature/__init__.pyi +2 -98
  183. bpy/ops/asset/__init__.pyi +2 -34
  184. bpy/ops/boid/__init__.pyi +5 -30
  185. bpy/ops/brush/__init__.pyi +5 -31
  186. bpy/ops/buttons/__init__.pyi +2 -14
  187. bpy/ops/cachefile/__init__.pyi +2 -12
  188. bpy/ops/camera/__init__.pyi +2 -6
  189. bpy/ops/clip/__init__.pyi +5 -188
  190. bpy/ops/cloth/__init__.pyi +2 -4
  191. bpy/ops/collection/__init__.pyi +2 -20
  192. bpy/ops/console/__init__.pyi +2 -44
  193. bpy/ops/constraint/__init__.pyi +2 -38
  194. bpy/ops/curve/__init__.pyi +7 -143
  195. bpy/ops/curves/__init__.pyi +11 -64
  196. bpy/ops/cycles/__init__.pyi +2 -8
  197. bpy/ops/dpaint/__init__.pyi +5 -14
  198. bpy/ops/ed/__init__.pyi +2 -26
  199. bpy/ops/export_anim/__init__.pyi +2 -4
  200. bpy/ops/export_scene/__init__.pyi +2 -6
  201. bpy/ops/extensions/__init__.pyi +2 -70
  202. bpy/ops/file/__init__.pyi +2 -82
  203. bpy/ops/fluid/__init__.pyi +2 -30
  204. bpy/ops/font/__init__.pyi +2 -48
  205. bpy/ops/geometry/__init__.pyi +21 -75
  206. bpy/ops/gizmogroup/__init__.pyi +2 -6
  207. bpy/ops/gpencil/__init__.pyi +2 -286
  208. bpy/ops/graph/__init__.pyi +19 -213
  209. bpy/ops/grease_pencil/__init__.pyi +9 -196
  210. bpy/ops/image/__init__.pyi +11 -111
  211. bpy/ops/import_anim/__init__.pyi +2 -4
  212. bpy/ops/import_curve/__init__.pyi +2 -4
  213. bpy/ops/import_scene/__init__.pyi +2 -6
  214. bpy/ops/info/__init__.pyi +2 -16
  215. bpy/ops/lattice/__init__.pyi +5 -20
  216. bpy/ops/marker/__init__.pyi +2 -24
  217. bpy/ops/mask/__init__.pyi +2 -80
  218. bpy/ops/material/__init__.pyi +2 -8
  219. bpy/ops/mball/__init__.pyi +2 -18
  220. bpy/ops/mesh/__init__.pyi +45 -467
  221. bpy/ops/nla/__init__.pyi +5 -92
  222. bpy/ops/node/__init__.pyi +5 -215
  223. bpy/ops/object/__init__.pyi +73 -870
  224. bpy/ops/outliner/__init__.pyi +7 -200
  225. bpy/ops/paint/__init__.pyi +9 -116
  226. bpy/ops/paintcurve/__init__.pyi +2 -18
  227. bpy/ops/palette/__init__.pyi +2 -16
  228. bpy/ops/particle/__init__.pyi +2 -74
  229. bpy/ops/pose/__init__.pyi +15 -180
  230. bpy/ops/poselib/__init__.pyi +2 -20
  231. bpy/ops/preferences/__init__.pyi +2 -72
  232. bpy/ops/ptcache/__init__.pyi +2 -16
  233. bpy/ops/render/__init__.pyi +2 -28
  234. bpy/ops/rigidbody/__init__.pyi +11 -56
  235. bpy/ops/scene/__init__.pyi +11 -131
  236. bpy/ops/screen/__init__.pyi +9 -142
  237. bpy/ops/script/__init__.pyi +2 -8
  238. bpy/ops/sculpt/__init__.pyi +2 -74
  239. bpy/ops/sculpt_curves/__init__.pyi +2 -10
  240. bpy/ops/sequencer/__init__.pyi +5 -194
  241. bpy/ops/sound/__init__.pyi +5 -21
  242. bpy/ops/spreadsheet/__init__.pyi +2 -10
  243. bpy/ops/surface/__init__.pyi +2 -14
  244. bpy/ops/text/__init__.pyi +2 -88
  245. bpy/ops/text_editor/__init__.pyi +2 -4
  246. bpy/ops/texture/__init__.pyi +2 -10
  247. bpy/ops/transform/__init__.pyi +75 -400
  248. bpy/ops/ui/__init__.pyi +2 -68
  249. bpy/ops/uilist/__init__.pyi +2 -8
  250. bpy/ops/uv/__init__.pyi +5 -102
  251. bpy/ops/view2d/__init__.pyi +2 -30
  252. bpy/ops/view3d/__init__.pyi +2 -136
  253. bpy/ops/wm/__init__.pyi +17 -259
  254. bpy/ops/workspace/__init__.pyi +2 -16
  255. bpy/ops/world/__init__.pyi +2 -6
  256. bpy/path/__init__.pyi +2 -28
  257. bpy/props/__init__.pyi +2 -24
  258. bpy/types/__init__.pyi +1937 -31353
  259. bpy/typing/__init__.pyi +2490 -0
  260. bpy/utils/__init__.pyi +4 -74
  261. bpy/utils/previews/__init__.pyi +2 -10
  262. bpy/utils/units/__init__.pyi +2 -6
  263. bpy_extras/__init__.pyi +2 -2
  264. bpy_extras/anim_utils/__init__.pyi +2 -17
  265. bpy_extras/asset_utils/__init__.pyi +2 -5
  266. bpy_extras/bmesh_utils/__init__.pyi +2 -4
  267. bpy_extras/id_map_utils/__init__.pyi +2 -8
  268. bpy_extras/image_utils/__init__.pyi +2 -4
  269. bpy_extras/io_utils/__init__.pyi +2 -23
  270. bpy_extras/keyconfig_utils/__init__.pyi +2 -6
  271. bpy_extras/mesh_utils/__init__.pyi +2 -16
  272. bpy_extras/node_shader_utils/__init__.pyi +2 -23
  273. bpy_extras/node_utils/__init__.pyi +2 -6
  274. bpy_extras/object_utils/__init__.pyi +2 -15
  275. bpy_extras/view3d_utils/__init__.pyi +2 -10
  276. bpy_extras/wm_utils/__init__.pyi +2 -2
  277. bpy_extras/wm_utils/progress_report/__init__.pyi +2 -10
  278. bpy_restrict_state/__init__.pyi +2 -2
  279. bpy_types/__init__.pyi +2 -5
  280. console_python/__init__.pyi +2 -4
  281. console_shell/__init__.pyi +2 -2
  282. {fake_bpy_module-20240914.dist-info → fake_bpy_module-20240916.dist-info}/METADATA +1 -1
  283. fake_bpy_module-20240916.dist-info/RECORD +365 -0
  284. {fake_bpy_module-20240914.dist-info → fake_bpy_module-20240916.dist-info}/WHEEL +1 -1
  285. freestyle/__init__.pyi +2 -2
  286. freestyle/chainingiterators/__init__.pyi +2 -25
  287. freestyle/functions/__init__.pyi +2 -109
  288. freestyle/predicates/__init__.pyi +2 -30
  289. freestyle/shaders/__init__.pyi +2 -77
  290. freestyle/types/__init__.pyi +2 -192
  291. freestyle/utils/ContextFunctions/__init__.pyi +2 -20
  292. freestyle/utils/__init__.pyi +5 -51
  293. gpu/__init__.pyi +2 -2
  294. gpu/capabilities/__init__.pyi +2 -40
  295. gpu/matrix/__init__.pyi +2 -36
  296. gpu/platform/__init__.pyi +2 -12
  297. gpu/select/__init__.pyi +2 -4
  298. gpu/shader/__init__.pyi +2 -8
  299. gpu/state/__init__.pyi +2 -42
  300. gpu/texture/__init__.pyi +2 -4
  301. gpu/types/__init__.pyi +2 -54
  302. gpu_extras/__init__.pyi +2 -2
  303. gpu_extras/batch/__init__.pyi +2 -4
  304. gpu_extras/presets/__init__.pyi +2 -6
  305. graphviz_export/__init__.pyi +2 -2
  306. idprop/__init__.pyi +2 -2
  307. idprop/types/__init__.pyi +2 -11
  308. imbuf/__init__.pyi +2 -8
  309. imbuf/types/__init__.pyi +2 -6
  310. keyingsets_builtins/__init__.pyi +2 -70
  311. keyingsets_utils/__init__.pyi +2 -2
  312. mathutils/__init__.pyi +38 -228
  313. mathutils/bvhtree/__init__.pyi +2 -10
  314. mathutils/geometry/__init__.pyi +2 -54
  315. mathutils/interpolate/__init__.pyi +2 -4
  316. mathutils/kdtree/__init__.pyi +2 -8
  317. mathutils/noise/__init__.pyi +2 -36
  318. nodeitems_builtins/__init__.pyi +2 -4
  319. nodeitems_utils/__init__.pyi +2 -4
  320. rna_info/__init__.pyi +2 -7
  321. rna_keymap_ui/__init__.pyi +2 -2
  322. rna_prop_ui/__init__.pyi +2 -6
  323. rna_xml/__init__.pyi +2 -2
  324. fake_bpy_module-20240914.dist-info/RECORD +0 -364
  325. {fake_bpy_module-20240914.dist-info → fake_bpy_module-20240916.dist-info}/top_level.txt +0 -0
bmesh/ops/__init__.pyi CHANGED
@@ -20,8 +20,8 @@ import bmesh.types
20
20
  import bpy.types
21
21
  import mathutils
22
22
 
23
- GenericType1 = typing.TypeVar("GenericType1")
24
- GenericType2 = typing.TypeVar("GenericType2")
23
+ _GenericType1 = typing.TypeVar("_GenericType1")
24
+ _GenericType2 = typing.TypeVar("_GenericType2")
25
25
 
26
26
  def average_vert_facedata(bm: bmesh.types.BMesh, verts: list[bmesh.types.BMVert] = []):
27
27
  """Average Vertices Face-vert Data.Merge uv/vcols associated with the input vertices at
@@ -34,8 +34,6 @@ def average_vert_facedata(bm: bmesh.types.BMesh, verts: list[bmesh.types.BMVert]
34
34
  :type verts: list[bmesh.types.BMVert]
35
35
  """
36
36
 
37
- ...
38
-
39
37
  def beautify_fill(
40
38
  bm: bmesh.types.BMesh,
41
39
  faces: list[bmesh.types.BMFace] = [],
@@ -61,8 +59,6 @@ def beautify_fill(
61
59
  :rtype: dict[str, typing.Any]
62
60
  """
63
61
 
64
- ...
65
-
66
62
  def bevel(
67
63
  bm: bmesh.types.BMesh,
68
64
  geom: list[bmesh.types.BMEdge]
@@ -145,8 +141,6 @@ def bevel(
145
141
  :rtype: dict[str, typing.Any]
146
142
  """
147
143
 
148
- ...
149
-
150
144
  def bisect_edges(
151
145
  bm: bmesh.types.BMesh,
152
146
  edges: list[bmesh.types.BMEdge] = [],
@@ -169,8 +163,6 @@ def bisect_edges(
169
163
  :rtype: dict[str, typing.Any]
170
164
  """
171
165
 
172
- ...
173
-
174
166
  def bisect_plane(
175
167
  bm: bmesh.types.BMesh,
176
168
  geom: list[bmesh.types.BMEdge]
@@ -211,8 +203,6 @@ def bisect_plane(
211
203
  :rtype: dict[str, typing.Any]
212
204
  """
213
205
 
214
- ...
215
-
216
206
  def bmesh_to_mesh(
217
207
  bm: bmesh.types.BMesh, mesh: bpy.types.Mesh, object: bpy.types.Object
218
208
  ):
@@ -226,8 +216,6 @@ def bmesh_to_mesh(
226
216
  :type object: bpy.types.Object
227
217
  """
228
218
 
229
- ...
230
-
231
219
  def bridge_loops(
232
220
  bm: bmesh.types.BMesh,
233
221
  edges: list[bmesh.types.BMEdge] = [],
@@ -263,8 +251,6 @@ def bridge_loops(
263
251
  :rtype: dict[str, typing.Any]
264
252
  """
265
253
 
266
- ...
267
-
268
254
  def collapse(
269
255
  bm: bmesh.types.BMesh, edges: list[bmesh.types.BMEdge] = [], uvs: bool = False
270
256
  ):
@@ -278,8 +264,6 @@ def collapse(
278
264
  :type uvs: bool
279
265
  """
280
266
 
281
- ...
282
-
283
267
  def collapse_uvs(bm: bmesh.types.BMesh, edges: list[bmesh.types.BMEdge] = []):
284
268
  """Collapse Connected UVs.Collapses connected UV vertices.
285
269
 
@@ -289,8 +273,6 @@ def collapse_uvs(bm: bmesh.types.BMesh, edges: list[bmesh.types.BMEdge] = []):
289
273
  :type edges: list[bmesh.types.BMEdge]
290
274
  """
291
275
 
292
- ...
293
-
294
276
  def connect_vert_pair(
295
277
  bm: bmesh.types.BMesh,
296
278
  verts: list[bmesh.types.BMVert] = [],
@@ -313,8 +295,6 @@ def connect_vert_pair(
313
295
  :rtype: dict[str, typing.Any]
314
296
  """
315
297
 
316
- ...
317
-
318
298
  def connect_verts(
319
299
  bm: bmesh.types.BMesh,
320
300
  verts: list[bmesh.types.BMVert] = [],
@@ -337,8 +317,6 @@ def connect_verts(
337
317
  :rtype: dict[str, typing.Any]
338
318
  """
339
319
 
340
- ...
341
-
342
320
  def connect_verts_concave(
343
321
  bm: bmesh.types.BMesh, faces: list[bmesh.types.BMFace] = []
344
322
  ) -> dict[str, typing.Any]:
@@ -358,8 +336,6 @@ def connect_verts_concave(
358
336
  :rtype: dict[str, typing.Any]
359
337
  """
360
338
 
361
- ...
362
-
363
339
  def connect_verts_nonplanar(
364
340
  bm: bmesh.types.BMesh, angle_limit: float = 0, faces: list[bmesh.types.BMFace] = []
365
341
  ) -> dict[str, typing.Any]:
@@ -381,8 +357,6 @@ def connect_verts_nonplanar(
381
357
  :rtype: dict[str, typing.Any]
382
358
  """
383
359
 
384
- ...
385
-
386
360
  def contextual_create(
387
361
  bm: bmesh.types.BMesh,
388
362
  geom: list[bmesh.types.BMEdge]
@@ -414,8 +388,6 @@ def contextual_create(
414
388
  :rtype: dict[str, typing.Any]
415
389
  """
416
390
 
417
- ...
418
-
419
391
  def convex_hull(
420
392
  bm: bmesh.types.BMesh,
421
393
  input: list[bmesh.types.BMEdge]
@@ -455,8 +427,6 @@ def convex_hull(
455
427
  :rtype: dict[str, typing.Any]
456
428
  """
457
429
 
458
- ...
459
-
460
430
  def create_circle(
461
431
  bm: bmesh.types.BMesh,
462
432
  cap_ends: bool = False,
@@ -489,8 +459,6 @@ def create_circle(
489
459
  :rtype: dict[str, typing.Any]
490
460
  """
491
461
 
492
- ...
493
-
494
462
  def create_cone(
495
463
  bm: bmesh.types.BMesh,
496
464
  cap_ends: bool = False,
@@ -529,8 +497,6 @@ def create_cone(
529
497
  :rtype: dict[str, typing.Any]
530
498
  """
531
499
 
532
- ...
533
-
534
500
  def create_cube(
535
501
  bm: bmesh.types.BMesh,
536
502
  size: float = 0,
@@ -554,8 +520,6 @@ def create_cube(
554
520
  :rtype: dict[str, typing.Any]
555
521
  """
556
522
 
557
- ...
558
-
559
523
  def create_grid(
560
524
  bm: bmesh.types.BMesh,
561
525
  x_segments: int = 0,
@@ -585,8 +549,6 @@ def create_grid(
585
549
  :rtype: dict[str, typing.Any]
586
550
  """
587
551
 
588
- ...
589
-
590
552
  def create_icosphere(
591
553
  bm: bmesh.types.BMesh,
592
554
  subdivisions: int = 0,
@@ -613,8 +575,6 @@ def create_icosphere(
613
575
  :rtype: dict[str, typing.Any]
614
576
  """
615
577
 
616
- ...
617
-
618
578
  def create_monkey(
619
579
  bm: bmesh.types.BMesh,
620
580
  matrix: collections.abc.Sequence[collections.abc.Sequence[float]]
@@ -635,8 +595,6 @@ def create_monkey(
635
595
  :rtype: dict[str, typing.Any]
636
596
  """
637
597
 
638
- ...
639
-
640
598
  def create_uvsphere(
641
599
  bm: bmesh.types.BMesh,
642
600
  u_segments: int = 0,
@@ -666,8 +624,6 @@ def create_uvsphere(
666
624
  :rtype: dict[str, typing.Any]
667
625
  """
668
626
 
669
- ...
670
-
671
627
  def create_vert(
672
628
  bm: bmesh.types.BMesh,
673
629
  co: collections.abc.Sequence[float] | mathutils.Vector = mathutils.Vector(),
@@ -685,8 +641,6 @@ def create_vert(
685
641
  :rtype: dict[str, typing.Any]
686
642
  """
687
643
 
688
- ...
689
-
690
644
  def delete(
691
645
  bm: bmesh.types.BMesh,
692
646
  geom: list[bmesh.types.BMEdge]
@@ -712,8 +666,6 @@ def delete(
712
666
  :type context: typing.Literal['VERTS','EDGES','FACES_ONLY','EDGES_FACES','FACES','FACES_KEEP_BOUNDARY','TAGGED_ONLY']
713
667
  """
714
668
 
715
- ...
716
-
717
669
  def dissolve_degenerate(
718
670
  bm: bmesh.types.BMesh, dist: float = 0, edges: list[bmesh.types.BMEdge] = []
719
671
  ):
@@ -727,8 +679,6 @@ def dissolve_degenerate(
727
679
  :type edges: list[bmesh.types.BMEdge]
728
680
  """
729
681
 
730
- ...
731
-
732
682
  def dissolve_edges(
733
683
  bm: bmesh.types.BMesh,
734
684
  edges: list[bmesh.types.BMEdge] = [],
@@ -751,8 +701,6 @@ def dissolve_edges(
751
701
  :rtype: dict[str, typing.Any]
752
702
  """
753
703
 
754
- ...
755
-
756
704
  def dissolve_faces(
757
705
  bm: bmesh.types.BMesh, faces: list[bmesh.types.BMFace] = [], use_verts: bool = False
758
706
  ) -> dict[str, typing.Any]:
@@ -770,8 +718,6 @@ def dissolve_faces(
770
718
  :rtype: dict[str, typing.Any]
771
719
  """
772
720
 
773
- ...
774
-
775
721
  def dissolve_limit(
776
722
  bm: bmesh.types.BMesh,
777
723
  angle_limit: float = 0,
@@ -799,8 +745,6 @@ def dissolve_limit(
799
745
  :rtype: dict[str, typing.Any]
800
746
  """
801
747
 
802
- ...
803
-
804
748
  def dissolve_verts(
805
749
  bm: bmesh.types.BMesh,
806
750
  verts: list[bmesh.types.BMVert] = [],
@@ -819,8 +763,6 @@ def dissolve_verts(
819
763
  :type use_boundary_tear: bool
820
764
  """
821
765
 
822
- ...
823
-
824
766
  def duplicate(
825
767
  bm: bmesh.types.BMesh,
826
768
  geom: list[bmesh.types.BMEdge]
@@ -873,8 +815,6 @@ def duplicate(
873
815
  :rtype: dict[str, typing.Any]
874
816
  """
875
817
 
876
- ...
877
-
878
818
  def edgeloop_fill(
879
819
  bm: bmesh.types.BMesh,
880
820
  edges: list[bmesh.types.BMEdge] = [],
@@ -897,8 +837,6 @@ def edgeloop_fill(
897
837
  :rtype: dict[str, typing.Any]
898
838
  """
899
839
 
900
- ...
901
-
902
840
  def edgenet_fill(
903
841
  bm: bmesh.types.BMesh,
904
842
  edges: list[bmesh.types.BMEdge] = [],
@@ -924,8 +862,6 @@ def edgenet_fill(
924
862
  :rtype: dict[str, typing.Any]
925
863
  """
926
864
 
927
- ...
928
-
929
865
  def edgenet_prepare(
930
866
  bm: bmesh.types.BMesh, edges: list[bmesh.types.BMEdge] = []
931
867
  ) -> dict[str, typing.Any]:
@@ -942,8 +878,6 @@ def edgenet_prepare(
942
878
  :rtype: dict[str, typing.Any]
943
879
  """
944
880
 
945
- ...
946
-
947
881
  def extrude_discrete_faces(
948
882
  bm: bmesh.types.BMesh,
949
883
  faces: list[bmesh.types.BMFace] = [],
@@ -966,8 +900,6 @@ def extrude_discrete_faces(
966
900
  :rtype: dict[str, typing.Any]
967
901
  """
968
902
 
969
- ...
970
-
971
903
  def extrude_edge_only(
972
904
  bm: bmesh.types.BMesh,
973
905
  edges: list[bmesh.types.BMEdge] = [],
@@ -991,8 +923,6 @@ def extrude_edge_only(
991
923
  :rtype: dict[str, typing.Any]
992
924
  """
993
925
 
994
- ...
995
-
996
926
  def extrude_face_region(
997
927
  bm: bmesh.types.BMesh,
998
928
  geom: list[bmesh.types.BMEdge]
@@ -1028,8 +958,6 @@ def extrude_face_region(
1028
958
  :rtype: dict[str, typing.Any]
1029
959
  """
1030
960
 
1031
- ...
1032
-
1033
961
  def extrude_vert_indiv(
1034
962
  bm: bmesh.types.BMesh,
1035
963
  verts: list[bmesh.types.BMVert] = [],
@@ -1053,8 +981,6 @@ def extrude_vert_indiv(
1053
981
  :rtype: dict[str, typing.Any]
1054
982
  """
1055
983
 
1056
- ...
1057
-
1058
984
  def face_attribute_fill(
1059
985
  bm: bmesh.types.BMesh,
1060
986
  faces: list[bmesh.types.BMFace] = [],
@@ -1077,8 +1003,6 @@ def face_attribute_fill(
1077
1003
  :rtype: dict[str, typing.Any]
1078
1004
  """
1079
1005
 
1080
- ...
1081
-
1082
1006
  def find_doubles(
1083
1007
  bm: bmesh.types.BMesh,
1084
1008
  verts: list[bmesh.types.BMVert] = [],
@@ -1103,8 +1027,6 @@ def find_doubles(
1103
1027
  :rtype: dict[str, typing.Any]
1104
1028
  """
1105
1029
 
1106
- ...
1107
-
1108
1030
  def flip_quad_tessellation(bm: bmesh.types.BMesh, faces: list[bmesh.types.BMFace] = []):
1109
1031
  """Flip Quad TessellationFlip the tessellation direction of the selected quads.
1110
1032
 
@@ -1114,8 +1036,6 @@ def flip_quad_tessellation(bm: bmesh.types.BMesh, faces: list[bmesh.types.BMFace
1114
1036
  :type faces: list[bmesh.types.BMFace]
1115
1037
  """
1116
1038
 
1117
- ...
1118
-
1119
1039
  def grid_fill(
1120
1040
  bm: bmesh.types.BMesh,
1121
1041
  edges: list[bmesh.types.BMEdge] = [],
@@ -1141,8 +1061,6 @@ def grid_fill(
1141
1061
  :rtype: dict[str, typing.Any]
1142
1062
  """
1143
1063
 
1144
- ...
1145
-
1146
1064
  def holes_fill(
1147
1065
  bm: bmesh.types.BMesh, edges: list[bmesh.types.BMEdge] = [], sides: int = 0
1148
1066
  ) -> dict[str, typing.Any]:
@@ -1160,8 +1078,6 @@ def holes_fill(
1160
1078
  :rtype: dict[str, typing.Any]
1161
1079
  """
1162
1080
 
1163
- ...
1164
-
1165
1081
  def inset_individual(
1166
1082
  bm: bmesh.types.BMesh,
1167
1083
  faces: list[bmesh.types.BMFace] = [],
@@ -1193,8 +1109,6 @@ def inset_individual(
1193
1109
  :rtype: dict[str, typing.Any]
1194
1110
  """
1195
1111
 
1196
- ...
1197
-
1198
1112
  def inset_region(
1199
1113
  bm: bmesh.types.BMesh,
1200
1114
  faces: list[bmesh.types.BMFace] = [],
@@ -1238,8 +1152,6 @@ def inset_region(
1238
1152
  :rtype: dict[str, typing.Any]
1239
1153
  """
1240
1154
 
1241
- ...
1242
-
1243
1155
  def join_triangles(
1244
1156
  bm: bmesh.types.BMesh,
1245
1157
  faces: list[bmesh.types.BMFace] = [],
@@ -1278,8 +1190,6 @@ def join_triangles(
1278
1190
  :rtype: dict[str, typing.Any]
1279
1191
  """
1280
1192
 
1281
- ...
1282
-
1283
1193
  def mesh_to_bmesh(
1284
1194
  bm: bmesh.types.BMesh,
1285
1195
  mesh: bpy.types.Mesh,
@@ -1299,8 +1209,6 @@ def mesh_to_bmesh(
1299
1209
  :type use_shapekey: bool
1300
1210
  """
1301
1211
 
1302
- ...
1303
-
1304
1212
  def mirror(
1305
1213
  bm: bmesh.types.BMesh,
1306
1214
  geom: list[bmesh.types.BMEdge]
@@ -1343,8 +1251,6 @@ def mirror(
1343
1251
  :rtype: dict[str, typing.Any]
1344
1252
  """
1345
1253
 
1346
- ...
1347
-
1348
1254
  def object_load_bmesh(
1349
1255
  bm: bmesh.types.BMesh, scene: bpy.types.Scene, object: bpy.types.Object
1350
1256
  ):
@@ -1359,8 +1265,6 @@ def object_load_bmesh(
1359
1265
  :type object: bpy.types.Object
1360
1266
  """
1361
1267
 
1362
- ...
1363
-
1364
1268
  def offset_edgeloops(
1365
1269
  bm: bmesh.types.BMesh,
1366
1270
  edges: list[bmesh.types.BMEdge] = [],
@@ -1380,8 +1284,6 @@ def offset_edgeloops(
1380
1284
  :rtype: dict[str, typing.Any]
1381
1285
  """
1382
1286
 
1383
- ...
1384
-
1385
1287
  def planar_faces(
1386
1288
  bm: bmesh.types.BMesh,
1387
1289
  faces: list[bmesh.types.BMFace] = [],
@@ -1404,8 +1306,6 @@ def planar_faces(
1404
1306
  :rtype: dict[str, typing.Any]
1405
1307
  """
1406
1308
 
1407
- ...
1408
-
1409
1309
  def pointmerge(
1410
1310
  bm: bmesh.types.BMesh,
1411
1311
  verts: list[bmesh.types.BMVert] = [],
@@ -1421,8 +1321,6 @@ def pointmerge(
1421
1321
  :type merge_co: collections.abc.Sequence[float] | mathutils.Vector
1422
1322
  """
1423
1323
 
1424
- ...
1425
-
1426
1324
  def pointmerge_facedata(
1427
1325
  bm: bmesh.types.BMesh,
1428
1326
  verts: list[bmesh.types.BMVert] = [],
@@ -1438,8 +1336,6 @@ def pointmerge_facedata(
1438
1336
  :type vert_snap: bmesh.types.BMVert
1439
1337
  """
1440
1338
 
1441
- ...
1442
-
1443
1339
  def poke(
1444
1340
  bm: bmesh.types.BMesh,
1445
1341
  faces: list[bmesh.types.BMFace] = [],
@@ -1469,8 +1365,6 @@ def poke(
1469
1365
  :rtype: dict[str, typing.Any]
1470
1366
  """
1471
1367
 
1472
- ...
1473
-
1474
1368
  def recalc_face_normals(bm: bmesh.types.BMesh, faces: list[bmesh.types.BMFace] = []):
1475
1369
  """Right-Hand Faces.Computes an "outside" normal for the specified input faces.
1476
1370
 
@@ -1480,8 +1374,6 @@ def recalc_face_normals(bm: bmesh.types.BMesh, faces: list[bmesh.types.BMFace] =
1480
1374
  :type faces: list[bmesh.types.BMFace]
1481
1375
  """
1482
1376
 
1483
- ...
1484
-
1485
1377
  def region_extend(
1486
1378
  bm: bmesh.types.BMesh,
1487
1379
  geom: list[bmesh.types.BMEdge]
@@ -1512,8 +1404,6 @@ def region_extend(
1512
1404
  :rtype: dict[str, typing.Any]
1513
1405
  """
1514
1406
 
1515
- ...
1516
-
1517
1407
  def remove_doubles(
1518
1408
  bm: bmesh.types.BMesh, verts: list[bmesh.types.BMVert] = [], dist: float = 0
1519
1409
  ):
@@ -1528,8 +1418,6 @@ def remove_doubles(
1528
1418
  :type dist: float
1529
1419
  """
1530
1420
 
1531
- ...
1532
-
1533
1421
  def reverse_colors(
1534
1422
  bm: bmesh.types.BMesh, faces: list[bmesh.types.BMFace] = [], color_index: int = 0
1535
1423
  ):
@@ -1543,8 +1431,6 @@ def reverse_colors(
1543
1431
  :type color_index: int
1544
1432
  """
1545
1433
 
1546
- ...
1547
-
1548
1434
  def reverse_faces(
1549
1435
  bm: bmesh.types.BMesh,
1550
1436
  faces: list[bmesh.types.BMFace] = [],
@@ -1561,8 +1447,6 @@ def reverse_faces(
1561
1447
  :type flip_multires: bool
1562
1448
  """
1563
1449
 
1564
- ...
1565
-
1566
1450
  def reverse_uvs(bm: bmesh.types.BMesh, faces: list[bmesh.types.BMFace] = []):
1567
1451
  """UV Reverse.Reverse the UVs
1568
1452
 
@@ -1572,8 +1456,6 @@ def reverse_uvs(bm: bmesh.types.BMesh, faces: list[bmesh.types.BMFace] = []):
1572
1456
  :type faces: list[bmesh.types.BMFace]
1573
1457
  """
1574
1458
 
1575
- ...
1576
-
1577
1459
  def rotate(
1578
1460
  bm: bmesh.types.BMesh,
1579
1461
  cent: collections.abc.Sequence[float] | mathutils.Vector = mathutils.Vector(),
@@ -1600,8 +1482,6 @@ def rotate(
1600
1482
  :type use_shapekey: bool
1601
1483
  """
1602
1484
 
1603
- ...
1604
-
1605
1485
  def rotate_colors(
1606
1486
  bm: bmesh.types.BMesh,
1607
1487
  faces: list[bmesh.types.BMFace] = [],
@@ -1620,8 +1500,6 @@ def rotate_colors(
1620
1500
  :type color_index: int
1621
1501
  """
1622
1502
 
1623
- ...
1624
-
1625
1503
  def rotate_edges(
1626
1504
  bm: bmesh.types.BMesh, edges: list[bmesh.types.BMEdge] = [], use_ccw: bool = False
1627
1505
  ) -> dict[str, typing.Any]:
@@ -1640,8 +1518,6 @@ def rotate_edges(
1640
1518
  :rtype: dict[str, typing.Any]
1641
1519
  """
1642
1520
 
1643
- ...
1644
-
1645
1521
  def rotate_uvs(
1646
1522
  bm: bmesh.types.BMesh, faces: list[bmesh.types.BMFace] = [], use_ccw: bool = False
1647
1523
  ):
@@ -1655,8 +1531,6 @@ def rotate_uvs(
1655
1531
  :type use_ccw: bool
1656
1532
  """
1657
1533
 
1658
- ...
1659
-
1660
1534
  def scale(
1661
1535
  bm: bmesh.types.BMesh,
1662
1536
  vec: collections.abc.Sequence[float] | mathutils.Vector = mathutils.Vector(),
@@ -1679,8 +1553,6 @@ def scale(
1679
1553
  :type use_shapekey: bool
1680
1554
  """
1681
1555
 
1682
- ...
1683
-
1684
1556
  def smooth_laplacian_vert(
1685
1557
  bm: bmesh.types.BMesh,
1686
1558
  verts: list[bmesh.types.BMVert] = [],
@@ -1712,8 +1584,6 @@ def smooth_laplacian_vert(
1712
1584
  :type preserve_volume: bool
1713
1585
  """
1714
1586
 
1715
- ...
1716
-
1717
1587
  def smooth_vert(
1718
1588
  bm: bmesh.types.BMesh,
1719
1589
  verts: list[bmesh.types.BMVert] = [],
@@ -1750,8 +1620,6 @@ def smooth_vert(
1750
1620
  :type use_axis_z: bool
1751
1621
  """
1752
1622
 
1753
- ...
1754
-
1755
1623
  def solidify(
1756
1624
  bm: bmesh.types.BMesh,
1757
1625
  geom: list[bmesh.types.BMEdge]
@@ -1773,8 +1641,6 @@ def solidify(
1773
1641
  :rtype: dict[str, typing.Any]
1774
1642
  """
1775
1643
 
1776
- ...
1777
-
1778
1644
  def spin(
1779
1645
  bm: bmesh.types.BMesh,
1780
1646
  geom: list[bmesh.types.BMEdge]
@@ -1822,8 +1688,6 @@ def spin(
1822
1688
  :rtype: dict[str, typing.Any]
1823
1689
  """
1824
1690
 
1825
- ...
1826
-
1827
1691
  def split(
1828
1692
  bm: bmesh.types.BMesh,
1829
1693
  geom: list[bmesh.types.BMEdge]
@@ -1857,8 +1721,6 @@ def split(
1857
1721
  :rtype: dict[str, typing.Any]
1858
1722
  """
1859
1723
 
1860
- ...
1861
-
1862
1724
  def split_edges(
1863
1725
  bm: bmesh.types.BMesh,
1864
1726
  edges: list[bmesh.types.BMEdge] = [],
@@ -1881,8 +1743,6 @@ def split_edges(
1881
1743
  :rtype: dict[str, typing.Any]
1882
1744
  """
1883
1745
 
1884
- ...
1885
-
1886
1746
  def subdivide_edgering(
1887
1747
  bm: bmesh.types.BMesh,
1888
1748
  edges: list[bmesh.types.BMEdge] = [],
@@ -1916,8 +1776,6 @@ def subdivide_edgering(
1916
1776
  :rtype: dict[str, typing.Any]
1917
1777
  """
1918
1778
 
1919
- ...
1920
-
1921
1779
  def subdivide_edges(
1922
1780
  bm: bmesh.types.BMesh,
1923
1781
  edges: list[bmesh.types.BMEdge] = [],
@@ -1987,8 +1845,6 @@ def subdivide_edges(
1987
1845
  :rtype: dict[str, typing.Any]
1988
1846
  """
1989
1847
 
1990
- ...
1991
-
1992
1848
  def symmetrize(
1993
1849
  bm: bmesh.types.BMesh,
1994
1850
  input: list[bmesh.types.BMEdge]
@@ -2019,8 +1875,6 @@ def symmetrize(
2019
1875
  :rtype: dict[str, typing.Any]
2020
1876
  """
2021
1877
 
2022
- ...
2023
-
2024
1878
  def transform(
2025
1879
  bm: bmesh.types.BMesh,
2026
1880
  matrix: collections.abc.Sequence[collections.abc.Sequence[float]]
@@ -2045,8 +1899,6 @@ def transform(
2045
1899
  :type use_shapekey: bool
2046
1900
  """
2047
1901
 
2048
- ...
2049
-
2050
1902
  def translate(
2051
1903
  bm: bmesh.types.BMesh,
2052
1904
  vec: collections.abc.Sequence[float] | mathutils.Vector = mathutils.Vector(),
@@ -2069,8 +1921,6 @@ def translate(
2069
1921
  :type use_shapekey: bool
2070
1922
  """
2071
1923
 
2072
- ...
2073
-
2074
1924
  def triangle_fill(
2075
1925
  bm: bmesh.types.BMesh,
2076
1926
  use_beauty: bool = False,
@@ -2096,8 +1946,6 @@ def triangle_fill(
2096
1946
  :rtype: dict[str, typing.Any]
2097
1947
  """
2098
1948
 
2099
- ...
2100
-
2101
1949
  def triangulate(
2102
1950
  bm: bmesh.types.BMesh,
2103
1951
  faces: list[bmesh.types.BMFace] = [],
@@ -2134,8 +1982,6 @@ def triangulate(
2134
1982
  :rtype: dict[str, typing.Any]
2135
1983
  """
2136
1984
 
2137
- ...
2138
-
2139
1985
  def unsubdivide(
2140
1986
  bm: bmesh.types.BMesh, verts: list[bmesh.types.BMVert] = [], iterations: int = 0
2141
1987
  ):
@@ -2149,8 +1995,6 @@ def unsubdivide(
2149
1995
  :type iterations: int
2150
1996
  """
2151
1997
 
2152
- ...
2153
-
2154
1998
  def weld_verts(bm: bmesh.types.BMesh, targetmap={}):
2155
1999
  """Weld Verts.Welds verts together (kind-of like remove doubles, merge, etc, all of which
2156
2000
  use or will use this BMOP). You pass in mappings from vertices to the vertices
@@ -2161,8 +2005,6 @@ def weld_verts(bm: bmesh.types.BMesh, targetmap={}):
2161
2005
  :param targetmap: maps welded vertices to verts they should weld to
2162
2006
  """
2163
2007
 
2164
- ...
2165
-
2166
2008
  def wireframe(
2167
2009
  bm: bmesh.types.BMesh,
2168
2010
  faces: list[bmesh.types.BMFace] = [],
@@ -2205,5 +2047,3 @@ def wireframe(
2205
2047
  type list of (`bmesh.types.BMFace`)
2206
2048
  :rtype: dict[str, typing.Any]
2207
2049
  """
2208
-
2209
- ...