fake-bpy-module 20240601__py3-none-any.whl → 20240604__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 (106) hide show
  1. aud/__init__.pyi +4 -4
  2. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
  3. bl_ui/generic_ui_list/__init__.pyi +2 -2
  4. bl_ui/space_sequencer/__init__.pyi +14 -0
  5. bl_ui/space_userpref/__init__.pyi +234 -0
  6. bl_ui/space_view3d/__init__.pyi +810 -0
  7. blf/__init__.pyi +4 -4
  8. bmesh/ops/__init__.pyi +97 -82
  9. bmesh/types/__init__.pyi +37 -32
  10. bmesh/utils/__init__.pyi +2 -4
  11. bpy/ops/action/__init__.pyi +152 -152
  12. bpy/ops/anim/__init__.pyi +216 -216
  13. bpy/ops/armature/__init__.pyi +192 -192
  14. bpy/ops/asset/__init__.pyi +64 -64
  15. bpy/ops/boid/__init__.pyi +32 -32
  16. bpy/ops/brush/__init__.pyi +36 -36
  17. bpy/ops/buttons/__init__.pyi +24 -24
  18. bpy/ops/cachefile/__init__.pyi +20 -20
  19. bpy/ops/camera/__init__.pyi +8 -8
  20. bpy/ops/clip/__init__.pyi +368 -368
  21. bpy/ops/cloth/__init__.pyi +4 -4
  22. bpy/ops/collection/__init__.pyi +36 -36
  23. bpy/ops/console/__init__.pyi +84 -84
  24. bpy/ops/constraint/__init__.pyi +72 -72
  25. bpy/ops/curve/__init__.pyi +204 -204
  26. bpy/ops/curves/__init__.pyi +108 -108
  27. bpy/ops/cycles/__init__.pyi +12 -12
  28. bpy/ops/dpaint/__init__.pyi +20 -20
  29. bpy/ops/ed/__init__.pyi +48 -48
  30. bpy/ops/export_anim/__init__.pyi +4 -4
  31. bpy/ops/export_scene/__init__.pyi +8 -8
  32. bpy/ops/extensions/__init__.pyi +123 -109
  33. bpy/ops/file/__init__.pyi +160 -160
  34. bpy/ops/fluid/__init__.pyi +56 -56
  35. bpy/ops/font/__init__.pyi +92 -92
  36. bpy/ops/geometry/__init__.pyi +40 -40
  37. bpy/ops/gizmogroup/__init__.pyi +8 -8
  38. bpy/ops/gpencil/__init__.pyi +600 -600
  39. bpy/ops/graph/__init__.pyi +260 -260
  40. bpy/ops/grease_pencil/__init__.pyi +292 -292
  41. bpy/ops/image/__init__.pyi +192 -192
  42. bpy/ops/import_anim/__init__.pyi +4 -4
  43. bpy/ops/import_curve/__init__.pyi +4 -4
  44. bpy/ops/import_scene/__init__.pyi +8 -8
  45. bpy/ops/info/__init__.pyi +28 -28
  46. bpy/ops/lattice/__init__.pyi +32 -32
  47. bpy/ops/marker/__init__.pyi +44 -44
  48. bpy/ops/mask/__init__.pyi +156 -156
  49. bpy/ops/material/__init__.pyi +12 -12
  50. bpy/ops/mball/__init__.pyi +32 -32
  51. bpy/ops/mesh/__init__.pyi +652 -652
  52. bpy/ops/nla/__init__.pyi +156 -156
  53. bpy/ops/node/__init__.pyi +416 -416
  54. bpy/ops/object/__init__.pyi +984 -984
  55. bpy/ops/outliner/__init__.pyi +284 -284
  56. bpy/ops/paint/__init__.pyi +220 -220
  57. bpy/ops/paintcurve/__init__.pyi +32 -32
  58. bpy/ops/palette/__init__.pyi +28 -28
  59. bpy/ops/particle/__init__.pyi +144 -144
  60. bpy/ops/pose/__init__.pyi +156 -156
  61. bpy/ops/poselib/__init__.pyi +36 -36
  62. bpy/ops/preferences/__init__.pyi +148 -148
  63. bpy/ops/ptcache/__init__.pyi +28 -28
  64. bpy/ops/render/__init__.pyi +48 -48
  65. bpy/ops/rigidbody/__init__.pyi +52 -52
  66. bpy/ops/scene/__init__.pyi +156 -156
  67. bpy/ops/screen/__init__.pyi +156 -156
  68. bpy/ops/script/__init__.pyi +12 -12
  69. bpy/ops/sculpt/__init__.pyi +144 -144
  70. bpy/ops/sculpt_curves/__init__.pyi +16 -16
  71. bpy/ops/sequencer/__init__.pyi +364 -340
  72. bpy/ops/sound/__init__.pyi +28 -28
  73. bpy/ops/spreadsheet/__init__.pyi +16 -16
  74. bpy/ops/surface/__init__.pyi +24 -24
  75. bpy/ops/text/__init__.pyi +172 -172
  76. bpy/ops/text_editor/__init__.pyi +4 -4
  77. bpy/ops/texture/__init__.pyi +16 -16
  78. bpy/ops/transform/__init__.pyi +111 -108
  79. bpy/ops/ui/__init__.pyi +132 -132
  80. bpy/ops/uilist/__init__.pyi +12 -12
  81. bpy/ops/uv/__init__.pyi +196 -196
  82. bpy/ops/view2d/__init__.pyi +56 -56
  83. bpy/ops/view3d/__init__.pyi +268 -268
  84. bpy/ops/wm/__init__.pyi +448 -448
  85. bpy/ops/workspace/__init__.pyi +28 -28
  86. bpy/ops/world/__init__.pyi +8 -8
  87. bpy/path/__init__.pyi +18 -18
  88. bpy/props/__init__.pyi +11 -11
  89. bpy/types/__init__.pyi +1527 -1737
  90. bpy/utils/__init__.pyi +4 -4
  91. bpy_extras/mesh_utils/__init__.pyi +4 -4
  92. bpy_extras/view3d_utils/__init__.pyi +24 -20
  93. bpy_types/__init__.pyi +12 -7
  94. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/METADATA +1 -1
  95. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/RECORD +106 -106
  96. freestyle/types/__init__.pyi +64 -64
  97. freestyle/utils/__init__.pyi +2 -2
  98. gpu/matrix/__init__.pyi +15 -6
  99. gpu/state/__init__.pyi +2 -2
  100. gpu/types/__init__.pyi +6 -4
  101. gpu_extras/presets/__init__.pyi +8 -4
  102. imbuf/__init__.pyi +4 -4
  103. mathutils/__init__.pyi +292 -187
  104. mathutils/geometry/__init__.pyi +2 -5
  105. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/WHEEL +0 -0
  106. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/top_level.txt +0 -0
bpy/ops/mesh/__init__.pyi CHANGED
@@ -7,8 +7,8 @@ GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
9
  def attribute_set(
10
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
11
- execution_context: str | int | None = None,
10
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
11
+ execution_context: int | str | None = None,
12
12
  undo: bool | None = None,
13
13
  *,
14
14
  value_float: typing.Any | None = 0.0,
@@ -21,8 +21,8 @@ def attribute_set(
21
21
  ):
22
22
  """Set values of the active attribute for selected elements
23
23
 
24
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
25
- :type execution_context: str | int | None
24
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
25
+ :type execution_context: int | str | None
26
26
  :type undo: bool | None
27
27
  :param value_float: Value
28
28
  :type value_float: typing.Any | None
@@ -43,8 +43,8 @@ def attribute_set(
43
43
  ...
44
44
 
45
45
  def average_normals(
46
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
47
- execution_context: str | int | None = None,
46
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
47
+ execution_context: int | str | None = None,
48
48
  undo: bool | None = None,
49
49
  *,
50
50
  average_type: str | None = "CUSTOM_NORMAL",
@@ -53,8 +53,8 @@ def average_normals(
53
53
  ):
54
54
  """Average custom normals of selected vertices
55
55
 
56
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
57
- :type execution_context: str | int | None
56
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
57
+ :type execution_context: int | str | None
58
58
  :type undo: bool | None
59
59
  :param average_type: Type, Averaging method
60
60
 
@@ -76,16 +76,16 @@ def average_normals(
76
76
  ...
77
77
 
78
78
  def beautify_fill(
79
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
80
- execution_context: str | int | None = None,
79
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
80
+ execution_context: int | str | None = None,
81
81
  undo: bool | None = None,
82
82
  *,
83
83
  angle_limit: typing.Any | None = 3.14159,
84
84
  ):
85
85
  """Rearrange some faces to try to get less degenerated geometry
86
86
 
87
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
88
- :type execution_context: str | int | None
87
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
88
+ :type execution_context: int | str | None
89
89
  :type undo: bool | None
90
90
  :param angle_limit: Max Angle, Angle limit
91
91
  :type angle_limit: typing.Any | None
@@ -94,8 +94,8 @@ def beautify_fill(
94
94
  ...
95
95
 
96
96
  def bevel(
97
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
98
- execution_context: str | int | None = None,
97
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
98
+ execution_context: int | str | None = None,
99
99
  undo: bool | None = None,
100
100
  *,
101
101
  offset_type: str | None = "OFFSET",
@@ -120,8 +120,8 @@ def bevel(
120
120
  ):
121
121
  """Cut into selected items at an angle to create bevel or chamfer
122
122
 
123
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
124
- :type execution_context: str | int | None
123
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
124
+ :type execution_context: int | str | None
125
125
  :type undo: bool | None
126
126
  :param offset_type: Width Type, The method for determining the size of the bevel
127
127
 
@@ -226,8 +226,8 @@ def bevel(
226
226
  ...
227
227
 
228
228
  def bisect(
229
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
230
- execution_context: str | int | None = None,
229
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
230
+ execution_context: int | str | None = None,
231
231
  undo: bool | None = None,
232
232
  *,
233
233
  plane_co: typing.Any | None = (0.0, 0.0, 0.0),
@@ -245,8 +245,8 @@ def bisect(
245
245
  ):
246
246
  """Cut geometry along a plane (click-drag to define plane)
247
247
 
248
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
249
- :type execution_context: str | int | None
248
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
249
+ :type execution_context: int | str | None
250
250
  :type undo: bool | None
251
251
  :param plane_co: Plane Point, A point on the plane
252
252
  :type plane_co: typing.Any | None
@@ -277,8 +277,8 @@ def bisect(
277
277
  ...
278
278
 
279
279
  def blend_from_shape(
280
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
281
- execution_context: str | int | None = None,
280
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
281
+ execution_context: int | str | None = None,
282
282
  undo: bool | None = None,
283
283
  *,
284
284
  shape: str | None = "",
@@ -287,8 +287,8 @@ def blend_from_shape(
287
287
  ):
288
288
  """Blend in shape from a shape key
289
289
 
290
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
291
- :type execution_context: str | int | None
290
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
291
+ :type execution_context: int | str | None
292
292
  :type undo: bool | None
293
293
  :param shape: Shape, Shape key to use for blending
294
294
  :type shape: str | None
@@ -301,8 +301,8 @@ def blend_from_shape(
301
301
  ...
302
302
 
303
303
  def bridge_edge_loops(
304
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
305
- execution_context: str | int | None = None,
304
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
305
+ execution_context: int | str | None = None,
306
306
  undo: bool | None = None,
307
307
  *,
308
308
  type: str | None = "SINGLE",
@@ -317,8 +317,8 @@ def bridge_edge_loops(
317
317
  ):
318
318
  """Create a bridge of faces between two or more selected edge loops
319
319
 
320
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
321
- :type execution_context: str | int | None
320
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
321
+ :type execution_context: int | str | None
322
322
  :type undo: bool | None
323
323
  :param type: Connect Loops, Method of bridging multiple loops
324
324
  :type type: str | None
@@ -343,30 +343,30 @@ def bridge_edge_loops(
343
343
  ...
344
344
 
345
345
  def colors_reverse(
346
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
347
- execution_context: str | int | None = None,
346
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
347
+ execution_context: int | str | None = None,
348
348
  undo: bool | None = None,
349
349
  ):
350
350
  """Flip direction of face corner color attribute inside faces
351
351
 
352
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
353
- :type execution_context: str | int | None
352
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
353
+ :type execution_context: int | str | None
354
354
  :type undo: bool | None
355
355
  """
356
356
 
357
357
  ...
358
358
 
359
359
  def colors_rotate(
360
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
361
- execution_context: str | int | None = None,
360
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
361
+ execution_context: int | str | None = None,
362
362
  undo: bool | None = None,
363
363
  *,
364
364
  use_ccw: bool | typing.Any | None = False,
365
365
  ):
366
366
  """Rotate face corner color attribute inside faces
367
367
 
368
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
369
- :type execution_context: str | int | None
368
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
369
+ :type execution_context: int | str | None
370
370
  :type undo: bool | None
371
371
  :param use_ccw: Counter Clockwise
372
372
  :type use_ccw: bool | typing.Any | None
@@ -375,8 +375,8 @@ def colors_rotate(
375
375
  ...
376
376
 
377
377
  def convex_hull(
378
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
379
- execution_context: str | int | None = None,
378
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
379
+ execution_context: int | str | None = None,
380
380
  undo: bool | None = None,
381
381
  *,
382
382
  delete_unused: bool | typing.Any | None = True,
@@ -393,8 +393,8 @@ def convex_hull(
393
393
  ):
394
394
  """Enclose selected vertices in a convex polyhedron
395
395
 
396
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
397
- :type execution_context: str | int | None
396
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
397
+ :type execution_context: int | str | None
398
398
  :type undo: bool | None
399
399
  :param delete_unused: Delete Unused, Delete selected elements that are not used by the hull
400
400
  :type delete_unused: bool | typing.Any | None
@@ -423,78 +423,78 @@ def convex_hull(
423
423
  ...
424
424
 
425
425
  def customdata_custom_splitnormals_add(
426
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
427
- execution_context: str | int | None = None,
426
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
427
+ execution_context: int | str | None = None,
428
428
  undo: bool | None = None,
429
429
  ):
430
430
  """Add a custom split normals layer, if none exists yet
431
431
 
432
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
433
- :type execution_context: str | int | None
432
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
433
+ :type execution_context: int | str | None
434
434
  :type undo: bool | None
435
435
  """
436
436
 
437
437
  ...
438
438
 
439
439
  def customdata_custom_splitnormals_clear(
440
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
441
- execution_context: str | int | None = None,
440
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
441
+ execution_context: int | str | None = None,
442
442
  undo: bool | None = None,
443
443
  ):
444
444
  """Remove the custom split normals layer, if it exists
445
445
 
446
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
447
- :type execution_context: str | int | None
446
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
447
+ :type execution_context: int | str | None
448
448
  :type undo: bool | None
449
449
  """
450
450
 
451
451
  ...
452
452
 
453
453
  def customdata_mask_clear(
454
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
455
- execution_context: str | int | None = None,
454
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
455
+ execution_context: int | str | None = None,
456
456
  undo: bool | None = None,
457
457
  ):
458
458
  """Clear vertex sculpt masking data from the mesh
459
459
 
460
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
461
- :type execution_context: str | int | None
460
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
461
+ :type execution_context: int | str | None
462
462
  :type undo: bool | None
463
463
  """
464
464
 
465
465
  ...
466
466
 
467
467
  def customdata_skin_add(
468
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
469
- execution_context: str | int | None = None,
468
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
469
+ execution_context: int | str | None = None,
470
470
  undo: bool | None = None,
471
471
  ):
472
472
  """Add a vertex skin layer
473
473
 
474
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
475
- :type execution_context: str | int | None
474
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
475
+ :type execution_context: int | str | None
476
476
  :type undo: bool | None
477
477
  """
478
478
 
479
479
  ...
480
480
 
481
481
  def customdata_skin_clear(
482
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
483
- execution_context: str | int | None = None,
482
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
483
+ execution_context: int | str | None = None,
484
484
  undo: bool | None = None,
485
485
  ):
486
486
  """Clear vertex skin layer
487
487
 
488
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
489
- :type execution_context: str | int | None
488
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
489
+ :type execution_context: int | str | None
490
490
  :type undo: bool | None
491
491
  """
492
492
 
493
493
  ...
494
494
 
495
495
  def decimate(
496
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
497
- execution_context: str | int | None = None,
496
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
497
+ execution_context: int | str | None = None,
498
498
  undo: bool | None = None,
499
499
  *,
500
500
  ratio: typing.Any | None = 1.0,
@@ -506,8 +506,8 @@ def decimate(
506
506
  ):
507
507
  """Simplify geometry by collapsing edges
508
508
 
509
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
510
- :type execution_context: str | int | None
509
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
510
+ :type execution_context: int | str | None
511
511
  :type undo: bool | None
512
512
  :param ratio: Ratio
513
513
  :type ratio: typing.Any | None
@@ -526,16 +526,16 @@ def decimate(
526
526
  ...
527
527
 
528
528
  def delete(
529
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
530
- execution_context: str | int | None = None,
529
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
530
+ execution_context: int | str | None = None,
531
531
  undo: bool | None = None,
532
532
  *,
533
533
  type: str | None = "VERT",
534
534
  ):
535
535
  """Delete selected vertices, edges or faces
536
536
 
537
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
538
- :type execution_context: str | int | None
537
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
538
+ :type execution_context: int | str | None
539
539
  :type undo: bool | None
540
540
  :param type: Type, Method used for deleting mesh data
541
541
  :type type: str | None
@@ -544,16 +544,16 @@ def delete(
544
544
  ...
545
545
 
546
546
  def delete_edgeloop(
547
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
548
- execution_context: str | int | None = None,
547
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
548
+ execution_context: int | str | None = None,
549
549
  undo: bool | None = None,
550
550
  *,
551
551
  use_face_split: bool | typing.Any | None = True,
552
552
  ):
553
553
  """Delete an edge loop by merging the faces on each side
554
554
 
555
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
556
- :type execution_context: str | int | None
555
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
556
+ :type execution_context: int | str | None
557
557
  :type undo: bool | None
558
558
  :param use_face_split: Face Split, Split off face corners to maintain surrounding geometry
559
559
  :type use_face_split: bool | typing.Any | None
@@ -562,8 +562,8 @@ def delete_edgeloop(
562
562
  ...
563
563
 
564
564
  def delete_loose(
565
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
566
- execution_context: str | int | None = None,
565
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
566
+ execution_context: int | str | None = None,
567
567
  undo: bool | None = None,
568
568
  *,
569
569
  use_verts: bool | typing.Any | None = True,
@@ -572,8 +572,8 @@ def delete_loose(
572
572
  ):
573
573
  """Delete loose vertices, edges or faces
574
574
 
575
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
576
- :type execution_context: str | int | None
575
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
576
+ :type execution_context: int | str | None
577
577
  :type undo: bool | None
578
578
  :param use_verts: Vertices, Remove loose vertices
579
579
  :type use_verts: bool | typing.Any | None
@@ -586,16 +586,16 @@ def delete_loose(
586
586
  ...
587
587
 
588
588
  def dissolve_degenerate(
589
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
590
- execution_context: str | int | None = None,
589
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
590
+ execution_context: int | str | None = None,
591
591
  undo: bool | None = None,
592
592
  *,
593
593
  threshold: typing.Any | None = 0.0001,
594
594
  ):
595
595
  """Dissolve zero area faces and zero length edges
596
596
 
597
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
598
- :type execution_context: str | int | None
597
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
598
+ :type execution_context: int | str | None
599
599
  :type undo: bool | None
600
600
  :param threshold: Merge Distance, Maximum distance between elements to merge
601
601
  :type threshold: typing.Any | None
@@ -604,8 +604,8 @@ def dissolve_degenerate(
604
604
  ...
605
605
 
606
606
  def dissolve_edges(
607
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
608
- execution_context: str | int | None = None,
607
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
608
+ execution_context: int | str | None = None,
609
609
  undo: bool | None = None,
610
610
  *,
611
611
  use_verts: bool | typing.Any | None = True,
@@ -613,8 +613,8 @@ def dissolve_edges(
613
613
  ):
614
614
  """Dissolve edges, merging faces
615
615
 
616
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
617
- :type execution_context: str | int | None
616
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
617
+ :type execution_context: int | str | None
618
618
  :type undo: bool | None
619
619
  :param use_verts: Dissolve Vertices, Dissolve remaining vertices
620
620
  :type use_verts: bool | typing.Any | None
@@ -625,16 +625,16 @@ def dissolve_edges(
625
625
  ...
626
626
 
627
627
  def dissolve_faces(
628
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
629
- execution_context: str | int | None = None,
628
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
629
+ execution_context: int | str | None = None,
630
630
  undo: bool | None = None,
631
631
  *,
632
632
  use_verts: bool | typing.Any | None = False,
633
633
  ):
634
634
  """Dissolve faces
635
635
 
636
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
637
- :type execution_context: str | int | None
636
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
637
+ :type execution_context: int | str | None
638
638
  :type undo: bool | None
639
639
  :param use_verts: Dissolve Vertices, Dissolve remaining vertices
640
640
  :type use_verts: bool | typing.Any | None
@@ -643,8 +643,8 @@ def dissolve_faces(
643
643
  ...
644
644
 
645
645
  def dissolve_limited(
646
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
647
- execution_context: str | int | None = None,
646
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
647
+ execution_context: int | str | None = None,
648
648
  undo: bool | None = None,
649
649
  *,
650
650
  angle_limit: typing.Any | None = 0.0872665,
@@ -653,8 +653,8 @@ def dissolve_limited(
653
653
  ):
654
654
  """Dissolve selected edges and vertices, limited by the angle of surrounding geometry
655
655
 
656
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
657
- :type execution_context: str | int | None
656
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
657
+ :type execution_context: int | str | None
658
658
  :type undo: bool | None
659
659
  :param angle_limit: Max Angle, Angle limit
660
660
  :type angle_limit: typing.Any | None
@@ -667,8 +667,8 @@ def dissolve_limited(
667
667
  ...
668
668
 
669
669
  def dissolve_mode(
670
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
671
- execution_context: str | int | None = None,
670
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
671
+ execution_context: int | str | None = None,
672
672
  undo: bool | None = None,
673
673
  *,
674
674
  use_verts: bool | typing.Any | None = False,
@@ -677,8 +677,8 @@ def dissolve_mode(
677
677
  ):
678
678
  """Dissolve geometry based on the selection mode
679
679
 
680
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
681
- :type execution_context: str | int | None
680
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
681
+ :type execution_context: int | str | None
682
682
  :type undo: bool | None
683
683
  :param use_verts: Dissolve Vertices, Dissolve remaining vertices
684
684
  :type use_verts: bool | typing.Any | None
@@ -691,8 +691,8 @@ def dissolve_mode(
691
691
  ...
692
692
 
693
693
  def dissolve_verts(
694
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
695
- execution_context: str | int | None = None,
694
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
695
+ execution_context: int | str | None = None,
696
696
  undo: bool | None = None,
697
697
  *,
698
698
  use_face_split: bool | typing.Any | None = False,
@@ -700,8 +700,8 @@ def dissolve_verts(
700
700
  ):
701
701
  """Dissolve vertices, merge edges and faces
702
702
 
703
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
704
- :type execution_context: str | int | None
703
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
704
+ :type execution_context: int | str | None
705
705
  :type undo: bool | None
706
706
  :param use_face_split: Face Split, Split off face corners to maintain surrounding geometry
707
707
  :type use_face_split: bool | typing.Any | None
@@ -712,16 +712,16 @@ def dissolve_verts(
712
712
  ...
713
713
 
714
714
  def dupli_extrude_cursor(
715
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
716
- execution_context: str | int | None = None,
715
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
716
+ execution_context: int | str | None = None,
717
717
  undo: bool | None = None,
718
718
  *,
719
719
  rotate_source: bool | typing.Any | None = True,
720
720
  ):
721
721
  """Duplicate and extrude selected vertices, edges or faces towards the mouse cursor
722
722
 
723
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
724
- :type execution_context: str | int | None
723
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
724
+ :type execution_context: int | str | None
725
725
  :type undo: bool | None
726
726
  :param rotate_source: Rotate Source, Rotate initial selection giving better shape
727
727
  :type rotate_source: bool | typing.Any | None
@@ -730,16 +730,16 @@ def dupli_extrude_cursor(
730
730
  ...
731
731
 
732
732
  def duplicate(
733
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
734
- execution_context: str | int | None = None,
733
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
734
+ execution_context: int | str | None = None,
735
735
  undo: bool | None = None,
736
736
  *,
737
737
  mode: typing.Any | None = 1,
738
738
  ):
739
739
  """Duplicate selected vertices, edges or faces
740
740
 
741
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
742
- :type execution_context: str | int | None
741
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
742
+ :type execution_context: int | str | None
743
743
  :type undo: bool | None
744
744
  :param mode: Mode
745
745
  :type mode: typing.Any | None
@@ -748,8 +748,8 @@ def duplicate(
748
748
  ...
749
749
 
750
750
  def duplicate_move(
751
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
752
- execution_context: str | int | None = None,
751
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
752
+ execution_context: int | str | None = None,
753
753
  undo: bool | None = None,
754
754
  *,
755
755
  MESH_OT_duplicate: duplicate | None = None,
@@ -757,8 +757,8 @@ def duplicate_move(
757
757
  ):
758
758
  """Duplicate mesh and move
759
759
 
760
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
761
- :type execution_context: str | int | None
760
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
761
+ :type execution_context: int | str | None
762
762
  :type undo: bool | None
763
763
  :param MESH_OT_duplicate: Duplicate, Duplicate selected vertices, edges or faces
764
764
  :type MESH_OT_duplicate: duplicate | None
@@ -769,44 +769,44 @@ def duplicate_move(
769
769
  ...
770
770
 
771
771
  def edge_collapse(
772
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
773
- execution_context: str | int | None = None,
772
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
773
+ execution_context: int | str | None = None,
774
774
  undo: bool | None = None,
775
775
  ):
776
776
  """Collapse isolated edge and face regions, merging data such as UVs and color attributes. This can collapse edge-rings as well as regions of connected faces into vertices
777
777
 
778
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
779
- :type execution_context: str | int | None
778
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
779
+ :type execution_context: int | str | None
780
780
  :type undo: bool | None
781
781
  """
782
782
 
783
783
  ...
784
784
 
785
785
  def edge_face_add(
786
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
787
- execution_context: str | int | None = None,
786
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
787
+ execution_context: int | str | None = None,
788
788
  undo: bool | None = None,
789
789
  ):
790
790
  """Add an edge or face to selected
791
791
 
792
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
793
- :type execution_context: str | int | None
792
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
793
+ :type execution_context: int | str | None
794
794
  :type undo: bool | None
795
795
  """
796
796
 
797
797
  ...
798
798
 
799
799
  def edge_rotate(
800
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
801
- execution_context: str | int | None = None,
800
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
801
+ execution_context: int | str | None = None,
802
802
  undo: bool | None = None,
803
803
  *,
804
804
  use_ccw: bool | typing.Any | None = False,
805
805
  ):
806
806
  """Rotate selected edge or adjoining faces
807
807
 
808
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
809
- :type execution_context: str | int | None
808
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
809
+ :type execution_context: int | str | None
810
810
  :type undo: bool | None
811
811
  :param use_ccw: Counter Clockwise
812
812
  :type use_ccw: bool | typing.Any | None
@@ -815,16 +815,16 @@ def edge_rotate(
815
815
  ...
816
816
 
817
817
  def edge_split(
818
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
819
- execution_context: str | int | None = None,
818
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
819
+ execution_context: int | str | None = None,
820
820
  undo: bool | None = None,
821
821
  *,
822
822
  type: str | None = "EDGE",
823
823
  ):
824
824
  """Split selected edges so that each neighbor face gets its own copy
825
825
 
826
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
827
- :type execution_context: str | int | None
826
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
827
+ :type execution_context: int | str | None
828
828
  :type undo: bool | None
829
829
  :param type: Type, Method to use for splitting
830
830
 
@@ -839,8 +839,8 @@ def edge_split(
839
839
  ...
840
840
 
841
841
  def edgering_select(
842
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
843
- execution_context: str | int | None = None,
842
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
843
+ execution_context: int | str | None = None,
844
844
  undo: bool | None = None,
845
845
  *,
846
846
  extend: bool | typing.Any | None = False,
@@ -850,8 +850,8 @@ def edgering_select(
850
850
  ):
851
851
  """Select an edge ring
852
852
 
853
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
854
- :type execution_context: str | int | None
853
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
854
+ :type execution_context: int | str | None
855
855
  :type undo: bool | None
856
856
  :param extend: Extend, Extend the selection
857
857
  :type extend: bool | typing.Any | None
@@ -866,16 +866,16 @@ def edgering_select(
866
866
  ...
867
867
 
868
868
  def edges_select_sharp(
869
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
870
- execution_context: str | int | None = None,
869
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
870
+ execution_context: int | str | None = None,
871
871
  undo: bool | None = None,
872
872
  *,
873
873
  sharpness: typing.Any | None = 0.523599,
874
874
  ):
875
875
  """Select all sharp enough edges
876
876
 
877
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
878
- :type execution_context: str | int | None
877
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
878
+ :type execution_context: int | str | None
879
879
  :type undo: bool | None
880
880
  :param sharpness: Sharpness
881
881
  :type sharpness: typing.Any | None
@@ -884,8 +884,8 @@ def edges_select_sharp(
884
884
  ...
885
885
 
886
886
  def extrude_context(
887
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
888
- execution_context: str | int | None = None,
887
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
888
+ execution_context: int | str | None = None,
889
889
  undo: bool | None = None,
890
890
  *,
891
891
  use_normal_flip: bool | typing.Any | None = False,
@@ -894,8 +894,8 @@ def extrude_context(
894
894
  ):
895
895
  """Extrude selection
896
896
 
897
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
898
- :type execution_context: str | int | None
897
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
898
+ :type execution_context: int | str | None
899
899
  :type undo: bool | None
900
900
  :param use_normal_flip: Flip Normals
901
901
  :type use_normal_flip: bool | typing.Any | None
@@ -908,8 +908,8 @@ def extrude_context(
908
908
  ...
909
909
 
910
910
  def extrude_context_move(
911
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
912
- execution_context: str | int | None = None,
911
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
912
+ execution_context: int | str | None = None,
913
913
  undo: bool | None = None,
914
914
  *,
915
915
  MESH_OT_extrude_context: extrude_context | None = None,
@@ -917,8 +917,8 @@ def extrude_context_move(
917
917
  ):
918
918
  """Extrude region together along the average normal
919
919
 
920
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
921
- :type execution_context: str | int | None
920
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
921
+ :type execution_context: int | str | None
922
922
  :type undo: bool | None
923
923
  :param MESH_OT_extrude_context: Extrude Context, Extrude selection
924
924
  :type MESH_OT_extrude_context: extrude_context | None
@@ -929,8 +929,8 @@ def extrude_context_move(
929
929
  ...
930
930
 
931
931
  def extrude_edges_indiv(
932
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
933
- execution_context: str | int | None = None,
932
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
933
+ execution_context: int | str | None = None,
934
934
  undo: bool | None = None,
935
935
  *,
936
936
  use_normal_flip: bool | typing.Any | None = False,
@@ -938,8 +938,8 @@ def extrude_edges_indiv(
938
938
  ):
939
939
  """Extrude individual edges only
940
940
 
941
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
942
- :type execution_context: str | int | None
941
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
942
+ :type execution_context: int | str | None
943
943
  :type undo: bool | None
944
944
  :param use_normal_flip: Flip Normals
945
945
  :type use_normal_flip: bool | typing.Any | None
@@ -950,8 +950,8 @@ def extrude_edges_indiv(
950
950
  ...
951
951
 
952
952
  def extrude_edges_move(
953
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
954
- execution_context: str | int | None = None,
953
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
954
+ execution_context: int | str | None = None,
955
955
  undo: bool | None = None,
956
956
  *,
957
957
  MESH_OT_extrude_edges_indiv: extrude_edges_indiv | None = None,
@@ -959,8 +959,8 @@ def extrude_edges_move(
959
959
  ):
960
960
  """Extrude edges and move result
961
961
 
962
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
963
- :type execution_context: str | int | None
962
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
963
+ :type execution_context: int | str | None
964
964
  :type undo: bool | None
965
965
  :param MESH_OT_extrude_edges_indiv: Extrude Only Edges, Extrude individual edges only
966
966
  :type MESH_OT_extrude_edges_indiv: extrude_edges_indiv | None
@@ -971,16 +971,16 @@ def extrude_edges_move(
971
971
  ...
972
972
 
973
973
  def extrude_faces_indiv(
974
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
975
- execution_context: str | int | None = None,
974
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
975
+ execution_context: int | str | None = None,
976
976
  undo: bool | None = None,
977
977
  *,
978
978
  mirror: bool | typing.Any | None = False,
979
979
  ):
980
980
  """Extrude individual faces only
981
981
 
982
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
983
- :type execution_context: str | int | None
982
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
983
+ :type execution_context: int | str | None
984
984
  :type undo: bool | None
985
985
  :param mirror: Mirror Editing
986
986
  :type mirror: bool | typing.Any | None
@@ -989,8 +989,8 @@ def extrude_faces_indiv(
989
989
  ...
990
990
 
991
991
  def extrude_faces_move(
992
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
993
- execution_context: str | int | None = None,
992
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
993
+ execution_context: int | str | None = None,
994
994
  undo: bool | None = None,
995
995
  *,
996
996
  MESH_OT_extrude_faces_indiv: extrude_faces_indiv | None = None,
@@ -998,8 +998,8 @@ def extrude_faces_move(
998
998
  ):
999
999
  """Extrude each individual face separately along local normals
1000
1000
 
1001
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1002
- :type execution_context: str | int | None
1001
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1002
+ :type execution_context: int | str | None
1003
1003
  :type undo: bool | None
1004
1004
  :param MESH_OT_extrude_faces_indiv: Extrude Individual Faces, Extrude individual faces only
1005
1005
  :type MESH_OT_extrude_faces_indiv: extrude_faces_indiv | None
@@ -1010,8 +1010,8 @@ def extrude_faces_move(
1010
1010
  ...
1011
1011
 
1012
1012
  def extrude_manifold(
1013
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1014
- execution_context: str | int | None = None,
1013
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1014
+ execution_context: int | str | None = None,
1015
1015
  undo: bool | None = None,
1016
1016
  *,
1017
1017
  MESH_OT_extrude_region: extrude_region | None = None,
@@ -1019,8 +1019,8 @@ def extrude_manifold(
1019
1019
  ):
1020
1020
  """Extrude, dissolves edges whose faces form a flat surface and intersect new edges
1021
1021
 
1022
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1023
- :type execution_context: str | int | None
1022
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1023
+ :type execution_context: int | str | None
1024
1024
  :type undo: bool | None
1025
1025
  :param MESH_OT_extrude_region: Extrude Region, Extrude region of faces
1026
1026
  :type MESH_OT_extrude_region: extrude_region | None
@@ -1031,8 +1031,8 @@ def extrude_manifold(
1031
1031
  ...
1032
1032
 
1033
1033
  def extrude_region(
1034
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1035
- execution_context: str | int | None = None,
1034
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1035
+ execution_context: int | str | None = None,
1036
1036
  undo: bool | None = None,
1037
1037
  *,
1038
1038
  use_normal_flip: bool | typing.Any | None = False,
@@ -1041,8 +1041,8 @@ def extrude_region(
1041
1041
  ):
1042
1042
  """Extrude region of faces
1043
1043
 
1044
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1045
- :type execution_context: str | int | None
1044
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1045
+ :type execution_context: int | str | None
1046
1046
  :type undo: bool | None
1047
1047
  :param use_normal_flip: Flip Normals
1048
1048
  :type use_normal_flip: bool | typing.Any | None
@@ -1055,8 +1055,8 @@ def extrude_region(
1055
1055
  ...
1056
1056
 
1057
1057
  def extrude_region_move(
1058
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1059
- execution_context: str | int | None = None,
1058
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1059
+ execution_context: int | str | None = None,
1060
1060
  undo: bool | None = None,
1061
1061
  *,
1062
1062
  MESH_OT_extrude_region: extrude_region | None = None,
@@ -1064,8 +1064,8 @@ def extrude_region_move(
1064
1064
  ):
1065
1065
  """Extrude region and move result
1066
1066
 
1067
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1068
- :type execution_context: str | int | None
1067
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1068
+ :type execution_context: int | str | None
1069
1069
  :type undo: bool | None
1070
1070
  :param MESH_OT_extrude_region: Extrude Region, Extrude region of faces
1071
1071
  :type MESH_OT_extrude_region: extrude_region | None
@@ -1076,8 +1076,8 @@ def extrude_region_move(
1076
1076
  ...
1077
1077
 
1078
1078
  def extrude_region_shrink_fatten(
1079
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1080
- execution_context: str | int | None = None,
1079
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1080
+ execution_context: int | str | None = None,
1081
1081
  undo: bool | None = None,
1082
1082
  *,
1083
1083
  MESH_OT_extrude_region: extrude_region | None = None,
@@ -1085,8 +1085,8 @@ def extrude_region_shrink_fatten(
1085
1085
  ):
1086
1086
  """Extrude region together along local normals
1087
1087
 
1088
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1089
- :type execution_context: str | int | None
1088
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1089
+ :type execution_context: int | str | None
1090
1090
  :type undo: bool | None
1091
1091
  :param MESH_OT_extrude_region: Extrude Region, Extrude region of faces
1092
1092
  :type MESH_OT_extrude_region: extrude_region | None
@@ -1097,8 +1097,8 @@ def extrude_region_shrink_fatten(
1097
1097
  ...
1098
1098
 
1099
1099
  def extrude_repeat(
1100
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1101
- execution_context: str | int | None = None,
1100
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1101
+ execution_context: int | str | None = None,
1102
1102
  undo: bool | None = None,
1103
1103
  *,
1104
1104
  steps: typing.Any | None = 10,
@@ -1107,8 +1107,8 @@ def extrude_repeat(
1107
1107
  ):
1108
1108
  """Extrude selected vertices, edges or faces repeatedly
1109
1109
 
1110
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1111
- :type execution_context: str | int | None
1110
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1111
+ :type execution_context: int | str | None
1112
1112
  :type undo: bool | None
1113
1113
  :param steps: Steps
1114
1114
  :type steps: typing.Any | None
@@ -1121,8 +1121,8 @@ def extrude_repeat(
1121
1121
  ...
1122
1122
 
1123
1123
  def extrude_vertices_move(
1124
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1125
- execution_context: str | int | None = None,
1124
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1125
+ execution_context: int | str | None = None,
1126
1126
  undo: bool | None = None,
1127
1127
  *,
1128
1128
  MESH_OT_extrude_verts_indiv: extrude_verts_indiv | None = None,
@@ -1130,8 +1130,8 @@ def extrude_vertices_move(
1130
1130
  ):
1131
1131
  """Extrude vertices and move result
1132
1132
 
1133
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1134
- :type execution_context: str | int | None
1133
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1134
+ :type execution_context: int | str | None
1135
1135
  :type undo: bool | None
1136
1136
  :param MESH_OT_extrude_verts_indiv: Extrude Only Vertices, Extrude individual vertices only
1137
1137
  :type MESH_OT_extrude_verts_indiv: extrude_verts_indiv | None
@@ -1142,16 +1142,16 @@ def extrude_vertices_move(
1142
1142
  ...
1143
1143
 
1144
1144
  def extrude_verts_indiv(
1145
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1146
- execution_context: str | int | None = None,
1145
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1146
+ execution_context: int | str | None = None,
1147
1147
  undo: bool | None = None,
1148
1148
  *,
1149
1149
  mirror: bool | typing.Any | None = False,
1150
1150
  ):
1151
1151
  """Extrude individual vertices only
1152
1152
 
1153
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1154
- :type execution_context: str | int | None
1153
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1154
+ :type execution_context: int | str | None
1155
1155
  :type undo: bool | None
1156
1156
  :param mirror: Mirror Editing
1157
1157
  :type mirror: bool | typing.Any | None
@@ -1160,8 +1160,8 @@ def extrude_verts_indiv(
1160
1160
  ...
1161
1161
 
1162
1162
  def face_make_planar(
1163
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1164
- execution_context: str | int | None = None,
1163
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1164
+ execution_context: int | str | None = None,
1165
1165
  undo: bool | None = None,
1166
1166
  *,
1167
1167
  factor: typing.Any | None = 1.0,
@@ -1169,8 +1169,8 @@ def face_make_planar(
1169
1169
  ):
1170
1170
  """Flatten selected faces
1171
1171
 
1172
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1173
- :type execution_context: str | int | None
1172
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1173
+ :type execution_context: int | str | None
1174
1174
  :type undo: bool | None
1175
1175
  :param factor: Factor
1176
1176
  :type factor: typing.Any | None
@@ -1181,8 +1181,8 @@ def face_make_planar(
1181
1181
  ...
1182
1182
 
1183
1183
  def face_set_extract(
1184
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1185
- execution_context: str | int | None = None,
1184
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1185
+ execution_context: int | str | None = None,
1186
1186
  undo: bool | None = None,
1187
1187
  *,
1188
1188
  add_boundary_loop: bool | typing.Any | None = True,
@@ -1192,8 +1192,8 @@ def face_set_extract(
1192
1192
  ):
1193
1193
  """Create a new mesh object from the selected Face Set
1194
1194
 
1195
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1196
- :type execution_context: str | int | None
1195
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1196
+ :type execution_context: int | str | None
1197
1197
  :type undo: bool | None
1198
1198
  :param add_boundary_loop: Add Boundary Loop, Add an extra edge loop to better preserve the shape when applying a subdivision surface modifier
1199
1199
  :type add_boundary_loop: bool | typing.Any | None
@@ -1208,22 +1208,22 @@ def face_set_extract(
1208
1208
  ...
1209
1209
 
1210
1210
  def face_split_by_edges(
1211
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1212
- execution_context: str | int | None = None,
1211
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1212
+ execution_context: int | str | None = None,
1213
1213
  undo: bool | None = None,
1214
1214
  ):
1215
1215
  """Weld loose edges into faces (splitting them into new faces)
1216
1216
 
1217
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1218
- :type execution_context: str | int | None
1217
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1218
+ :type execution_context: int | str | None
1219
1219
  :type undo: bool | None
1220
1220
  """
1221
1221
 
1222
1222
  ...
1223
1223
 
1224
1224
  def faces_mirror_uv(
1225
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1226
- execution_context: str | int | None = None,
1225
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1226
+ execution_context: int | str | None = None,
1227
1227
  undo: bool | None = None,
1228
1228
  *,
1229
1229
  direction: str | None = "POSITIVE",
@@ -1231,8 +1231,8 @@ def faces_mirror_uv(
1231
1231
  ):
1232
1232
  """Copy mirror UV coordinates on the X axis based on a mirrored mesh
1233
1233
 
1234
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1235
- :type execution_context: str | int | None
1234
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1235
+ :type execution_context: int | str | None
1236
1236
  :type undo: bool | None
1237
1237
  :param direction: Axis Direction
1238
1238
  :type direction: str | None
@@ -1243,16 +1243,16 @@ def faces_mirror_uv(
1243
1243
  ...
1244
1244
 
1245
1245
  def faces_select_linked_flat(
1246
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1247
- execution_context: str | int | None = None,
1246
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1247
+ execution_context: int | str | None = None,
1248
1248
  undo: bool | None = None,
1249
1249
  *,
1250
1250
  sharpness: typing.Any | None = 0.0174533,
1251
1251
  ):
1252
1252
  """Select linked faces by angle
1253
1253
 
1254
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1255
- :type execution_context: str | int | None
1254
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1255
+ :type execution_context: int | str | None
1256
1256
  :type undo: bool | None
1257
1257
  :param sharpness: Sharpness
1258
1258
  :type sharpness: typing.Any | None
@@ -1261,44 +1261,44 @@ def faces_select_linked_flat(
1261
1261
  ...
1262
1262
 
1263
1263
  def faces_shade_flat(
1264
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1265
- execution_context: str | int | None = None,
1264
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1265
+ execution_context: int | str | None = None,
1266
1266
  undo: bool | None = None,
1267
1267
  ):
1268
1268
  """Display faces flat
1269
1269
 
1270
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1271
- :type execution_context: str | int | None
1270
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1271
+ :type execution_context: int | str | None
1272
1272
  :type undo: bool | None
1273
1273
  """
1274
1274
 
1275
1275
  ...
1276
1276
 
1277
1277
  def faces_shade_smooth(
1278
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1279
- execution_context: str | int | None = None,
1278
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1279
+ execution_context: int | str | None = None,
1280
1280
  undo: bool | None = None,
1281
1281
  ):
1282
1282
  """Display faces smooth (using vertex normals)
1283
1283
 
1284
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1285
- :type execution_context: str | int | None
1284
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1285
+ :type execution_context: int | str | None
1286
1286
  :type undo: bool | None
1287
1287
  """
1288
1288
 
1289
1289
  ...
1290
1290
 
1291
1291
  def fill(
1292
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1293
- execution_context: str | int | None = None,
1292
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1293
+ execution_context: int | str | None = None,
1294
1294
  undo: bool | None = None,
1295
1295
  *,
1296
1296
  use_beauty: bool | typing.Any | None = True,
1297
1297
  ):
1298
1298
  """Fill a selected edge loop with faces
1299
1299
 
1300
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1301
- :type execution_context: str | int | None
1300
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1301
+ :type execution_context: int | str | None
1302
1302
  :type undo: bool | None
1303
1303
  :param use_beauty: Beauty, Use best triangulation division
1304
1304
  :type use_beauty: bool | typing.Any | None
@@ -1307,8 +1307,8 @@ def fill(
1307
1307
  ...
1308
1308
 
1309
1309
  def fill_grid(
1310
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1311
- execution_context: str | int | None = None,
1310
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1311
+ execution_context: int | str | None = None,
1312
1312
  undo: bool | None = None,
1313
1313
  *,
1314
1314
  span: typing.Any | None = 1,
@@ -1317,8 +1317,8 @@ def fill_grid(
1317
1317
  ):
1318
1318
  """Fill grid from two loops
1319
1319
 
1320
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1321
- :type execution_context: str | int | None
1320
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1321
+ :type execution_context: int | str | None
1322
1322
  :type undo: bool | None
1323
1323
  :param span: Span, Number of grid columns
1324
1324
  :type span: typing.Any | None
@@ -1331,16 +1331,16 @@ def fill_grid(
1331
1331
  ...
1332
1332
 
1333
1333
  def fill_holes(
1334
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1335
- execution_context: str | int | None = None,
1334
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1335
+ execution_context: int | str | None = None,
1336
1336
  undo: bool | None = None,
1337
1337
  *,
1338
1338
  sides: typing.Any | None = 4,
1339
1339
  ):
1340
1340
  """Fill in holes (boundary edge loops)
1341
1341
 
1342
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1343
- :type execution_context: str | int | None
1342
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1343
+ :type execution_context: int | str | None
1344
1344
  :type undo: bool | None
1345
1345
  :param sides: Sides, Number of sides in hole required to fill (zero fills all holes)
1346
1346
  :type sides: typing.Any | None
@@ -1349,16 +1349,16 @@ def fill_holes(
1349
1349
  ...
1350
1350
 
1351
1351
  def flip_normals(
1352
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1353
- execution_context: str | int | None = None,
1352
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1353
+ execution_context: int | str | None = None,
1354
1354
  undo: bool | None = None,
1355
1355
  *,
1356
1356
  only_clnors: bool | typing.Any | None = False,
1357
1357
  ):
1358
1358
  """Flip the direction of selected faces' normals (and of their vertices)
1359
1359
 
1360
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1361
- :type execution_context: str | int | None
1360
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1361
+ :type execution_context: int | str | None
1362
1362
  :type undo: bool | None
1363
1363
  :param only_clnors: Custom Normals Only, Only flip the custom loop normals of the selected elements
1364
1364
  :type only_clnors: bool | typing.Any | None
@@ -1367,30 +1367,30 @@ def flip_normals(
1367
1367
  ...
1368
1368
 
1369
1369
  def flip_quad_tessellation(
1370
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1371
- execution_context: str | int | None = None,
1370
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1371
+ execution_context: int | str | None = None,
1372
1372
  undo: bool | None = None,
1373
1373
  ):
1374
1374
  """Flips the tessellation of selected quads
1375
1375
 
1376
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1377
- :type execution_context: str | int | None
1376
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1377
+ :type execution_context: int | str | None
1378
1378
  :type undo: bool | None
1379
1379
  """
1380
1380
 
1381
1381
  ...
1382
1382
 
1383
1383
  def hide(
1384
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1385
- execution_context: str | int | None = None,
1384
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1385
+ execution_context: int | str | None = None,
1386
1386
  undo: bool | None = None,
1387
1387
  *,
1388
1388
  unselected: bool | typing.Any | None = False,
1389
1389
  ):
1390
1390
  """Hide (un)selected vertices, edges or faces
1391
1391
 
1392
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1393
- :type execution_context: str | int | None
1392
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1393
+ :type execution_context: int | str | None
1394
1394
  :type undo: bool | None
1395
1395
  :param unselected: Unselected, Hide unselected rather than selected
1396
1396
  :type unselected: bool | typing.Any | None
@@ -1399,8 +1399,8 @@ def hide(
1399
1399
  ...
1400
1400
 
1401
1401
  def inset(
1402
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1403
- execution_context: str | int | None = None,
1402
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1403
+ execution_context: int | str | None = None,
1404
1404
  undo: bool | None = None,
1405
1405
  *,
1406
1406
  use_boundary: bool | typing.Any | None = True,
@@ -1417,8 +1417,8 @@ def inset(
1417
1417
  ):
1418
1418
  """Inset new faces into selected faces
1419
1419
 
1420
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1421
- :type execution_context: str | int | None
1420
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1421
+ :type execution_context: int | str | None
1422
1422
  :type undo: bool | None
1423
1423
  :param use_boundary: Boundary, Inset face boundaries
1424
1424
  :type use_boundary: bool | typing.Any | None
@@ -1447,8 +1447,8 @@ def inset(
1447
1447
  ...
1448
1448
 
1449
1449
  def intersect(
1450
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1451
- execution_context: str | int | None = None,
1450
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1451
+ execution_context: int | str | None = None,
1452
1452
  undo: bool | None = None,
1453
1453
  *,
1454
1454
  mode: str | None = "SELECT_UNSELECT",
@@ -1458,8 +1458,8 @@ def intersect(
1458
1458
  ):
1459
1459
  """Cut an intersection into faces
1460
1460
 
1461
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1462
- :type execution_context: str | int | None
1461
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1462
+ :type execution_context: int | str | None
1463
1463
  :type undo: bool | None
1464
1464
  :param mode: Source
1465
1465
 
@@ -1495,8 +1495,8 @@ def intersect(
1495
1495
  ...
1496
1496
 
1497
1497
  def intersect_boolean(
1498
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1499
- execution_context: str | int | None = None,
1498
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1499
+ execution_context: int | str | None = None,
1500
1500
  undo: bool | None = None,
1501
1501
  *,
1502
1502
  operation: str | None = "DIFFERENCE",
@@ -1507,8 +1507,8 @@ def intersect_boolean(
1507
1507
  ):
1508
1508
  """Cut solid geometry from selected to unselected
1509
1509
 
1510
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1511
- :type execution_context: str | int | None
1510
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1511
+ :type execution_context: int | str | None
1512
1512
  :type undo: bool | None
1513
1513
  :param operation: Boolean Operation, Which boolean operation to apply
1514
1514
  :type operation: str | None
@@ -1531,16 +1531,16 @@ def intersect_boolean(
1531
1531
  ...
1532
1532
 
1533
1533
  def knife_project(
1534
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1535
- execution_context: str | int | None = None,
1534
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1535
+ execution_context: int | str | None = None,
1536
1536
  undo: bool | None = None,
1537
1537
  *,
1538
1538
  cut_through: bool | typing.Any | None = False,
1539
1539
  ):
1540
1540
  """Use other objects outlines and boundaries to project knife cuts
1541
1541
 
1542
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1543
- :type execution_context: str | int | None
1542
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1543
+ :type execution_context: int | str | None
1544
1544
  :type undo: bool | None
1545
1545
  :param cut_through: Cut Through, Cut through all faces, not just visible ones
1546
1546
  :type cut_through: bool | typing.Any | None
@@ -1549,8 +1549,8 @@ def knife_project(
1549
1549
  ...
1550
1550
 
1551
1551
  def knife_tool(
1552
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1553
- execution_context: str | int | None = None,
1552
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1553
+ execution_context: int | str | None = None,
1554
1554
  undo: bool | None = None,
1555
1555
  *,
1556
1556
  use_occlude_geometry: bool | typing.Any | None = True,
@@ -1563,8 +1563,8 @@ def knife_tool(
1563
1563
  ):
1564
1564
  """Cut new topology
1565
1565
 
1566
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1567
- :type execution_context: str | int | None
1566
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1567
+ :type execution_context: int | str | None
1568
1568
  :type undo: bool | None
1569
1569
  :param use_occlude_geometry: Occlude Geometry, Only cut the front most geometry
1570
1570
  :type use_occlude_geometry: bool | typing.Any | None
@@ -1606,16 +1606,16 @@ def knife_tool(
1606
1606
  ...
1607
1607
 
1608
1608
  def loop_multi_select(
1609
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1610
- execution_context: str | int | None = None,
1609
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1610
+ execution_context: int | str | None = None,
1611
1611
  undo: bool | None = None,
1612
1612
  *,
1613
1613
  ring: bool | typing.Any | None = False,
1614
1614
  ):
1615
1615
  """Select a loop of connected edges by connection type
1616
1616
 
1617
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1618
- :type execution_context: str | int | None
1617
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1618
+ :type execution_context: int | str | None
1619
1619
  :type undo: bool | None
1620
1620
  :param ring: Ring
1621
1621
  :type ring: bool | typing.Any | None
@@ -1624,8 +1624,8 @@ def loop_multi_select(
1624
1624
  ...
1625
1625
 
1626
1626
  def loop_select(
1627
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1628
- execution_context: str | int | None = None,
1627
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1628
+ execution_context: int | str | None = None,
1629
1629
  undo: bool | None = None,
1630
1630
  *,
1631
1631
  extend: bool | typing.Any | None = False,
@@ -1635,8 +1635,8 @@ def loop_select(
1635
1635
  ):
1636
1636
  """Select a loop of connected edges
1637
1637
 
1638
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1639
- :type execution_context: str | int | None
1638
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1639
+ :type execution_context: int | str | None
1640
1640
  :type undo: bool | None
1641
1641
  :param extend: Extend Select, Extend the selection
1642
1642
  :type extend: bool | typing.Any | None
@@ -1651,16 +1651,16 @@ def loop_select(
1651
1651
  ...
1652
1652
 
1653
1653
  def loop_to_region(
1654
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1655
- execution_context: str | int | None = None,
1654
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1655
+ execution_context: int | str | None = None,
1656
1656
  undo: bool | None = None,
1657
1657
  *,
1658
1658
  select_bigger: bool | typing.Any | None = False,
1659
1659
  ):
1660
1660
  """Select region of faces inside of a selected loop of edges
1661
1661
 
1662
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1663
- :type execution_context: str | int | None
1662
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1663
+ :type execution_context: int | str | None
1664
1664
  :type undo: bool | None
1665
1665
  :param select_bigger: Select Bigger, Select bigger regions instead of smaller ones
1666
1666
  :type select_bigger: bool | typing.Any | None
@@ -1669,8 +1669,8 @@ def loop_to_region(
1669
1669
  ...
1670
1670
 
1671
1671
  def loopcut(
1672
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1673
- execution_context: str | int | None = None,
1672
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1673
+ execution_context: int | str | None = None,
1674
1674
  undo: bool | None = None,
1675
1675
  *,
1676
1676
  number_cuts: typing.Any | None = 1,
@@ -1682,8 +1682,8 @@ def loopcut(
1682
1682
  ):
1683
1683
  """Add a new loop between existing loops
1684
1684
 
1685
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1686
- :type execution_context: str | int | None
1685
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1686
+ :type execution_context: int | str | None
1687
1687
  :type undo: bool | None
1688
1688
  :param number_cuts: Number of Cuts
1689
1689
  :type number_cuts: typing.Any | None
@@ -1701,8 +1701,8 @@ def loopcut(
1701
1701
  ...
1702
1702
 
1703
1703
  def loopcut_slide(
1704
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1705
- execution_context: str | int | None = None,
1704
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1705
+ execution_context: int | str | None = None,
1706
1706
  undo: bool | None = None,
1707
1707
  *,
1708
1708
  MESH_OT_loopcut: loopcut | None = None,
@@ -1710,8 +1710,8 @@ def loopcut_slide(
1710
1710
  ):
1711
1711
  """Cut mesh loop and slide it
1712
1712
 
1713
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1714
- :type execution_context: str | int | None
1713
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1714
+ :type execution_context: int | str | None
1715
1715
  :type undo: bool | None
1716
1716
  :param MESH_OT_loopcut: Loop Cut, Add a new loop between existing loops
1717
1717
  :type MESH_OT_loopcut: loopcut | None
@@ -1722,16 +1722,16 @@ def loopcut_slide(
1722
1722
  ...
1723
1723
 
1724
1724
  def mark_freestyle_edge(
1725
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1726
- execution_context: str | int | None = None,
1725
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1726
+ execution_context: int | str | None = None,
1727
1727
  undo: bool | None = None,
1728
1728
  *,
1729
1729
  clear: bool | typing.Any | None = False,
1730
1730
  ):
1731
1731
  """(Un)mark selected edges as Freestyle feature edges
1732
1732
 
1733
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1734
- :type execution_context: str | int | None
1733
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1734
+ :type execution_context: int | str | None
1735
1735
  :type undo: bool | None
1736
1736
  :param clear: Clear
1737
1737
  :type clear: bool | typing.Any | None
@@ -1740,16 +1740,16 @@ def mark_freestyle_edge(
1740
1740
  ...
1741
1741
 
1742
1742
  def mark_freestyle_face(
1743
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1744
- execution_context: str | int | None = None,
1743
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1744
+ execution_context: int | str | None = None,
1745
1745
  undo: bool | None = None,
1746
1746
  *,
1747
1747
  clear: bool | typing.Any | None = False,
1748
1748
  ):
1749
1749
  """(Un)mark selected faces for exclusion from Freestyle feature edge detection
1750
1750
 
1751
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1752
- :type execution_context: str | int | None
1751
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1752
+ :type execution_context: int | str | None
1753
1753
  :type undo: bool | None
1754
1754
  :param clear: Clear
1755
1755
  :type clear: bool | typing.Any | None
@@ -1758,16 +1758,16 @@ def mark_freestyle_face(
1758
1758
  ...
1759
1759
 
1760
1760
  def mark_seam(
1761
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1762
- execution_context: str | int | None = None,
1761
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1762
+ execution_context: int | str | None = None,
1763
1763
  undo: bool | None = None,
1764
1764
  *,
1765
1765
  clear: bool | typing.Any | None = False,
1766
1766
  ):
1767
1767
  """(Un)mark selected edges as a seam
1768
1768
 
1769
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1770
- :type execution_context: str | int | None
1769
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1770
+ :type execution_context: int | str | None
1771
1771
  :type undo: bool | None
1772
1772
  :param clear: Clear
1773
1773
  :type clear: bool | typing.Any | None
@@ -1776,8 +1776,8 @@ def mark_seam(
1776
1776
  ...
1777
1777
 
1778
1778
  def mark_sharp(
1779
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1780
- execution_context: str | int | None = None,
1779
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1780
+ execution_context: int | str | None = None,
1781
1781
  undo: bool | None = None,
1782
1782
  *,
1783
1783
  clear: bool | typing.Any | None = False,
@@ -1785,8 +1785,8 @@ def mark_sharp(
1785
1785
  ):
1786
1786
  """(Un)mark selected edges as sharp
1787
1787
 
1788
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1789
- :type execution_context: str | int | None
1788
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1789
+ :type execution_context: int | str | None
1790
1790
  :type undo: bool | None
1791
1791
  :param clear: Clear
1792
1792
  :type clear: bool | typing.Any | None
@@ -1797,8 +1797,8 @@ def mark_sharp(
1797
1797
  ...
1798
1798
 
1799
1799
  def merge(
1800
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1801
- execution_context: str | int | None = None,
1800
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1801
+ execution_context: int | str | None = None,
1802
1802
  undo: bool | None = None,
1803
1803
  *,
1804
1804
  type: str | None = "CENTER",
@@ -1806,8 +1806,8 @@ def merge(
1806
1806
  ):
1807
1807
  """Merge selected vertices
1808
1808
 
1809
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1810
- :type execution_context: str | int | None
1809
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1810
+ :type execution_context: int | str | None
1811
1811
  :type undo: bool | None
1812
1812
  :param type: Type, Merge method to use
1813
1813
  :type type: str | None
@@ -1818,22 +1818,22 @@ def merge(
1818
1818
  ...
1819
1819
 
1820
1820
  def merge_normals(
1821
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1822
- execution_context: str | int | None = None,
1821
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1822
+ execution_context: int | str | None = None,
1823
1823
  undo: bool | None = None,
1824
1824
  ):
1825
1825
  """Merge custom normals of selected vertices
1826
1826
 
1827
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1828
- :type execution_context: str | int | None
1827
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1828
+ :type execution_context: int | str | None
1829
1829
  :type undo: bool | None
1830
1830
  """
1831
1831
 
1832
1832
  ...
1833
1833
 
1834
1834
  def mod_weighted_strength(
1835
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1836
- execution_context: str | int | None = None,
1835
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1836
+ execution_context: int | str | None = None,
1837
1837
  undo: bool | None = None,
1838
1838
  *,
1839
1839
  set: bool | typing.Any | None = False,
@@ -1841,8 +1841,8 @@ def mod_weighted_strength(
1841
1841
  ):
1842
1842
  """Set/Get strength of face (used in Weighted Normal modifier)
1843
1843
 
1844
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1845
- :type execution_context: str | int | None
1844
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1845
+ :type execution_context: int | str | None
1846
1846
  :type undo: bool | None
1847
1847
  :param set: Set Value, Set value of faces
1848
1848
  :type set: bool | typing.Any | None
@@ -1853,16 +1853,16 @@ def mod_weighted_strength(
1853
1853
  ...
1854
1854
 
1855
1855
  def normals_make_consistent(
1856
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1857
- execution_context: str | int | None = None,
1856
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1857
+ execution_context: int | str | None = None,
1858
1858
  undo: bool | None = None,
1859
1859
  *,
1860
1860
  inside: bool | typing.Any | None = False,
1861
1861
  ):
1862
1862
  """Make face and vertex normals point either outside or inside the mesh
1863
1863
 
1864
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1865
- :type execution_context: str | int | None
1864
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1865
+ :type execution_context: int | str | None
1866
1866
  :type undo: bool | None
1867
1867
  :param inside: Inside
1868
1868
  :type inside: bool | typing.Any | None
@@ -1871,8 +1871,8 @@ def normals_make_consistent(
1871
1871
  ...
1872
1872
 
1873
1873
  def normals_tools(
1874
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1875
- execution_context: str | int | None = None,
1874
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1875
+ execution_context: int | str | None = None,
1876
1876
  undo: bool | None = None,
1877
1877
  *,
1878
1878
  mode: str | None = "COPY",
@@ -1880,8 +1880,8 @@ def normals_tools(
1880
1880
  ):
1881
1881
  """Custom normals tools using Normal Vector of UI
1882
1882
 
1883
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1884
- :type execution_context: str | int | None
1883
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1884
+ :type execution_context: int | str | None
1885
1885
  :type undo: bool | None
1886
1886
  :param mode: Mode, Mode of tools taking input from interface
1887
1887
 
@@ -1907,16 +1907,16 @@ def normals_tools(
1907
1907
  ...
1908
1908
 
1909
1909
  def offset_edge_loops(
1910
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1911
- execution_context: str | int | None = None,
1910
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1911
+ execution_context: int | str | None = None,
1912
1912
  undo: bool | None = None,
1913
1913
  *,
1914
1914
  use_cap_endpoint: bool | typing.Any | None = False,
1915
1915
  ):
1916
1916
  """Create offset edge loop from the current selection
1917
1917
 
1918
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1919
- :type execution_context: str | int | None
1918
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1919
+ :type execution_context: int | str | None
1920
1920
  :type undo: bool | None
1921
1921
  :param use_cap_endpoint: Cap Endpoint, Extend loop around end-points
1922
1922
  :type use_cap_endpoint: bool | typing.Any | None
@@ -1925,8 +1925,8 @@ def offset_edge_loops(
1925
1925
  ...
1926
1926
 
1927
1927
  def offset_edge_loops_slide(
1928
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1929
- execution_context: str | int | None = None,
1928
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1929
+ execution_context: int | str | None = None,
1930
1930
  undo: bool | None = None,
1931
1931
  *,
1932
1932
  MESH_OT_offset_edge_loops: offset_edge_loops | None = None,
@@ -1934,8 +1934,8 @@ def offset_edge_loops_slide(
1934
1934
  ):
1935
1935
  """Offset edge loop slide
1936
1936
 
1937
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1938
- :type execution_context: str | int | None
1937
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1938
+ :type execution_context: int | str | None
1939
1939
  :type undo: bool | None
1940
1940
  :param MESH_OT_offset_edge_loops: Offset Edge Loop, Create offset edge loop from the current selection
1941
1941
  :type MESH_OT_offset_edge_loops: offset_edge_loops | None
@@ -1946,8 +1946,8 @@ def offset_edge_loops_slide(
1946
1946
  ...
1947
1947
 
1948
1948
  def paint_mask_extract(
1949
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1950
- execution_context: str | int | None = None,
1949
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1950
+ execution_context: int | str | None = None,
1951
1951
  undo: bool | None = None,
1952
1952
  *,
1953
1953
  mask_threshold: typing.Any | None = 0.5,
@@ -1958,8 +1958,8 @@ def paint_mask_extract(
1958
1958
  ):
1959
1959
  """Create a new mesh object from the current paint mask
1960
1960
 
1961
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1962
- :type execution_context: str | int | None
1961
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1962
+ :type execution_context: int | str | None
1963
1963
  :type undo: bool | None
1964
1964
  :param mask_threshold: Threshold, Minimum mask value to consider the vertex valid to extract a face from the original mesh
1965
1965
  :type mask_threshold: typing.Any | None
@@ -1976,8 +1976,8 @@ def paint_mask_extract(
1976
1976
  ...
1977
1977
 
1978
1978
  def paint_mask_slice(
1979
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1980
- execution_context: str | int | None = None,
1979
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1980
+ execution_context: int | str | None = None,
1981
1981
  undo: bool | None = None,
1982
1982
  *,
1983
1983
  mask_threshold: typing.Any | None = 0.5,
@@ -1986,8 +1986,8 @@ def paint_mask_slice(
1986
1986
  ):
1987
1987
  """Slices the paint mask from the mesh
1988
1988
 
1989
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1990
- :type execution_context: str | int | None
1989
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1990
+ :type execution_context: int | str | None
1991
1991
  :type undo: bool | None
1992
1992
  :param mask_threshold: Threshold, Minimum mask value to consider the vertex valid to extract a face from the original mesh
1993
1993
  :type mask_threshold: typing.Any | None
@@ -2000,8 +2000,8 @@ def paint_mask_slice(
2000
2000
  ...
2001
2001
 
2002
2002
  def point_normals(
2003
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2004
- execution_context: str | int | None = None,
2003
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2004
+ execution_context: int | str | None = None,
2005
2005
  undo: bool | None = None,
2006
2006
  *,
2007
2007
  mode: str | None = "COORDINATES",
@@ -2013,8 +2013,8 @@ def point_normals(
2013
2013
  ):
2014
2014
  """Point selected custom normals to specified Target
2015
2015
 
2016
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2017
- :type execution_context: str | int | None
2016
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2017
+ :type execution_context: int | str | None
2018
2018
  :type undo: bool | None
2019
2019
  :param mode: Mode, How to define coordinates to point custom normals to
2020
2020
 
@@ -2039,8 +2039,8 @@ def point_normals(
2039
2039
  ...
2040
2040
 
2041
2041
  def poke(
2042
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2043
- execution_context: str | int | None = None,
2042
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2043
+ execution_context: int | str | None = None,
2044
2044
  undo: bool | None = None,
2045
2045
  *,
2046
2046
  offset: typing.Any | None = 0.0,
@@ -2049,8 +2049,8 @@ def poke(
2049
2049
  ):
2050
2050
  """Split a face into a fan
2051
2051
 
2052
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2053
- :type execution_context: str | int | None
2052
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2053
+ :type execution_context: int | str | None
2054
2054
  :type undo: bool | None
2055
2055
  :param offset: Poke Offset, Poke Offset
2056
2056
  :type offset: typing.Any | None
@@ -2072,8 +2072,8 @@ def poke(
2072
2072
  ...
2073
2073
 
2074
2074
  def polybuild_delete_at_cursor(
2075
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2076
- execution_context: str | int | None = None,
2075
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2076
+ execution_context: int | str | None = None,
2077
2077
  undo: bool | None = None,
2078
2078
  *,
2079
2079
  mirror: bool | typing.Any | None = False,
@@ -2087,8 +2087,8 @@ def polybuild_delete_at_cursor(
2087
2087
  ):
2088
2088
  """Undocumented, consider contributing.
2089
2089
 
2090
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2091
- :type execution_context: str | int | None
2090
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2091
+ :type execution_context: int | str | None
2092
2092
  :type undo: bool | None
2093
2093
  :param mirror: Mirror Editing
2094
2094
  :type mirror: bool | typing.Any | None
@@ -2111,22 +2111,22 @@ def polybuild_delete_at_cursor(
2111
2111
  ...
2112
2112
 
2113
2113
  def polybuild_dissolve_at_cursor(
2114
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2115
- execution_context: str | int | None = None,
2114
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2115
+ execution_context: int | str | None = None,
2116
2116
  undo: bool | None = None,
2117
2117
  ):
2118
2118
  """Undocumented, consider contributing.
2119
2119
 
2120
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2121
- :type execution_context: str | int | None
2120
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2121
+ :type execution_context: int | str | None
2122
2122
  :type undo: bool | None
2123
2123
  """
2124
2124
 
2125
2125
  ...
2126
2126
 
2127
2127
  def polybuild_extrude_at_cursor_move(
2128
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2129
- execution_context: str | int | None = None,
2128
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2129
+ execution_context: int | str | None = None,
2130
2130
  undo: bool | None = None,
2131
2131
  *,
2132
2132
  MESH_OT_polybuild_transform_at_cursor: polybuild_transform_at_cursor | None = None,
@@ -2135,8 +2135,8 @@ def polybuild_extrude_at_cursor_move(
2135
2135
  ):
2136
2136
  """Undocumented, consider contributing.
2137
2137
 
2138
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2139
- :type execution_context: str | int | None
2138
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2139
+ :type execution_context: int | str | None
2140
2140
  :type undo: bool | None
2141
2141
  :param MESH_OT_polybuild_transform_at_cursor: Poly Build Transform at Cursor
2142
2142
  :type MESH_OT_polybuild_transform_at_cursor: polybuild_transform_at_cursor | None
@@ -2149,8 +2149,8 @@ def polybuild_extrude_at_cursor_move(
2149
2149
  ...
2150
2150
 
2151
2151
  def polybuild_face_at_cursor(
2152
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2153
- execution_context: str | int | None = None,
2152
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2153
+ execution_context: int | str | None = None,
2154
2154
  undo: bool | None = None,
2155
2155
  *,
2156
2156
  create_quads: bool | typing.Any | None = True,
@@ -2165,8 +2165,8 @@ def polybuild_face_at_cursor(
2165
2165
  ):
2166
2166
  """Undocumented, consider contributing.
2167
2167
 
2168
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2169
- :type execution_context: str | int | None
2168
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2169
+ :type execution_context: int | str | None
2170
2170
  :type undo: bool | None
2171
2171
  :param create_quads: Create Quads, Automatically split edges in triangles to maintain quad topology
2172
2172
  :type create_quads: bool | typing.Any | None
@@ -2191,8 +2191,8 @@ def polybuild_face_at_cursor(
2191
2191
  ...
2192
2192
 
2193
2193
  def polybuild_face_at_cursor_move(
2194
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2195
- execution_context: str | int | None = None,
2194
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2195
+ execution_context: int | str | None = None,
2196
2196
  undo: bool | None = None,
2197
2197
  *,
2198
2198
  MESH_OT_polybuild_face_at_cursor: polybuild_face_at_cursor | None = None,
@@ -2200,8 +2200,8 @@ def polybuild_face_at_cursor_move(
2200
2200
  ):
2201
2201
  """Undocumented, consider contributing.
2202
2202
 
2203
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2204
- :type execution_context: str | int | None
2203
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2204
+ :type execution_context: int | str | None
2205
2205
  :type undo: bool | None
2206
2206
  :param MESH_OT_polybuild_face_at_cursor: Poly Build Face at Cursor
2207
2207
  :type MESH_OT_polybuild_face_at_cursor: polybuild_face_at_cursor | None
@@ -2212,8 +2212,8 @@ def polybuild_face_at_cursor_move(
2212
2212
  ...
2213
2213
 
2214
2214
  def polybuild_split_at_cursor(
2215
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2216
- execution_context: str | int | None = None,
2215
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2216
+ execution_context: int | str | None = None,
2217
2217
  undo: bool | None = None,
2218
2218
  *,
2219
2219
  mirror: bool | typing.Any | None = False,
@@ -2227,8 +2227,8 @@ def polybuild_split_at_cursor(
2227
2227
  ):
2228
2228
  """Undocumented, consider contributing.
2229
2229
 
2230
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2231
- :type execution_context: str | int | None
2230
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2231
+ :type execution_context: int | str | None
2232
2232
  :type undo: bool | None
2233
2233
  :param mirror: Mirror Editing
2234
2234
  :type mirror: bool | typing.Any | None
@@ -2251,8 +2251,8 @@ def polybuild_split_at_cursor(
2251
2251
  ...
2252
2252
 
2253
2253
  def polybuild_split_at_cursor_move(
2254
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2255
- execution_context: str | int | None = None,
2254
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2255
+ execution_context: int | str | None = None,
2256
2256
  undo: bool | None = None,
2257
2257
  *,
2258
2258
  MESH_OT_polybuild_split_at_cursor: polybuild_split_at_cursor | None = None,
@@ -2260,8 +2260,8 @@ def polybuild_split_at_cursor_move(
2260
2260
  ):
2261
2261
  """Undocumented, consider contributing.
2262
2262
 
2263
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2264
- :type execution_context: str | int | None
2263
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2264
+ :type execution_context: int | str | None
2265
2265
  :type undo: bool | None
2266
2266
  :param MESH_OT_polybuild_split_at_cursor: Poly Build Split at Cursor
2267
2267
  :type MESH_OT_polybuild_split_at_cursor: polybuild_split_at_cursor | None
@@ -2272,8 +2272,8 @@ def polybuild_split_at_cursor_move(
2272
2272
  ...
2273
2273
 
2274
2274
  def polybuild_transform_at_cursor(
2275
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2276
- execution_context: str | int | None = None,
2275
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2276
+ execution_context: int | str | None = None,
2277
2277
  undo: bool | None = None,
2278
2278
  *,
2279
2279
  mirror: bool | typing.Any | None = False,
@@ -2287,8 +2287,8 @@ def polybuild_transform_at_cursor(
2287
2287
  ):
2288
2288
  """Undocumented, consider contributing.
2289
2289
 
2290
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2291
- :type execution_context: str | int | None
2290
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2291
+ :type execution_context: int | str | None
2292
2292
  :type undo: bool | None
2293
2293
  :param mirror: Mirror Editing
2294
2294
  :type mirror: bool | typing.Any | None
@@ -2311,8 +2311,8 @@ def polybuild_transform_at_cursor(
2311
2311
  ...
2312
2312
 
2313
2313
  def polybuild_transform_at_cursor_move(
2314
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2315
- execution_context: str | int | None = None,
2314
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2315
+ execution_context: int | str | None = None,
2316
2316
  undo: bool | None = None,
2317
2317
  *,
2318
2318
  MESH_OT_polybuild_transform_at_cursor: polybuild_transform_at_cursor | None = None,
@@ -2320,8 +2320,8 @@ def polybuild_transform_at_cursor_move(
2320
2320
  ):
2321
2321
  """Undocumented, consider contributing.
2322
2322
 
2323
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2324
- :type execution_context: str | int | None
2323
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2324
+ :type execution_context: int | str | None
2325
2325
  :type undo: bool | None
2326
2326
  :param MESH_OT_polybuild_transform_at_cursor: Poly Build Transform at Cursor
2327
2327
  :type MESH_OT_polybuild_transform_at_cursor: polybuild_transform_at_cursor | None
@@ -2332,8 +2332,8 @@ def polybuild_transform_at_cursor_move(
2332
2332
  ...
2333
2333
 
2334
2334
  def primitive_circle_add(
2335
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2336
- execution_context: str | int | None = None,
2335
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2336
+ execution_context: int | str | None = None,
2337
2337
  undo: bool | None = None,
2338
2338
  *,
2339
2339
  vertices: typing.Any | None = 32,
@@ -2348,8 +2348,8 @@ def primitive_circle_add(
2348
2348
  ):
2349
2349
  """Construct a circle mesh
2350
2350
 
2351
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2352
- :type execution_context: str | int | None
2351
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2352
+ :type execution_context: int | str | None
2353
2353
  :type undo: bool | None
2354
2354
  :param vertices: Vertices
2355
2355
  :type vertices: typing.Any | None
@@ -2392,8 +2392,8 @@ def primitive_circle_add(
2392
2392
  ...
2393
2393
 
2394
2394
  def primitive_cone_add(
2395
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2396
- execution_context: str | int | None = None,
2395
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2396
+ execution_context: int | str | None = None,
2397
2397
  undo: bool | None = None,
2398
2398
  *,
2399
2399
  vertices: typing.Any | None = 32,
@@ -2410,8 +2410,8 @@ def primitive_cone_add(
2410
2410
  ):
2411
2411
  """Construct a conic mesh
2412
2412
 
2413
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2414
- :type execution_context: str | int | None
2413
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2414
+ :type execution_context: int | str | None
2415
2415
  :type undo: bool | None
2416
2416
  :param vertices: Vertices
2417
2417
  :type vertices: typing.Any | None
@@ -2458,8 +2458,8 @@ def primitive_cone_add(
2458
2458
  ...
2459
2459
 
2460
2460
  def primitive_cube_add(
2461
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2462
- execution_context: str | int | None = None,
2461
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2462
+ execution_context: int | str | None = None,
2463
2463
  undo: bool | None = None,
2464
2464
  *,
2465
2465
  size: typing.Any | None = 2.0,
@@ -2472,8 +2472,8 @@ def primitive_cube_add(
2472
2472
  ):
2473
2473
  """Construct a cube mesh that consists of six square faces
2474
2474
 
2475
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2476
- :type execution_context: str | int | None
2475
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2476
+ :type execution_context: int | str | None
2477
2477
  :type undo: bool | None
2478
2478
  :param size: Size
2479
2479
  :type size: typing.Any | None
@@ -2503,8 +2503,8 @@ def primitive_cube_add(
2503
2503
  ...
2504
2504
 
2505
2505
  def primitive_cube_add_gizmo(
2506
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2507
- execution_context: str | int | None = None,
2506
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2507
+ execution_context: int | str | None = None,
2508
2508
  undo: bool | None = None,
2509
2509
  *,
2510
2510
  calc_uvs: bool | typing.Any | None = True,
@@ -2522,8 +2522,8 @@ def primitive_cube_add_gizmo(
2522
2522
  ):
2523
2523
  """Construct a cube mesh
2524
2524
 
2525
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2526
- :type execution_context: str | int | None
2525
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2526
+ :type execution_context: int | str | None
2527
2527
  :type undo: bool | None
2528
2528
  :param calc_uvs: Generate UVs, Generate a default UV map
2529
2529
  :type calc_uvs: bool | typing.Any | None
@@ -2553,8 +2553,8 @@ def primitive_cube_add_gizmo(
2553
2553
  ...
2554
2554
 
2555
2555
  def primitive_cylinder_add(
2556
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2557
- execution_context: str | int | None = None,
2556
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2557
+ execution_context: int | str | None = None,
2558
2558
  undo: bool | None = None,
2559
2559
  *,
2560
2560
  vertices: typing.Any | None = 32,
@@ -2570,8 +2570,8 @@ def primitive_cylinder_add(
2570
2570
  ):
2571
2571
  """Construct a cylinder mesh
2572
2572
 
2573
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2574
- :type execution_context: str | int | None
2573
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2574
+ :type execution_context: int | str | None
2575
2575
  :type undo: bool | None
2576
2576
  :param vertices: Vertices
2577
2577
  :type vertices: typing.Any | None
@@ -2616,8 +2616,8 @@ def primitive_cylinder_add(
2616
2616
  ...
2617
2617
 
2618
2618
  def primitive_grid_add(
2619
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2620
- execution_context: str | int | None = None,
2619
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2620
+ execution_context: int | str | None = None,
2621
2621
  undo: bool | None = None,
2622
2622
  *,
2623
2623
  x_subdivisions: typing.Any | None = 10,
@@ -2632,8 +2632,8 @@ def primitive_grid_add(
2632
2632
  ):
2633
2633
  """Construct a subdivided plane mesh
2634
2634
 
2635
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2636
- :type execution_context: str | int | None
2635
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2636
+ :type execution_context: int | str | None
2637
2637
  :type undo: bool | None
2638
2638
  :param x_subdivisions: X Subdivisions
2639
2639
  :type x_subdivisions: typing.Any | None
@@ -2667,8 +2667,8 @@ def primitive_grid_add(
2667
2667
  ...
2668
2668
 
2669
2669
  def primitive_ico_sphere_add(
2670
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2671
- execution_context: str | int | None = None,
2670
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2671
+ execution_context: int | str | None = None,
2672
2672
  undo: bool | None = None,
2673
2673
  *,
2674
2674
  subdivisions: typing.Any | None = 2,
@@ -2682,8 +2682,8 @@ def primitive_ico_sphere_add(
2682
2682
  ):
2683
2683
  """Construct a spherical mesh that consists of equally sized triangles
2684
2684
 
2685
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2686
- :type execution_context: str | int | None
2685
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2686
+ :type execution_context: int | str | None
2687
2687
  :type undo: bool | None
2688
2688
  :param subdivisions: Subdivisions
2689
2689
  :type subdivisions: typing.Any | None
@@ -2715,8 +2715,8 @@ def primitive_ico_sphere_add(
2715
2715
  ...
2716
2716
 
2717
2717
  def primitive_monkey_add(
2718
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2719
- execution_context: str | int | None = None,
2718
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2719
+ execution_context: int | str | None = None,
2720
2720
  undo: bool | None = None,
2721
2721
  *,
2722
2722
  size: typing.Any | None = 2.0,
@@ -2729,8 +2729,8 @@ def primitive_monkey_add(
2729
2729
  ):
2730
2730
  """Construct a Suzanne mesh
2731
2731
 
2732
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2733
- :type execution_context: str | int | None
2732
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2733
+ :type execution_context: int | str | None
2734
2734
  :type undo: bool | None
2735
2735
  :param size: Size
2736
2736
  :type size: typing.Any | None
@@ -2760,8 +2760,8 @@ def primitive_monkey_add(
2760
2760
  ...
2761
2761
 
2762
2762
  def primitive_plane_add(
2763
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2764
- execution_context: str | int | None = None,
2763
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2764
+ execution_context: int | str | None = None,
2765
2765
  undo: bool | None = None,
2766
2766
  *,
2767
2767
  size: typing.Any | None = 2.0,
@@ -2774,8 +2774,8 @@ def primitive_plane_add(
2774
2774
  ):
2775
2775
  """Construct a filled planar mesh with 4 vertices
2776
2776
 
2777
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2778
- :type execution_context: str | int | None
2777
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2778
+ :type execution_context: int | str | None
2779
2779
  :type undo: bool | None
2780
2780
  :param size: Size
2781
2781
  :type size: typing.Any | None
@@ -2805,8 +2805,8 @@ def primitive_plane_add(
2805
2805
  ...
2806
2806
 
2807
2807
  def primitive_torus_add(
2808
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2809
- execution_context: str | int | None = None,
2808
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2809
+ execution_context: int | str | None = None,
2810
2810
  undo: bool | None = None,
2811
2811
  *,
2812
2812
  align: str | None = "WORLD",
@@ -2823,8 +2823,8 @@ def primitive_torus_add(
2823
2823
  ):
2824
2824
  """Construct a torus mesh
2825
2825
 
2826
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2827
- :type execution_context: str | int | None
2826
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2827
+ :type execution_context: int | str | None
2828
2828
  :type undo: bool | None
2829
2829
  :param align: Align
2830
2830
 
@@ -2868,8 +2868,8 @@ def primitive_torus_add(
2868
2868
  ...
2869
2869
 
2870
2870
  def primitive_uv_sphere_add(
2871
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2872
- execution_context: str | int | None = None,
2871
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2872
+ execution_context: int | str | None = None,
2873
2873
  undo: bool | None = None,
2874
2874
  *,
2875
2875
  segments: typing.Any | None = 32,
@@ -2884,8 +2884,8 @@ def primitive_uv_sphere_add(
2884
2884
  ):
2885
2885
  """Construct a spherical mesh with quad faces, except for triangle faces at the top and bottom
2886
2886
 
2887
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2888
- :type execution_context: str | int | None
2887
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2888
+ :type execution_context: int | str | None
2889
2889
  :type undo: bool | None
2890
2890
  :param segments: Segments
2891
2891
  :type segments: typing.Any | None
@@ -2919,8 +2919,8 @@ def primitive_uv_sphere_add(
2919
2919
  ...
2920
2920
 
2921
2921
  def quads_convert_to_tris(
2922
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2923
- execution_context: str | int | None = None,
2922
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2923
+ execution_context: int | str | None = None,
2924
2924
  undo: bool | None = None,
2925
2925
  *,
2926
2926
  quad_method: str | None = "BEAUTY",
@@ -2928,8 +2928,8 @@ def quads_convert_to_tris(
2928
2928
  ):
2929
2929
  """Triangulate selected faces
2930
2930
 
2931
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2932
- :type execution_context: str | int | None
2931
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2932
+ :type execution_context: int | str | None
2933
2933
  :type undo: bool | None
2934
2934
  :param quad_method: Quad Method, Method for splitting the quads into triangles
2935
2935
  :type quad_method: str | None
@@ -2940,22 +2940,22 @@ def quads_convert_to_tris(
2940
2940
  ...
2941
2941
 
2942
2942
  def region_to_loop(
2943
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2944
- execution_context: str | int | None = None,
2943
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2944
+ execution_context: int | str | None = None,
2945
2945
  undo: bool | None = None,
2946
2946
  ):
2947
2947
  """Select boundary edges around the selected faces
2948
2948
 
2949
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2950
- :type execution_context: str | int | None
2949
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2950
+ :type execution_context: int | str | None
2951
2951
  :type undo: bool | None
2952
2952
  """
2953
2953
 
2954
2954
  ...
2955
2955
 
2956
2956
  def remove_doubles(
2957
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2958
- execution_context: str | int | None = None,
2957
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2958
+ execution_context: int | str | None = None,
2959
2959
  undo: bool | None = None,
2960
2960
  *,
2961
2961
  threshold: typing.Any | None = 0.0001,
@@ -2964,8 +2964,8 @@ def remove_doubles(
2964
2964
  ):
2965
2965
  """Merge vertices based on their proximity
2966
2966
 
2967
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2968
- :type execution_context: str | int | None
2967
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2968
+ :type execution_context: int | str | None
2969
2969
  :type undo: bool | None
2970
2970
  :param threshold: Merge Distance, Maximum distance between elements to merge
2971
2971
  :type threshold: typing.Any | None
@@ -2978,16 +2978,16 @@ def remove_doubles(
2978
2978
  ...
2979
2979
 
2980
2980
  def reveal(
2981
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2982
- execution_context: str | int | None = None,
2981
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2982
+ execution_context: int | str | None = None,
2983
2983
  undo: bool | None = None,
2984
2984
  *,
2985
2985
  select: bool | typing.Any | None = True,
2986
2986
  ):
2987
2987
  """Reveal all hidden vertices, edges and faces
2988
2988
 
2989
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
2990
- :type execution_context: str | int | None
2989
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2990
+ :type execution_context: int | str | None
2991
2991
  :type undo: bool | None
2992
2992
  :param select: Select
2993
2993
  :type select: bool | typing.Any | None
@@ -2996,8 +2996,8 @@ def reveal(
2996
2996
  ...
2997
2997
 
2998
2998
  def rip(
2999
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3000
- execution_context: str | int | None = None,
2999
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3000
+ execution_context: int | str | None = None,
3001
3001
  undo: bool | None = None,
3002
3002
  *,
3003
3003
  mirror: bool | typing.Any | None = False,
@@ -3012,8 +3012,8 @@ def rip(
3012
3012
  ):
3013
3013
  """Disconnect vertex or edges from connected geometry
3014
3014
 
3015
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3016
- :type execution_context: str | int | None
3015
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3016
+ :type execution_context: int | str | None
3017
3017
  :type undo: bool | None
3018
3018
  :param mirror: Mirror Editing
3019
3019
  :type mirror: bool | typing.Any | None
@@ -3038,8 +3038,8 @@ def rip(
3038
3038
  ...
3039
3039
 
3040
3040
  def rip_edge(
3041
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3042
- execution_context: str | int | None = None,
3041
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3042
+ execution_context: int | str | None = None,
3043
3043
  undo: bool | None = None,
3044
3044
  *,
3045
3045
  mirror: bool | typing.Any | None = False,
@@ -3053,8 +3053,8 @@ def rip_edge(
3053
3053
  ):
3054
3054
  """Extend vertices along the edge closest to the cursor
3055
3055
 
3056
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3057
- :type execution_context: str | int | None
3056
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3057
+ :type execution_context: int | str | None
3058
3058
  :type undo: bool | None
3059
3059
  :param mirror: Mirror Editing
3060
3060
  :type mirror: bool | typing.Any | None
@@ -3077,8 +3077,8 @@ def rip_edge(
3077
3077
  ...
3078
3078
 
3079
3079
  def rip_edge_move(
3080
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3081
- execution_context: str | int | None = None,
3080
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3081
+ execution_context: int | str | None = None,
3082
3082
  undo: bool | None = None,
3083
3083
  *,
3084
3084
  MESH_OT_rip_edge: rip_edge | None = None,
@@ -3086,8 +3086,8 @@ def rip_edge_move(
3086
3086
  ):
3087
3087
  """Extend vertices and move the result
3088
3088
 
3089
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3090
- :type execution_context: str | int | None
3089
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3090
+ :type execution_context: int | str | None
3091
3091
  :type undo: bool | None
3092
3092
  :param MESH_OT_rip_edge: Extend Vertices, Extend vertices along the edge closest to the cursor
3093
3093
  :type MESH_OT_rip_edge: rip_edge | None
@@ -3098,8 +3098,8 @@ def rip_edge_move(
3098
3098
  ...
3099
3099
 
3100
3100
  def rip_move(
3101
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3102
- execution_context: str | int | None = None,
3101
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3102
+ execution_context: int | str | None = None,
3103
3103
  undo: bool | None = None,
3104
3104
  *,
3105
3105
  MESH_OT_rip: rip | None = None,
@@ -3107,8 +3107,8 @@ def rip_move(
3107
3107
  ):
3108
3108
  """Rip polygons and move the result
3109
3109
 
3110
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3111
- :type execution_context: str | int | None
3110
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3111
+ :type execution_context: int | str | None
3112
3112
  :type undo: bool | None
3113
3113
  :param MESH_OT_rip: Rip, Disconnect vertex or edges from connected geometry
3114
3114
  :type MESH_OT_rip: rip | None
@@ -3119,8 +3119,8 @@ def rip_move(
3119
3119
  ...
3120
3120
 
3121
3121
  def screw(
3122
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3123
- execution_context: str | int | None = None,
3122
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3123
+ execution_context: int | str | None = None,
3124
3124
  undo: bool | None = None,
3125
3125
  *,
3126
3126
  steps: typing.Any | None = 9,
@@ -3130,8 +3130,8 @@ def screw(
3130
3130
  ):
3131
3131
  """Extrude selected vertices in screw-shaped rotation around the cursor in indicated viewport
3132
3132
 
3133
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3134
- :type execution_context: str | int | None
3133
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3134
+ :type execution_context: int | str | None
3135
3135
  :type undo: bool | None
3136
3136
  :param steps: Steps, Steps
3137
3137
  :type steps: typing.Any | None
@@ -3146,16 +3146,16 @@ def screw(
3146
3146
  ...
3147
3147
 
3148
3148
  def select_all(
3149
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3150
- execution_context: str | int | None = None,
3149
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3150
+ execution_context: int | str | None = None,
3151
3151
  undo: bool | None = None,
3152
3152
  *,
3153
3153
  action: str | None = "TOGGLE",
3154
3154
  ):
3155
3155
  """(De)select all vertices, edges or faces
3156
3156
 
3157
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3158
- :type execution_context: str | int | None
3157
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3158
+ :type execution_context: int | str | None
3159
3159
  :type undo: bool | None
3160
3160
  :param action: Action, Selection action to execute
3161
3161
 
@@ -3176,8 +3176,8 @@ def select_all(
3176
3176
  ...
3177
3177
 
3178
3178
  def select_axis(
3179
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3180
- execution_context: str | int | None = None,
3179
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3180
+ execution_context: int | str | None = None,
3181
3181
  undo: bool | None = None,
3182
3182
  *,
3183
3183
  orientation: str | None = "LOCAL",
@@ -3187,8 +3187,8 @@ def select_axis(
3187
3187
  ):
3188
3188
  """Select all data in the mesh on a single axis
3189
3189
 
3190
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3191
- :type execution_context: str | int | None
3190
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3191
+ :type execution_context: int | str | None
3192
3192
  :type undo: bool | None
3193
3193
  :param orientation: Axis Mode, Axis orientation
3194
3194
  :type orientation: str | None
@@ -3203,22 +3203,22 @@ def select_axis(
3203
3203
  ...
3204
3204
 
3205
3205
  def select_by_attribute(
3206
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3207
- execution_context: str | int | None = None,
3206
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3207
+ execution_context: int | str | None = None,
3208
3208
  undo: bool | None = None,
3209
3209
  ):
3210
3210
  """Select elements based on the active boolean attribute
3211
3211
 
3212
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3213
- :type execution_context: str | int | None
3212
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3213
+ :type execution_context: int | str | None
3214
3214
  :type undo: bool | None
3215
3215
  """
3216
3216
 
3217
3217
  ...
3218
3218
 
3219
3219
  def select_face_by_sides(
3220
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3221
- execution_context: str | int | None = None,
3220
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3221
+ execution_context: int | str | None = None,
3222
3222
  undo: bool | None = None,
3223
3223
  *,
3224
3224
  number: typing.Any | None = 4,
@@ -3227,8 +3227,8 @@ def select_face_by_sides(
3227
3227
  ):
3228
3228
  """Select vertices or faces by the number of face sides
3229
3229
 
3230
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3231
- :type execution_context: str | int | None
3230
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3231
+ :type execution_context: int | str | None
3232
3232
  :type undo: bool | None
3233
3233
  :param number: Number of Vertices
3234
3234
  :type number: typing.Any | None
@@ -3241,30 +3241,30 @@ def select_face_by_sides(
3241
3241
  ...
3242
3242
 
3243
3243
  def select_interior_faces(
3244
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3245
- execution_context: str | int | None = None,
3244
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3245
+ execution_context: int | str | None = None,
3246
3246
  undo: bool | None = None,
3247
3247
  ):
3248
3248
  """Select faces where all edges have more than 2 face users
3249
3249
 
3250
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3251
- :type execution_context: str | int | None
3250
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3251
+ :type execution_context: int | str | None
3252
3252
  :type undo: bool | None
3253
3253
  """
3254
3254
 
3255
3255
  ...
3256
3256
 
3257
3257
  def select_less(
3258
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3259
- execution_context: str | int | None = None,
3258
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3259
+ execution_context: int | str | None = None,
3260
3260
  undo: bool | None = None,
3261
3261
  *,
3262
3262
  use_face_step: bool | typing.Any | None = True,
3263
3263
  ):
3264
3264
  """Deselect vertices, edges or faces at the boundary of each selection region
3265
3265
 
3266
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3267
- :type execution_context: str | int | None
3266
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3267
+ :type execution_context: int | str | None
3268
3268
  :type undo: bool | None
3269
3269
  :param use_face_step: Face Step, Connected faces (instead of edges)
3270
3270
  :type use_face_step: bool | typing.Any | None
@@ -3273,16 +3273,16 @@ def select_less(
3273
3273
  ...
3274
3274
 
3275
3275
  def select_linked(
3276
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3277
- execution_context: str | int | None = None,
3276
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3277
+ execution_context: int | str | None = None,
3278
3278
  undo: bool | None = None,
3279
3279
  *,
3280
3280
  delimit: typing.Any | None = {"SEAM"},
3281
3281
  ):
3282
3282
  """Select all vertices connected to the current selection
3283
3283
 
3284
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3285
- :type execution_context: str | int | None
3284
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3285
+ :type execution_context: int | str | None
3286
3286
  :type undo: bool | None
3287
3287
  :param delimit: Delimit, Delimit selected region
3288
3288
  :type delimit: typing.Any | None
@@ -3291,8 +3291,8 @@ def select_linked(
3291
3291
  ...
3292
3292
 
3293
3293
  def select_linked_pick(
3294
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3295
- execution_context: str | int | None = None,
3294
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3295
+ execution_context: int | str | None = None,
3296
3296
  undo: bool | None = None,
3297
3297
  *,
3298
3298
  deselect: bool | typing.Any | None = False,
@@ -3302,8 +3302,8 @@ def select_linked_pick(
3302
3302
  ):
3303
3303
  """(De)select all vertices linked to the edge under the mouse cursor
3304
3304
 
3305
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3306
- :type execution_context: str | int | None
3305
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3306
+ :type execution_context: int | str | None
3307
3307
  :type undo: bool | None
3308
3308
  :param deselect: Deselect
3309
3309
  :type deselect: bool | typing.Any | None
@@ -3316,16 +3316,16 @@ def select_linked_pick(
3316
3316
  ...
3317
3317
 
3318
3318
  def select_loose(
3319
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3320
- execution_context: str | int | None = None,
3319
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3320
+ execution_context: int | str | None = None,
3321
3321
  undo: bool | None = None,
3322
3322
  *,
3323
3323
  extend: bool | typing.Any | None = False,
3324
3324
  ):
3325
3325
  """Select loose geometry based on the selection mode
3326
3326
 
3327
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3328
- :type execution_context: str | int | None
3327
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3328
+ :type execution_context: int | str | None
3329
3329
  :type undo: bool | None
3330
3330
  :param extend: Extend, Extend the selection
3331
3331
  :type extend: bool | typing.Any | None
@@ -3334,8 +3334,8 @@ def select_loose(
3334
3334
  ...
3335
3335
 
3336
3336
  def select_mirror(
3337
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3338
- execution_context: str | int | None = None,
3337
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3338
+ execution_context: int | str | None = None,
3339
3339
  undo: bool | None = None,
3340
3340
  *,
3341
3341
  axis: typing.Any | None = {"X"},
@@ -3343,8 +3343,8 @@ def select_mirror(
3343
3343
  ):
3344
3344
  """Select mesh items at mirrored locations
3345
3345
 
3346
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3347
- :type execution_context: str | int | None
3346
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3347
+ :type execution_context: int | str | None
3348
3348
  :type undo: bool | None
3349
3349
  :param axis: Axis
3350
3350
  :type axis: typing.Any | None
@@ -3355,8 +3355,8 @@ def select_mirror(
3355
3355
  ...
3356
3356
 
3357
3357
  def select_mode(
3358
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3359
- execution_context: str | int | None = None,
3358
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3359
+ execution_context: int | str | None = None,
3360
3360
  undo: bool | None = None,
3361
3361
  *,
3362
3362
  use_extend: bool | typing.Any | None = False,
@@ -3366,8 +3366,8 @@ def select_mode(
3366
3366
  ):
3367
3367
  """Change selection mode
3368
3368
 
3369
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3370
- :type execution_context: str | int | None
3369
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3370
+ :type execution_context: int | str | None
3371
3371
  :type undo: bool | None
3372
3372
  :param use_extend: Extend
3373
3373
  :type use_extend: bool | typing.Any | None
@@ -3391,16 +3391,16 @@ def select_mode(
3391
3391
  ...
3392
3392
 
3393
3393
  def select_more(
3394
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3395
- execution_context: str | int | None = None,
3394
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3395
+ execution_context: int | str | None = None,
3396
3396
  undo: bool | None = None,
3397
3397
  *,
3398
3398
  use_face_step: bool | typing.Any | None = True,
3399
3399
  ):
3400
3400
  """Select more vertices, edges or faces connected to initial selection
3401
3401
 
3402
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3403
- :type execution_context: str | int | None
3402
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3403
+ :type execution_context: int | str | None
3404
3404
  :type undo: bool | None
3405
3405
  :param use_face_step: Face Step, Connected faces (instead of edges)
3406
3406
  :type use_face_step: bool | typing.Any | None
@@ -3409,22 +3409,22 @@ def select_more(
3409
3409
  ...
3410
3410
 
3411
3411
  def select_next_item(
3412
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3413
- execution_context: str | int | None = None,
3412
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3413
+ execution_context: int | str | None = None,
3414
3414
  undo: bool | None = None,
3415
3415
  ):
3416
3416
  """Select the next element (using selection order)
3417
3417
 
3418
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3419
- :type execution_context: str | int | None
3418
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3419
+ :type execution_context: int | str | None
3420
3420
  :type undo: bool | None
3421
3421
  """
3422
3422
 
3423
3423
  ...
3424
3424
 
3425
3425
  def select_non_manifold(
3426
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3427
- execution_context: str | int | None = None,
3426
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3427
+ execution_context: int | str | None = None,
3428
3428
  undo: bool | None = None,
3429
3429
  *,
3430
3430
  extend: bool | typing.Any | None = True,
@@ -3436,8 +3436,8 @@ def select_non_manifold(
3436
3436
  ):
3437
3437
  """Select all non-manifold vertices or edges
3438
3438
 
3439
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3440
- :type execution_context: str | int | None
3439
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3440
+ :type execution_context: int | str | None
3441
3441
  :type undo: bool | None
3442
3442
  :param extend: Extend, Extend the selection
3443
3443
  :type extend: bool | typing.Any | None
@@ -3456,8 +3456,8 @@ def select_non_manifold(
3456
3456
  ...
3457
3457
 
3458
3458
  def select_nth(
3459
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3460
- execution_context: str | int | None = None,
3459
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3460
+ execution_context: int | str | None = None,
3461
3461
  undo: bool | None = None,
3462
3462
  *,
3463
3463
  skip: typing.Any | None = 1,
@@ -3466,8 +3466,8 @@ def select_nth(
3466
3466
  ):
3467
3467
  """Deselect every Nth element starting from the active vertex, edge or face
3468
3468
 
3469
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3470
- :type execution_context: str | int | None
3469
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3470
+ :type execution_context: int | str | None
3471
3471
  :type undo: bool | None
3472
3472
  :param skip: Deselected, Number of deselected elements in the repetitive sequence
3473
3473
  :type skip: typing.Any | None
@@ -3480,22 +3480,22 @@ def select_nth(
3480
3480
  ...
3481
3481
 
3482
3482
  def select_prev_item(
3483
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3484
- execution_context: str | int | None = None,
3483
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3484
+ execution_context: int | str | None = None,
3485
3485
  undo: bool | None = None,
3486
3486
  ):
3487
3487
  """Select the previous element (using selection order)
3488
3488
 
3489
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3490
- :type execution_context: str | int | None
3489
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3490
+ :type execution_context: int | str | None
3491
3491
  :type undo: bool | None
3492
3492
  """
3493
3493
 
3494
3494
  ...
3495
3495
 
3496
3496
  def select_random(
3497
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3498
- execution_context: str | int | None = None,
3497
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3498
+ execution_context: int | str | None = None,
3499
3499
  undo: bool | None = None,
3500
3500
  *,
3501
3501
  ratio: typing.Any | None = 0.5,
@@ -3504,8 +3504,8 @@ def select_random(
3504
3504
  ):
3505
3505
  """Randomly select vertices
3506
3506
 
3507
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3508
- :type execution_context: str | int | None
3507
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3508
+ :type execution_context: int | str | None
3509
3509
  :type undo: bool | None
3510
3510
  :param ratio: Ratio, Portion of items to select randomly
3511
3511
  :type ratio: typing.Any | None
@@ -3524,8 +3524,8 @@ def select_random(
3524
3524
  ...
3525
3525
 
3526
3526
  def select_similar(
3527
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3528
- execution_context: str | int | None = None,
3527
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3528
+ execution_context: int | str | None = None,
3529
3529
  undo: bool | None = None,
3530
3530
  *,
3531
3531
  type: str | None = "VERT_NORMAL",
@@ -3534,8 +3534,8 @@ def select_similar(
3534
3534
  ):
3535
3535
  """Select similar vertices, edges or faces by property types
3536
3536
 
3537
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3538
- :type execution_context: str | int | None
3537
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3538
+ :type execution_context: int | str | None
3539
3539
  :type undo: bool | None
3540
3540
  :param type: Type
3541
3541
  :type type: str | None
@@ -3548,30 +3548,30 @@ def select_similar(
3548
3548
  ...
3549
3549
 
3550
3550
  def select_similar_region(
3551
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3552
- execution_context: str | int | None = None,
3551
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3552
+ execution_context: int | str | None = None,
3553
3553
  undo: bool | None = None,
3554
3554
  ):
3555
3555
  """Select similar face regions to the current selection
3556
3556
 
3557
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3558
- :type execution_context: str | int | None
3557
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3558
+ :type execution_context: int | str | None
3559
3559
  :type undo: bool | None
3560
3560
  """
3561
3561
 
3562
3562
  ...
3563
3563
 
3564
3564
  def select_ungrouped(
3565
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3566
- execution_context: str | int | None = None,
3565
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3566
+ execution_context: int | str | None = None,
3567
3567
  undo: bool | None = None,
3568
3568
  *,
3569
3569
  extend: bool | typing.Any | None = False,
3570
3570
  ):
3571
3571
  """Select vertices without a group
3572
3572
 
3573
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3574
- :type execution_context: str | int | None
3573
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3574
+ :type execution_context: int | str | None
3575
3575
  :type undo: bool | None
3576
3576
  :param extend: Extend, Extend the selection
3577
3577
  :type extend: bool | typing.Any | None
@@ -3580,16 +3580,16 @@ def select_ungrouped(
3580
3580
  ...
3581
3581
 
3582
3582
  def separate(
3583
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3584
- execution_context: str | int | None = None,
3583
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3584
+ execution_context: int | str | None = None,
3585
3585
  undo: bool | None = None,
3586
3586
  *,
3587
3587
  type: str | None = "SELECTED",
3588
3588
  ):
3589
3589
  """Separate selected geometry into a new mesh
3590
3590
 
3591
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3592
- :type execution_context: str | int | None
3591
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3592
+ :type execution_context: int | str | None
3593
3593
  :type undo: bool | None
3594
3594
  :param type: Type
3595
3595
  :type type: str | None
@@ -3598,16 +3598,16 @@ def separate(
3598
3598
  ...
3599
3599
 
3600
3600
  def set_normals_from_faces(
3601
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3602
- execution_context: str | int | None = None,
3601
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3602
+ execution_context: int | str | None = None,
3603
3603
  undo: bool | None = None,
3604
3604
  *,
3605
3605
  keep_sharp: bool | typing.Any | None = False,
3606
3606
  ):
3607
3607
  """Set the custom normals from the selected faces ones
3608
3608
 
3609
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3610
- :type execution_context: str | int | None
3609
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3610
+ :type execution_context: int | str | None
3611
3611
  :type undo: bool | None
3612
3612
  :param keep_sharp: Keep Sharp Edges, Do not set sharp edges to face
3613
3613
  :type keep_sharp: bool | typing.Any | None
@@ -3616,8 +3616,8 @@ def set_normals_from_faces(
3616
3616
  ...
3617
3617
 
3618
3618
  def set_sharpness_by_angle(
3619
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3620
- execution_context: str | int | None = None,
3619
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3620
+ execution_context: int | str | None = None,
3621
3621
  undo: bool | None = None,
3622
3622
  *,
3623
3623
  angle: typing.Any | None = 0.523599,
@@ -3625,8 +3625,8 @@ def set_sharpness_by_angle(
3625
3625
  ):
3626
3626
  """Set edge sharpness based on the angle between neighboring faces
3627
3627
 
3628
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3629
- :type execution_context: str | int | None
3628
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3629
+ :type execution_context: int | str | None
3630
3630
  :type undo: bool | None
3631
3631
  :param angle: Angle
3632
3632
  :type angle: typing.Any | None
@@ -3637,22 +3637,22 @@ def set_sharpness_by_angle(
3637
3637
  ...
3638
3638
 
3639
3639
  def shape_propagate_to_all(
3640
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3641
- execution_context: str | int | None = None,
3640
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3641
+ execution_context: int | str | None = None,
3642
3642
  undo: bool | None = None,
3643
3643
  ):
3644
3644
  """Apply selected vertex locations to all other shape keys
3645
3645
 
3646
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3647
- :type execution_context: str | int | None
3646
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3647
+ :type execution_context: int | str | None
3648
3648
  :type undo: bool | None
3649
3649
  """
3650
3650
 
3651
3651
  ...
3652
3652
 
3653
3653
  def shortest_path_pick(
3654
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3655
- execution_context: str | int | None = None,
3654
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3655
+ execution_context: int | str | None = None,
3656
3656
  undo: bool | None = None,
3657
3657
  *,
3658
3658
  edge_mode: str | None = "SELECT",
@@ -3666,8 +3666,8 @@ def shortest_path_pick(
3666
3666
  ):
3667
3667
  """Select shortest path between two selections
3668
3668
 
3669
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3670
- :type execution_context: str | int | None
3669
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3670
+ :type execution_context: int | str | None
3671
3671
  :type undo: bool | None
3672
3672
  :param edge_mode: Edge Tag, The edge flag to tag when selecting the shortest path
3673
3673
  :type edge_mode: str | None
@@ -3689,8 +3689,8 @@ def shortest_path_pick(
3689
3689
  ...
3690
3690
 
3691
3691
  def shortest_path_select(
3692
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3693
- execution_context: str | int | None = None,
3692
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3693
+ execution_context: int | str | None = None,
3694
3694
  undo: bool | None = None,
3695
3695
  *,
3696
3696
  edge_mode: str | None = "SELECT",
@@ -3703,8 +3703,8 @@ def shortest_path_select(
3703
3703
  ):
3704
3704
  """Selected shortest path between two vertices/edges/faces
3705
3705
 
3706
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3707
- :type execution_context: str | int | None
3706
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3707
+ :type execution_context: int | str | None
3708
3708
  :type undo: bool | None
3709
3709
  :param edge_mode: Edge Tag, The edge flag to tag when selecting the shortest path
3710
3710
  :type edge_mode: str | None
@@ -3725,16 +3725,16 @@ def shortest_path_select(
3725
3725
  ...
3726
3726
 
3727
3727
  def smooth_normals(
3728
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3729
- execution_context: str | int | None = None,
3728
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3729
+ execution_context: int | str | None = None,
3730
3730
  undo: bool | None = None,
3731
3731
  *,
3732
3732
  factor: typing.Any | None = 0.5,
3733
3733
  ):
3734
3734
  """Smooth custom normals based on adjacent vertex normals
3735
3735
 
3736
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3737
- :type execution_context: str | int | None
3736
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3737
+ :type execution_context: int | str | None
3738
3738
  :type undo: bool | None
3739
3739
  :param factor: Factor, Specifies weight of smooth vs original normal
3740
3740
  :type factor: typing.Any | None
@@ -3743,16 +3743,16 @@ def smooth_normals(
3743
3743
  ...
3744
3744
 
3745
3745
  def solidify(
3746
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3747
- execution_context: str | int | None = None,
3746
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3747
+ execution_context: int | str | None = None,
3748
3748
  undo: bool | None = None,
3749
3749
  *,
3750
3750
  thickness: typing.Any | None = 0.01,
3751
3751
  ):
3752
3752
  """Create a solid skin by extruding, compensating for sharp angles
3753
3753
 
3754
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3755
- :type execution_context: str | int | None
3754
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3755
+ :type execution_context: int | str | None
3756
3756
  :type undo: bool | None
3757
3757
  :param thickness: Thickness
3758
3758
  :type thickness: typing.Any | None
@@ -3761,8 +3761,8 @@ def solidify(
3761
3761
  ...
3762
3762
 
3763
3763
  def sort_elements(
3764
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3765
- execution_context: str | int | None = None,
3764
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3765
+ execution_context: int | str | None = None,
3766
3766
  undo: bool | None = None,
3767
3767
  *,
3768
3768
  type: str | None = "VIEW_ZAXIS",
@@ -3772,8 +3772,8 @@ def sort_elements(
3772
3772
  ):
3773
3773
  """The order of selected vertices/edges/faces is modified, based on a given method
3774
3774
 
3775
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3776
- :type execution_context: str | int | None
3775
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3776
+ :type execution_context: int | str | None
3777
3777
  :type undo: bool | None
3778
3778
  :param type: Type, Type of reordering operation to apply
3779
3779
 
@@ -3810,8 +3810,8 @@ def sort_elements(
3810
3810
  ...
3811
3811
 
3812
3812
  def spin(
3813
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3814
- execution_context: str | int | None = None,
3813
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3814
+ execution_context: int | str | None = None,
3815
3815
  undo: bool | None = None,
3816
3816
  *,
3817
3817
  steps: typing.Any | None = 12,
@@ -3824,8 +3824,8 @@ def spin(
3824
3824
  ):
3825
3825
  """Extrude selected vertices in a circle around the cursor in indicated viewport
3826
3826
 
3827
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3828
- :type execution_context: str | int | None
3827
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3828
+ :type execution_context: int | str | None
3829
3829
  :type undo: bool | None
3830
3830
  :param steps: Steps, Steps
3831
3831
  :type steps: typing.Any | None
@@ -3846,36 +3846,36 @@ def spin(
3846
3846
  ...
3847
3847
 
3848
3848
  def split(
3849
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3850
- execution_context: str | int | None = None,
3849
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3850
+ execution_context: int | str | None = None,
3851
3851
  undo: bool | None = None,
3852
3852
  ):
3853
3853
  """Split off selected geometry from connected unselected geometry
3854
3854
 
3855
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3856
- :type execution_context: str | int | None
3855
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3856
+ :type execution_context: int | str | None
3857
3857
  :type undo: bool | None
3858
3858
  """
3859
3859
 
3860
3860
  ...
3861
3861
 
3862
3862
  def split_normals(
3863
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3864
- execution_context: str | int | None = None,
3863
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3864
+ execution_context: int | str | None = None,
3865
3865
  undo: bool | None = None,
3866
3866
  ):
3867
3867
  """Split custom normals of selected vertices
3868
3868
 
3869
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3870
- :type execution_context: str | int | None
3869
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3870
+ :type execution_context: int | str | None
3871
3871
  :type undo: bool | None
3872
3872
  """
3873
3873
 
3874
3874
  ...
3875
3875
 
3876
3876
  def subdivide(
3877
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3878
- execution_context: str | int | None = None,
3877
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3878
+ execution_context: int | str | None = None,
3879
3879
  undo: bool | None = None,
3880
3880
  *,
3881
3881
  number_cuts: typing.Any | None = 1,
@@ -3888,8 +3888,8 @@ def subdivide(
3888
3888
  ):
3889
3889
  """Subdivide selected edges
3890
3890
 
3891
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3892
- :type execution_context: str | int | None
3891
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3892
+ :type execution_context: int | str | None
3893
3893
  :type undo: bool | None
3894
3894
  :param number_cuts: Number of Cuts
3895
3895
  :type number_cuts: typing.Any | None
@@ -3910,8 +3910,8 @@ def subdivide(
3910
3910
  ...
3911
3911
 
3912
3912
  def subdivide_edgering(
3913
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3914
- execution_context: str | int | None = None,
3913
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3914
+ execution_context: int | str | None = None,
3915
3915
  undo: bool | None = None,
3916
3916
  *,
3917
3917
  number_cuts: typing.Any | None = 10,
@@ -3922,8 +3922,8 @@ def subdivide_edgering(
3922
3922
  ):
3923
3923
  """Subdivide perpendicular edges to the selected edge-ring
3924
3924
 
3925
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3926
- :type execution_context: str | int | None
3925
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3926
+ :type execution_context: int | str | None
3927
3927
  :type undo: bool | None
3928
3928
  :param number_cuts: Number of Cuts
3929
3929
  :type number_cuts: typing.Any | None
@@ -3940,8 +3940,8 @@ def subdivide_edgering(
3940
3940
  ...
3941
3941
 
3942
3942
  def symmetrize(
3943
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3944
- execution_context: str | int | None = None,
3943
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3944
+ execution_context: int | str | None = None,
3945
3945
  undo: bool | None = None,
3946
3946
  *,
3947
3947
  direction: str | None = "NEGATIVE_X",
@@ -3949,8 +3949,8 @@ def symmetrize(
3949
3949
  ):
3950
3950
  """Enforce symmetry (both form and topological) across an axis
3951
3951
 
3952
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3953
- :type execution_context: str | int | None
3952
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3953
+ :type execution_context: int | str | None
3954
3954
  :type undo: bool | None
3955
3955
  :param direction: Direction, Which sides to copy from and to
3956
3956
  :type direction: str | None
@@ -3961,8 +3961,8 @@ def symmetrize(
3961
3961
  ...
3962
3962
 
3963
3963
  def symmetry_snap(
3964
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3965
- execution_context: str | int | None = None,
3964
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3965
+ execution_context: int | str | None = None,
3966
3966
  undo: bool | None = None,
3967
3967
  *,
3968
3968
  direction: str | None = "NEGATIVE_X",
@@ -3972,8 +3972,8 @@ def symmetry_snap(
3972
3972
  ):
3973
3973
  """Snap vertex pairs to their mirrored locations
3974
3974
 
3975
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
3976
- :type execution_context: str | int | None
3975
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3976
+ :type execution_context: int | str | None
3977
3977
  :type undo: bool | None
3978
3978
  :param direction: Direction, Which sides to copy from and to
3979
3979
  :type direction: str | None
@@ -3988,8 +3988,8 @@ def symmetry_snap(
3988
3988
  ...
3989
3989
 
3990
3990
  def tris_convert_to_quads(
3991
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3992
- execution_context: str | int | None = None,
3991
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3992
+ execution_context: int | str | None = None,
3993
3993
  undo: bool | None = None,
3994
3994
  *,
3995
3995
  face_threshold: typing.Any | None = 0.698132,
@@ -4002,8 +4002,8 @@ def tris_convert_to_quads(
4002
4002
  ):
4003
4003
  """Join triangles into quads
4004
4004
 
4005
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4006
- :type execution_context: str | int | None
4005
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4006
+ :type execution_context: int | str | None
4007
4007
  :type undo: bool | None
4008
4008
  :param face_threshold: Max Face Angle, Face angle limit
4009
4009
  :type face_threshold: typing.Any | None
@@ -4024,16 +4024,16 @@ def tris_convert_to_quads(
4024
4024
  ...
4025
4025
 
4026
4026
  def unsubdivide(
4027
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4028
- execution_context: str | int | None = None,
4027
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4028
+ execution_context: int | str | None = None,
4029
4029
  undo: bool | None = None,
4030
4030
  *,
4031
4031
  iterations: typing.Any | None = 2,
4032
4032
  ):
4033
4033
  """Un-subdivide selected edges and faces
4034
4034
 
4035
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4036
- :type execution_context: str | int | None
4035
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4036
+ :type execution_context: int | str | None
4037
4037
  :type undo: bool | None
4038
4038
  :param iterations: Iterations, Number of times to un-subdivide
4039
4039
  :type iterations: typing.Any | None
@@ -4042,58 +4042,58 @@ def unsubdivide(
4042
4042
  ...
4043
4043
 
4044
4044
  def uv_texture_add(
4045
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4046
- execution_context: str | int | None = None,
4045
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4046
+ execution_context: int | str | None = None,
4047
4047
  undo: bool | None = None,
4048
4048
  ):
4049
4049
  """Add UV map
4050
4050
 
4051
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4052
- :type execution_context: str | int | None
4051
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4052
+ :type execution_context: int | str | None
4053
4053
  :type undo: bool | None
4054
4054
  """
4055
4055
 
4056
4056
  ...
4057
4057
 
4058
4058
  def uv_texture_remove(
4059
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4060
- execution_context: str | int | None = None,
4059
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4060
+ execution_context: int | str | None = None,
4061
4061
  undo: bool | None = None,
4062
4062
  ):
4063
4063
  """Remove UV map
4064
4064
 
4065
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4066
- :type execution_context: str | int | None
4065
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4066
+ :type execution_context: int | str | None
4067
4067
  :type undo: bool | None
4068
4068
  """
4069
4069
 
4070
4070
  ...
4071
4071
 
4072
4072
  def uvs_reverse(
4073
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4074
- execution_context: str | int | None = None,
4073
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4074
+ execution_context: int | str | None = None,
4075
4075
  undo: bool | None = None,
4076
4076
  ):
4077
4077
  """Flip direction of UV coordinates inside faces
4078
4078
 
4079
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4080
- :type execution_context: str | int | None
4079
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4080
+ :type execution_context: int | str | None
4081
4081
  :type undo: bool | None
4082
4082
  """
4083
4083
 
4084
4084
  ...
4085
4085
 
4086
4086
  def uvs_rotate(
4087
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4088
- execution_context: str | int | None = None,
4087
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4088
+ execution_context: int | str | None = None,
4089
4089
  undo: bool | None = None,
4090
4090
  *,
4091
4091
  use_ccw: bool | typing.Any | None = False,
4092
4092
  ):
4093
4093
  """Rotate UV coordinates inside faces
4094
4094
 
4095
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4096
- :type execution_context: str | int | None
4095
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4096
+ :type execution_context: int | str | None
4097
4097
  :type undo: bool | None
4098
4098
  :param use_ccw: Counter Clockwise
4099
4099
  :type use_ccw: bool | typing.Any | None
@@ -4102,44 +4102,44 @@ def uvs_rotate(
4102
4102
  ...
4103
4103
 
4104
4104
  def vert_connect(
4105
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4106
- execution_context: str | int | None = None,
4105
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4106
+ execution_context: int | str | None = None,
4107
4107
  undo: bool | None = None,
4108
4108
  ):
4109
4109
  """Connect selected vertices of faces, splitting the face
4110
4110
 
4111
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4112
- :type execution_context: str | int | None
4111
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4112
+ :type execution_context: int | str | None
4113
4113
  :type undo: bool | None
4114
4114
  """
4115
4115
 
4116
4116
  ...
4117
4117
 
4118
4118
  def vert_connect_concave(
4119
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4120
- execution_context: str | int | None = None,
4119
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4120
+ execution_context: int | str | None = None,
4121
4121
  undo: bool | None = None,
4122
4122
  ):
4123
4123
  """Make all faces convex
4124
4124
 
4125
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4126
- :type execution_context: str | int | None
4125
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4126
+ :type execution_context: int | str | None
4127
4127
  :type undo: bool | None
4128
4128
  """
4129
4129
 
4130
4130
  ...
4131
4131
 
4132
4132
  def vert_connect_nonplanar(
4133
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4134
- execution_context: str | int | None = None,
4133
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4134
+ execution_context: int | str | None = None,
4135
4135
  undo: bool | None = None,
4136
4136
  *,
4137
4137
  angle_limit: typing.Any | None = 0.0872665,
4138
4138
  ):
4139
4139
  """Split non-planar faces that exceed the angle threshold
4140
4140
 
4141
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4142
- :type execution_context: str | int | None
4141
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4142
+ :type execution_context: int | str | None
4143
4143
  :type undo: bool | None
4144
4144
  :param angle_limit: Max Angle, Angle limit
4145
4145
  :type angle_limit: typing.Any | None
@@ -4148,22 +4148,22 @@ def vert_connect_nonplanar(
4148
4148
  ...
4149
4149
 
4150
4150
  def vert_connect_path(
4151
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4152
- execution_context: str | int | None = None,
4151
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4152
+ execution_context: int | str | None = None,
4153
4153
  undo: bool | None = None,
4154
4154
  ):
4155
4155
  """Connect vertices by their selection order, creating edges, splitting faces
4156
4156
 
4157
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4158
- :type execution_context: str | int | None
4157
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4158
+ :type execution_context: int | str | None
4159
4159
  :type undo: bool | None
4160
4160
  """
4161
4161
 
4162
4162
  ...
4163
4163
 
4164
4164
  def vertices_smooth(
4165
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4166
- execution_context: str | int | None = None,
4165
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4166
+ execution_context: int | str | None = None,
4167
4167
  undo: bool | None = None,
4168
4168
  *,
4169
4169
  factor: typing.Any | None = 0.0,
@@ -4175,8 +4175,8 @@ def vertices_smooth(
4175
4175
  ):
4176
4176
  """Flatten angles of selected vertices
4177
4177
 
4178
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4179
- :type execution_context: str | int | None
4178
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4179
+ :type execution_context: int | str | None
4180
4180
  :type undo: bool | None
4181
4181
  :param factor: Smoothing, Smoothing factor
4182
4182
  :type factor: typing.Any | None
@@ -4195,8 +4195,8 @@ def vertices_smooth(
4195
4195
  ...
4196
4196
 
4197
4197
  def vertices_smooth_laplacian(
4198
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4199
- execution_context: str | int | None = None,
4198
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4199
+ execution_context: int | str | None = None,
4200
4200
  undo: bool | None = None,
4201
4201
  *,
4202
4202
  repeat: typing.Any | None = 1,
@@ -4209,8 +4209,8 @@ def vertices_smooth_laplacian(
4209
4209
  ):
4210
4210
  """Laplacian smooth of selected vertices
4211
4211
 
4212
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4213
- :type execution_context: str | int | None
4212
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4213
+ :type execution_context: int | str | None
4214
4214
  :type undo: bool | None
4215
4215
  :param repeat: Number of iterations to smooth the mesh
4216
4216
  :type repeat: typing.Any | None
@@ -4231,8 +4231,8 @@ def vertices_smooth_laplacian(
4231
4231
  ...
4232
4232
 
4233
4233
  def wireframe(
4234
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4235
- execution_context: str | int | None = None,
4234
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4235
+ execution_context: int | str | None = None,
4236
4236
  undo: bool | None = None,
4237
4237
  *,
4238
4238
  use_boundary: bool | typing.Any | None = True,
@@ -4246,8 +4246,8 @@ def wireframe(
4246
4246
  ):
4247
4247
  """Create a solid wireframe from faces
4248
4248
 
4249
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
4250
- :type execution_context: str | int | None
4249
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4250
+ :type execution_context: int | str | None
4251
4251
  :type undo: bool | None
4252
4252
  :param use_boundary: Boundary, Inset face boundaries
4253
4253
  :type use_boundary: bool | typing.Any | None