fake-bpy-module 20240928__py3-none-any.whl → 20240929__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 (84) hide show
  1. bl_ui/generic_ui_list/__init__.pyi +2 -2
  2. bpy/__init__.pyi +1 -1
  3. bpy/ops/action/__init__.pyi +76 -76
  4. bpy/ops/anim/__init__.pyi +124 -124
  5. bpy/ops/armature/__init__.pyi +96 -96
  6. bpy/ops/asset/__init__.pyi +32 -32
  7. bpy/ops/boid/__init__.pyi +16 -16
  8. bpy/ops/brush/__init__.pyi +26 -26
  9. bpy/ops/buttons/__init__.pyi +12 -12
  10. bpy/ops/cachefile/__init__.pyi +10 -10
  11. bpy/ops/camera/__init__.pyi +4 -4
  12. bpy/ops/clip/__init__.pyi +184 -184
  13. bpy/ops/cloth/__init__.pyi +2 -2
  14. bpy/ops/collection/__init__.pyi +18 -18
  15. bpy/ops/console/__init__.pyi +42 -42
  16. bpy/ops/constraint/__init__.pyi +36 -36
  17. bpy/ops/curve/__init__.pyi +102 -102
  18. bpy/ops/curves/__init__.pyi +54 -54
  19. bpy/ops/cycles/__init__.pyi +6 -6
  20. bpy/ops/dpaint/__init__.pyi +10 -10
  21. bpy/ops/ed/__init__.pyi +24 -24
  22. bpy/ops/export_anim/__init__.pyi +2 -2
  23. bpy/ops/export_scene/__init__.pyi +4 -4
  24. bpy/ops/extensions/__init__.pyi +68 -68
  25. bpy/ops/file/__init__.pyi +80 -80
  26. bpy/ops/fluid/__init__.pyi +28 -28
  27. bpy/ops/font/__init__.pyi +46 -46
  28. bpy/ops/geometry/__init__.pyi +20 -20
  29. bpy/ops/gizmogroup/__init__.pyi +4 -4
  30. bpy/ops/gpencil/__init__.pyi +284 -284
  31. bpy/ops/graph/__init__.pyi +130 -130
  32. bpy/ops/grease_pencil/__init__.pyi +202 -202
  33. bpy/ops/image/__init__.pyi +98 -98
  34. bpy/ops/import_anim/__init__.pyi +2 -2
  35. bpy/ops/import_curve/__init__.pyi +2 -2
  36. bpy/ops/import_scene/__init__.pyi +4 -4
  37. bpy/ops/info/__init__.pyi +14 -14
  38. bpy/ops/lattice/__init__.pyi +16 -16
  39. bpy/ops/marker/__init__.pyi +22 -22
  40. bpy/ops/mask/__init__.pyi +78 -78
  41. bpy/ops/material/__init__.pyi +6 -6
  42. bpy/ops/mball/__init__.pyi +16 -16
  43. bpy/ops/mesh/__init__.pyi +326 -326
  44. bpy/ops/nla/__init__.pyi +78 -78
  45. bpy/ops/node/__init__.pyi +230 -230
  46. bpy/ops/object/__init__.pyi +476 -476
  47. bpy/ops/outliner/__init__.pyi +142 -142
  48. bpy/ops/paint/__init__.pyi +108 -108
  49. bpy/ops/paintcurve/__init__.pyi +16 -16
  50. bpy/ops/palette/__init__.pyi +14 -14
  51. bpy/ops/particle/__init__.pyi +72 -72
  52. bpy/ops/pose/__init__.pyi +102 -102
  53. bpy/ops/poselib/__init__.pyi +18 -18
  54. bpy/ops/preferences/__init__.pyi +70 -70
  55. bpy/ops/ptcache/__init__.pyi +14 -14
  56. bpy/ops/render/__init__.pyi +26 -26
  57. bpy/ops/rigidbody/__init__.pyi +26 -26
  58. bpy/ops/scene/__init__.pyi +74 -74
  59. bpy/ops/screen/__init__.pyi +78 -78
  60. bpy/ops/script/__init__.pyi +6 -6
  61. bpy/ops/sculpt/__init__.pyi +74 -74
  62. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  63. bpy/ops/sequencer/__init__.pyi +178 -178
  64. bpy/ops/sound/__init__.pyi +14 -14
  65. bpy/ops/spreadsheet/__init__.pyi +8 -8
  66. bpy/ops/surface/__init__.pyi +12 -12
  67. bpy/ops/text/__init__.pyi +86 -86
  68. bpy/ops/text_editor/__init__.pyi +2 -2
  69. bpy/ops/texture/__init__.pyi +8 -8
  70. bpy/ops/transform/__init__.pyi +54 -54
  71. bpy/ops/ui/__init__.pyi +68 -68
  72. bpy/ops/uilist/__init__.pyi +6 -6
  73. bpy/ops/uv/__init__.pyi +98 -98
  74. bpy/ops/view2d/__init__.pyi +28 -28
  75. bpy/ops/view3d/__init__.pyi +134 -134
  76. bpy/ops/wm/__init__.pyi +232 -232
  77. bpy/ops/workspace/__init__.pyi +14 -14
  78. bpy/ops/world/__init__.pyi +4 -4
  79. bpy/types/__init__.pyi +254 -219
  80. bpy_extras/object_utils/__init__.pyi +4 -4
  81. {fake_bpy_module-20240928.dist-info → fake_bpy_module-20240929.dist-info}/METADATA +1 -1
  82. {fake_bpy_module-20240928.dist-info → fake_bpy_module-20240929.dist-info}/RECORD +84 -84
  83. {fake_bpy_module-20240928.dist-info → fake_bpy_module-20240929.dist-info}/WHEEL +0 -0
  84. {fake_bpy_module-20240928.dist-info → fake_bpy_module-20240929.dist-info}/top_level.txt +0 -0
bpy/ops/mesh/__init__.pyi CHANGED
@@ -7,7 +7,7 @@ import bpy.typing
7
7
  import mathutils
8
8
 
9
9
  def attribute_set(
10
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
10
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
11
11
  execution_context: int | str | None = None,
12
12
  undo: bool | None = None,
13
13
  *,
@@ -21,7 +21,7 @@ def attribute_set(
21
21
  ):
22
22
  """Set values of the active attribute for selected elements
23
23
 
24
- :type override_context: bpy.types.Context | dict[str, typing.Any]
24
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
25
25
  :type execution_context: int | str | None
26
26
  :type undo: bool | None
27
27
  :param value_float: Value
@@ -41,7 +41,7 @@ def attribute_set(
41
41
  """
42
42
 
43
43
  def average_normals(
44
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
44
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
45
45
  execution_context: int | str | None = None,
46
46
  undo: bool | None = None,
47
47
  *,
@@ -52,7 +52,7 @@ def average_normals(
52
52
  ):
53
53
  """Average custom normals of selected vertices
54
54
 
55
- :type override_context: bpy.types.Context | dict[str, typing.Any]
55
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
56
56
  :type execution_context: int | str | None
57
57
  :type undo: bool | None
58
58
  :param average_type: Type, Averaging method
@@ -73,7 +73,7 @@ def average_normals(
73
73
  """
74
74
 
75
75
  def beautify_fill(
76
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
76
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
77
77
  execution_context: int | str | None = None,
78
78
  undo: bool | None = None,
79
79
  *,
@@ -81,7 +81,7 @@ def beautify_fill(
81
81
  ):
82
82
  """Rearrange some faces to try to get less degenerated geometry
83
83
 
84
- :type override_context: bpy.types.Context | dict[str, typing.Any]
84
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
85
85
  :type execution_context: int | str | None
86
86
  :type undo: bool | None
87
87
  :param angle_limit: Max Angle, Angle limit
@@ -89,7 +89,7 @@ def beautify_fill(
89
89
  """
90
90
 
91
91
  def bevel(
92
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
92
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
93
93
  execution_context: int | str | None = None,
94
94
  undo: bool | None = None,
95
95
  *,
@@ -117,7 +117,7 @@ def bevel(
117
117
  ):
118
118
  """Cut into selected items at an angle to create bevel or chamfer
119
119
 
120
- :type override_context: bpy.types.Context | dict[str, typing.Any]
120
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
121
121
  :type execution_context: int | str | None
122
122
  :type undo: bool | None
123
123
  :param offset_type: Width Type, The method for determining the size of the bevel
@@ -221,7 +221,7 @@ def bevel(
221
221
  """
222
222
 
223
223
  def bisect(
224
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
224
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
225
225
  execution_context: int | str | None = None,
226
226
  undo: bool | None = None,
227
227
  *,
@@ -248,7 +248,7 @@ def bisect(
248
248
  ):
249
249
  """Cut geometry along a plane (click-drag to define plane)
250
250
 
251
- :type override_context: bpy.types.Context | dict[str, typing.Any]
251
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
252
252
  :type execution_context: int | str | None
253
253
  :type undo: bool | None
254
254
  :param plane_co: Plane Point, A point on the plane
@@ -278,7 +278,7 @@ def bisect(
278
278
  """
279
279
 
280
280
  def blend_from_shape(
281
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
281
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
282
282
  execution_context: int | str | None = None,
283
283
  undo: bool | None = None,
284
284
  *,
@@ -288,7 +288,7 @@ def blend_from_shape(
288
288
  ):
289
289
  """Blend in shape from a shape key
290
290
 
291
- :type override_context: bpy.types.Context | dict[str, typing.Any]
291
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
292
292
  :type execution_context: int | str | None
293
293
  :type undo: bool | None
294
294
  :param shape: Shape, Shape key to use for blending
@@ -300,7 +300,7 @@ def blend_from_shape(
300
300
  """
301
301
 
302
302
  def bridge_edge_loops(
303
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
303
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
304
304
  execution_context: int | str | None = None,
305
305
  undo: bool | None = None,
306
306
  *,
@@ -316,7 +316,7 @@ def bridge_edge_loops(
316
316
  ):
317
317
  """Create a bridge of faces between two or more selected edge loops
318
318
 
319
- :type override_context: bpy.types.Context | dict[str, typing.Any]
319
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
320
320
  :type execution_context: int | str | None
321
321
  :type undo: bool | None
322
322
  :param type: Connect Loops, Method of bridging multiple loops
@@ -340,19 +340,19 @@ def bridge_edge_loops(
340
340
  """
341
341
 
342
342
  def colors_reverse(
343
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
343
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
344
344
  execution_context: int | str | None = None,
345
345
  undo: bool | None = None,
346
346
  ):
347
347
  """Flip direction of face corner color attribute inside faces
348
348
 
349
- :type override_context: bpy.types.Context | dict[str, typing.Any]
349
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
350
350
  :type execution_context: int | str | None
351
351
  :type undo: bool | None
352
352
  """
353
353
 
354
354
  def colors_rotate(
355
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
355
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
356
356
  execution_context: int | str | None = None,
357
357
  undo: bool | None = None,
358
358
  *,
@@ -360,7 +360,7 @@ def colors_rotate(
360
360
  ):
361
361
  """Rotate face corner color attribute inside faces
362
362
 
363
- :type override_context: bpy.types.Context | dict[str, typing.Any]
363
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
364
364
  :type execution_context: int | str | None
365
365
  :type undo: bool | None
366
366
  :param use_ccw: Counter Clockwise
@@ -368,7 +368,7 @@ def colors_rotate(
368
368
  """
369
369
 
370
370
  def convex_hull(
371
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
371
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
372
372
  execution_context: int | str | None = None,
373
373
  undo: bool | None = None,
374
374
  *,
@@ -386,7 +386,7 @@ def convex_hull(
386
386
  ):
387
387
  """Enclose selected vertices in a convex polyhedron
388
388
 
389
- :type override_context: bpy.types.Context | dict[str, typing.Any]
389
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
390
390
  :type execution_context: int | str | None
391
391
  :type undo: bool | None
392
392
  :param delete_unused: Delete Unused, Delete selected elements that are not used by the hull
@@ -414,67 +414,67 @@ def convex_hull(
414
414
  """
415
415
 
416
416
  def customdata_custom_splitnormals_add(
417
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
417
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
418
418
  execution_context: int | str | None = None,
419
419
  undo: bool | None = None,
420
420
  ):
421
421
  """Add a custom split normals layer, if none exists yet
422
422
 
423
- :type override_context: bpy.types.Context | dict[str, typing.Any]
423
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
424
424
  :type execution_context: int | str | None
425
425
  :type undo: bool | None
426
426
  """
427
427
 
428
428
  def customdata_custom_splitnormals_clear(
429
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
429
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
430
430
  execution_context: int | str | None = None,
431
431
  undo: bool | None = None,
432
432
  ):
433
433
  """Remove the custom split normals layer, if it exists
434
434
 
435
- :type override_context: bpy.types.Context | dict[str, typing.Any]
435
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
436
436
  :type execution_context: int | str | None
437
437
  :type undo: bool | None
438
438
  """
439
439
 
440
440
  def customdata_mask_clear(
441
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
441
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
442
442
  execution_context: int | str | None = None,
443
443
  undo: bool | None = None,
444
444
  ):
445
445
  """Clear vertex sculpt masking data from the mesh
446
446
 
447
- :type override_context: bpy.types.Context | dict[str, typing.Any]
447
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
448
448
  :type execution_context: int | str | None
449
449
  :type undo: bool | None
450
450
  """
451
451
 
452
452
  def customdata_skin_add(
453
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
453
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
454
454
  execution_context: int | str | None = None,
455
455
  undo: bool | None = None,
456
456
  ):
457
457
  """Add a vertex skin layer
458
458
 
459
- :type override_context: bpy.types.Context | dict[str, typing.Any]
459
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
460
460
  :type execution_context: int | str | None
461
461
  :type undo: bool | None
462
462
  """
463
463
 
464
464
  def customdata_skin_clear(
465
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
465
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
466
466
  execution_context: int | str | None = None,
467
467
  undo: bool | None = None,
468
468
  ):
469
469
  """Clear vertex skin layer
470
470
 
471
- :type override_context: bpy.types.Context | dict[str, typing.Any]
471
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
472
472
  :type execution_context: int | str | None
473
473
  :type undo: bool | None
474
474
  """
475
475
 
476
476
  def decimate(
477
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
477
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
478
478
  execution_context: int | str | None = None,
479
479
  undo: bool | None = None,
480
480
  *,
@@ -487,7 +487,7 @@ def decimate(
487
487
  ):
488
488
  """Simplify geometry by collapsing edges
489
489
 
490
- :type override_context: bpy.types.Context | dict[str, typing.Any]
490
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
491
491
  :type execution_context: int | str | None
492
492
  :type undo: bool | None
493
493
  :param ratio: Ratio
@@ -505,7 +505,7 @@ def decimate(
505
505
  """
506
506
 
507
507
  def delete(
508
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
508
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
509
509
  execution_context: int | str | None = None,
510
510
  undo: bool | None = None,
511
511
  *,
@@ -514,7 +514,7 @@ def delete(
514
514
  ):
515
515
  """Delete selected vertices, edges or faces
516
516
 
517
- :type override_context: bpy.types.Context | dict[str, typing.Any]
517
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
518
518
  :type execution_context: int | str | None
519
519
  :type undo: bool | None
520
520
  :param type: Type, Method used for deleting mesh data
@@ -522,7 +522,7 @@ def delete(
522
522
  """
523
523
 
524
524
  def delete_edgeloop(
525
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
525
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
526
526
  execution_context: int | str | None = None,
527
527
  undo: bool | None = None,
528
528
  *,
@@ -530,7 +530,7 @@ def delete_edgeloop(
530
530
  ):
531
531
  """Delete an edge loop by merging the faces on each side
532
532
 
533
- :type override_context: bpy.types.Context | dict[str, typing.Any]
533
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
534
534
  :type execution_context: int | str | None
535
535
  :type undo: bool | None
536
536
  :param use_face_split: Face Split, Split off face corners to maintain surrounding geometry
@@ -538,7 +538,7 @@ def delete_edgeloop(
538
538
  """
539
539
 
540
540
  def delete_loose(
541
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
541
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
542
542
  execution_context: int | str | None = None,
543
543
  undo: bool | None = None,
544
544
  *,
@@ -548,7 +548,7 @@ def delete_loose(
548
548
  ):
549
549
  """Delete loose vertices, edges or faces
550
550
 
551
- :type override_context: bpy.types.Context | dict[str, typing.Any]
551
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
552
552
  :type execution_context: int | str | None
553
553
  :type undo: bool | None
554
554
  :param use_verts: Vertices, Remove loose vertices
@@ -560,7 +560,7 @@ def delete_loose(
560
560
  """
561
561
 
562
562
  def dissolve_degenerate(
563
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
563
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
564
564
  execution_context: int | str | None = None,
565
565
  undo: bool | None = None,
566
566
  *,
@@ -568,7 +568,7 @@ def dissolve_degenerate(
568
568
  ):
569
569
  """Dissolve zero area faces and zero length edges
570
570
 
571
- :type override_context: bpy.types.Context | dict[str, typing.Any]
571
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
572
572
  :type execution_context: int | str | None
573
573
  :type undo: bool | None
574
574
  :param threshold: Merge Distance, Maximum distance between elements to merge
@@ -576,7 +576,7 @@ def dissolve_degenerate(
576
576
  """
577
577
 
578
578
  def dissolve_edges(
579
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
579
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
580
580
  execution_context: int | str | None = None,
581
581
  undo: bool | None = None,
582
582
  *,
@@ -585,7 +585,7 @@ def dissolve_edges(
585
585
  ):
586
586
  """Dissolve edges, merging faces
587
587
 
588
- :type override_context: bpy.types.Context | dict[str, typing.Any]
588
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
589
589
  :type execution_context: int | str | None
590
590
  :type undo: bool | None
591
591
  :param use_verts: Dissolve Vertices, Dissolve remaining vertices
@@ -595,7 +595,7 @@ def dissolve_edges(
595
595
  """
596
596
 
597
597
  def dissolve_faces(
598
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
598
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
599
599
  execution_context: int | str | None = None,
600
600
  undo: bool | None = None,
601
601
  *,
@@ -603,7 +603,7 @@ def dissolve_faces(
603
603
  ):
604
604
  """Dissolve faces
605
605
 
606
- :type override_context: bpy.types.Context | dict[str, typing.Any]
606
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
607
607
  :type execution_context: int | str | None
608
608
  :type undo: bool | None
609
609
  :param use_verts: Dissolve Vertices, Dissolve remaining vertices
@@ -611,7 +611,7 @@ def dissolve_faces(
611
611
  """
612
612
 
613
613
  def dissolve_limited(
614
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
614
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
615
615
  execution_context: int | str | None = None,
616
616
  undo: bool | None = None,
617
617
  *,
@@ -621,7 +621,7 @@ def dissolve_limited(
621
621
  ):
622
622
  """Dissolve selected edges and vertices, limited by the angle of surrounding geometry
623
623
 
624
- :type override_context: bpy.types.Context | dict[str, typing.Any]
624
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
625
625
  :type execution_context: int | str | None
626
626
  :type undo: bool | None
627
627
  :param angle_limit: Max Angle, Angle limit
@@ -633,7 +633,7 @@ def dissolve_limited(
633
633
  """
634
634
 
635
635
  def dissolve_mode(
636
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
636
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
637
637
  execution_context: int | str | None = None,
638
638
  undo: bool | None = None,
639
639
  *,
@@ -643,7 +643,7 @@ def dissolve_mode(
643
643
  ):
644
644
  """Dissolve geometry based on the selection mode
645
645
 
646
- :type override_context: bpy.types.Context | dict[str, typing.Any]
646
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
647
647
  :type execution_context: int | str | None
648
648
  :type undo: bool | None
649
649
  :param use_verts: Dissolve Vertices, Dissolve remaining vertices
@@ -655,7 +655,7 @@ def dissolve_mode(
655
655
  """
656
656
 
657
657
  def dissolve_verts(
658
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
658
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
659
659
  execution_context: int | str | None = None,
660
660
  undo: bool | None = None,
661
661
  *,
@@ -664,7 +664,7 @@ def dissolve_verts(
664
664
  ):
665
665
  """Dissolve vertices, merge edges and faces
666
666
 
667
- :type override_context: bpy.types.Context | dict[str, typing.Any]
667
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
668
668
  :type execution_context: int | str | None
669
669
  :type undo: bool | None
670
670
  :param use_face_split: Face Split, Split off face corners to maintain surrounding geometry
@@ -674,7 +674,7 @@ def dissolve_verts(
674
674
  """
675
675
 
676
676
  def dupli_extrude_cursor(
677
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
677
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
678
678
  execution_context: int | str | None = None,
679
679
  undo: bool | None = None,
680
680
  *,
@@ -682,7 +682,7 @@ def dupli_extrude_cursor(
682
682
  ):
683
683
  """Duplicate and extrude selected vertices, edges or faces towards the mouse cursor
684
684
 
685
- :type override_context: bpy.types.Context | dict[str, typing.Any]
685
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
686
686
  :type execution_context: int | str | None
687
687
  :type undo: bool | None
688
688
  :param rotate_source: Rotate Source, Rotate initial selection giving better shape
@@ -690,7 +690,7 @@ def dupli_extrude_cursor(
690
690
  """
691
691
 
692
692
  def duplicate(
693
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
693
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
694
694
  execution_context: int | str | None = None,
695
695
  undo: bool | None = None,
696
696
  *,
@@ -698,7 +698,7 @@ def duplicate(
698
698
  ):
699
699
  """Duplicate selected vertices, edges or faces
700
700
 
701
- :type override_context: bpy.types.Context | dict[str, typing.Any]
701
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
702
702
  :type execution_context: int | str | None
703
703
  :type undo: bool | None
704
704
  :param mode: Mode
@@ -706,7 +706,7 @@ def duplicate(
706
706
  """
707
707
 
708
708
  def duplicate_move(
709
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
709
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
710
710
  execution_context: int | str | None = None,
711
711
  undo: bool | None = None,
712
712
  *,
@@ -715,7 +715,7 @@ def duplicate_move(
715
715
  ):
716
716
  """Duplicate mesh and move
717
717
 
718
- :type override_context: bpy.types.Context | dict[str, typing.Any]
718
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
719
719
  :type execution_context: int | str | None
720
720
  :type undo: bool | None
721
721
  :param MESH_OT_duplicate: Duplicate, Duplicate selected vertices, edges or faces
@@ -725,31 +725,31 @@ def duplicate_move(
725
725
  """
726
726
 
727
727
  def edge_collapse(
728
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
728
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
729
729
  execution_context: int | str | None = None,
730
730
  undo: bool | None = None,
731
731
  ):
732
732
  """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
733
733
 
734
- :type override_context: bpy.types.Context | dict[str, typing.Any]
734
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
735
735
  :type execution_context: int | str | None
736
736
  :type undo: bool | None
737
737
  """
738
738
 
739
739
  def edge_face_add(
740
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
740
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
741
741
  execution_context: int | str | None = None,
742
742
  undo: bool | None = None,
743
743
  ):
744
744
  """Add an edge or face to selected
745
745
 
746
- :type override_context: bpy.types.Context | dict[str, typing.Any]
746
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
747
747
  :type execution_context: int | str | None
748
748
  :type undo: bool | None
749
749
  """
750
750
 
751
751
  def edge_rotate(
752
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
752
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
753
753
  execution_context: int | str | None = None,
754
754
  undo: bool | None = None,
755
755
  *,
@@ -757,7 +757,7 @@ def edge_rotate(
757
757
  ):
758
758
  """Rotate selected edge or adjoining faces
759
759
 
760
- :type override_context: bpy.types.Context | dict[str, typing.Any]
760
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
761
761
  :type execution_context: int | str | None
762
762
  :type undo: bool | None
763
763
  :param use_ccw: Counter Clockwise
@@ -765,7 +765,7 @@ def edge_rotate(
765
765
  """
766
766
 
767
767
  def edge_split(
768
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
768
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
769
769
  execution_context: int | str | None = None,
770
770
  undo: bool | None = None,
771
771
  *,
@@ -773,7 +773,7 @@ def edge_split(
773
773
  ):
774
774
  """Split selected edges so that each neighbor face gets its own copy
775
775
 
776
- :type override_context: bpy.types.Context | dict[str, typing.Any]
776
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
777
777
  :type execution_context: int | str | None
778
778
  :type undo: bool | None
779
779
  :param type: Type, Method to use for splitting
@@ -787,7 +787,7 @@ def edge_split(
787
787
  """
788
788
 
789
789
  def edgering_select(
790
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
790
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
791
791
  execution_context: int | str | None = None,
792
792
  undo: bool | None = None,
793
793
  *,
@@ -798,7 +798,7 @@ def edgering_select(
798
798
  ):
799
799
  """Select an edge ring
800
800
 
801
- :type override_context: bpy.types.Context | dict[str, typing.Any]
801
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
802
802
  :type execution_context: int | str | None
803
803
  :type undo: bool | None
804
804
  :param extend: Extend, Extend the selection
@@ -812,7 +812,7 @@ def edgering_select(
812
812
  """
813
813
 
814
814
  def edges_select_sharp(
815
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
815
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
816
816
  execution_context: int | str | None = None,
817
817
  undo: bool | None = None,
818
818
  *,
@@ -820,7 +820,7 @@ def edges_select_sharp(
820
820
  ):
821
821
  """Select all sharp enough edges
822
822
 
823
- :type override_context: bpy.types.Context | dict[str, typing.Any]
823
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
824
824
  :type execution_context: int | str | None
825
825
  :type undo: bool | None
826
826
  :param sharpness: Sharpness
@@ -828,7 +828,7 @@ def edges_select_sharp(
828
828
  """
829
829
 
830
830
  def extrude_context(
831
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
831
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
832
832
  execution_context: int | str | None = None,
833
833
  undo: bool | None = None,
834
834
  *,
@@ -838,7 +838,7 @@ def extrude_context(
838
838
  ):
839
839
  """Extrude selection
840
840
 
841
- :type override_context: bpy.types.Context | dict[str, typing.Any]
841
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
842
842
  :type execution_context: int | str | None
843
843
  :type undo: bool | None
844
844
  :param use_normal_flip: Flip Normals
@@ -850,7 +850,7 @@ def extrude_context(
850
850
  """
851
851
 
852
852
  def extrude_context_move(
853
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
853
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
854
854
  execution_context: int | str | None = None,
855
855
  undo: bool | None = None,
856
856
  *,
@@ -859,7 +859,7 @@ def extrude_context_move(
859
859
  ):
860
860
  """Extrude region together along the average normal
861
861
 
862
- :type override_context: bpy.types.Context | dict[str, typing.Any]
862
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
863
863
  :type execution_context: int | str | None
864
864
  :type undo: bool | None
865
865
  :param MESH_OT_extrude_context: Extrude Context, Extrude selection
@@ -869,7 +869,7 @@ def extrude_context_move(
869
869
  """
870
870
 
871
871
  def extrude_edges_indiv(
872
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
872
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
873
873
  execution_context: int | str | None = None,
874
874
  undo: bool | None = None,
875
875
  *,
@@ -878,7 +878,7 @@ def extrude_edges_indiv(
878
878
  ):
879
879
  """Extrude individual edges only
880
880
 
881
- :type override_context: bpy.types.Context | dict[str, typing.Any]
881
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
882
882
  :type execution_context: int | str | None
883
883
  :type undo: bool | None
884
884
  :param use_normal_flip: Flip Normals
@@ -888,7 +888,7 @@ def extrude_edges_indiv(
888
888
  """
889
889
 
890
890
  def extrude_edges_move(
891
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
891
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
892
892
  execution_context: int | str | None = None,
893
893
  undo: bool | None = None,
894
894
  *,
@@ -897,7 +897,7 @@ def extrude_edges_move(
897
897
  ):
898
898
  """Extrude edges and move result
899
899
 
900
- :type override_context: bpy.types.Context | dict[str, typing.Any]
900
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
901
901
  :type execution_context: int | str | None
902
902
  :type undo: bool | None
903
903
  :param MESH_OT_extrude_edges_indiv: Extrude Only Edges, Extrude individual edges only
@@ -907,7 +907,7 @@ def extrude_edges_move(
907
907
  """
908
908
 
909
909
  def extrude_faces_indiv(
910
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
910
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
911
911
  execution_context: int | str | None = None,
912
912
  undo: bool | None = None,
913
913
  *,
@@ -915,7 +915,7 @@ def extrude_faces_indiv(
915
915
  ):
916
916
  """Extrude individual faces only
917
917
 
918
- :type override_context: bpy.types.Context | dict[str, typing.Any]
918
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
919
919
  :type execution_context: int | str | None
920
920
  :type undo: bool | None
921
921
  :param mirror: Mirror Editing
@@ -923,7 +923,7 @@ def extrude_faces_indiv(
923
923
  """
924
924
 
925
925
  def extrude_faces_move(
926
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
926
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
927
927
  execution_context: int | str | None = None,
928
928
  undo: bool | None = None,
929
929
  *,
@@ -932,7 +932,7 @@ def extrude_faces_move(
932
932
  ):
933
933
  """Extrude each individual face separately along local normals
934
934
 
935
- :type override_context: bpy.types.Context | dict[str, typing.Any]
935
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
936
936
  :type execution_context: int | str | None
937
937
  :type undo: bool | None
938
938
  :param MESH_OT_extrude_faces_indiv: Extrude Individual Faces, Extrude individual faces only
@@ -942,7 +942,7 @@ def extrude_faces_move(
942
942
  """
943
943
 
944
944
  def extrude_manifold(
945
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
945
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
946
946
  execution_context: int | str | None = None,
947
947
  undo: bool | None = None,
948
948
  *,
@@ -951,7 +951,7 @@ def extrude_manifold(
951
951
  ):
952
952
  """Extrude, dissolves edges whose faces form a flat surface and intersect new edges
953
953
 
954
- :type override_context: bpy.types.Context | dict[str, typing.Any]
954
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
955
955
  :type execution_context: int | str | None
956
956
  :type undo: bool | None
957
957
  :param MESH_OT_extrude_region: Extrude Region, Extrude region of faces
@@ -961,7 +961,7 @@ def extrude_manifold(
961
961
  """
962
962
 
963
963
  def extrude_region(
964
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
964
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
965
965
  execution_context: int | str | None = None,
966
966
  undo: bool | None = None,
967
967
  *,
@@ -971,7 +971,7 @@ def extrude_region(
971
971
  ):
972
972
  """Extrude region of faces
973
973
 
974
- :type override_context: bpy.types.Context | dict[str, typing.Any]
974
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
975
975
  :type execution_context: int | str | None
976
976
  :type undo: bool | None
977
977
  :param use_normal_flip: Flip Normals
@@ -983,7 +983,7 @@ def extrude_region(
983
983
  """
984
984
 
985
985
  def extrude_region_move(
986
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
986
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
987
987
  execution_context: int | str | None = None,
988
988
  undo: bool | None = None,
989
989
  *,
@@ -992,7 +992,7 @@ def extrude_region_move(
992
992
  ):
993
993
  """Extrude region and move result
994
994
 
995
- :type override_context: bpy.types.Context | dict[str, typing.Any]
995
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
996
996
  :type execution_context: int | str | None
997
997
  :type undo: bool | None
998
998
  :param MESH_OT_extrude_region: Extrude Region, Extrude region of faces
@@ -1002,7 +1002,7 @@ def extrude_region_move(
1002
1002
  """
1003
1003
 
1004
1004
  def extrude_region_shrink_fatten(
1005
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1005
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1006
1006
  execution_context: int | str | None = None,
1007
1007
  undo: bool | None = None,
1008
1008
  *,
@@ -1011,7 +1011,7 @@ def extrude_region_shrink_fatten(
1011
1011
  ):
1012
1012
  """Extrude region together along local normals
1013
1013
 
1014
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1014
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1015
1015
  :type execution_context: int | str | None
1016
1016
  :type undo: bool | None
1017
1017
  :param MESH_OT_extrude_region: Extrude Region, Extrude region of faces
@@ -1021,7 +1021,7 @@ def extrude_region_shrink_fatten(
1021
1021
  """
1022
1022
 
1023
1023
  def extrude_repeat(
1024
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1024
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1025
1025
  execution_context: int | str | None = None,
1026
1026
  undo: bool | None = None,
1027
1027
  *,
@@ -1031,7 +1031,7 @@ def extrude_repeat(
1031
1031
  ):
1032
1032
  """Extrude selected vertices, edges or faces repeatedly
1033
1033
 
1034
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1034
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1035
1035
  :type execution_context: int | str | None
1036
1036
  :type undo: bool | None
1037
1037
  :param steps: Steps
@@ -1043,7 +1043,7 @@ def extrude_repeat(
1043
1043
  """
1044
1044
 
1045
1045
  def extrude_vertices_move(
1046
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1046
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1047
1047
  execution_context: int | str | None = None,
1048
1048
  undo: bool | None = None,
1049
1049
  *,
@@ -1052,7 +1052,7 @@ def extrude_vertices_move(
1052
1052
  ):
1053
1053
  """Extrude vertices and move result
1054
1054
 
1055
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1055
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1056
1056
  :type execution_context: int | str | None
1057
1057
  :type undo: bool | None
1058
1058
  :param MESH_OT_extrude_verts_indiv: Extrude Only Vertices, Extrude individual vertices only
@@ -1062,7 +1062,7 @@ def extrude_vertices_move(
1062
1062
  """
1063
1063
 
1064
1064
  def extrude_verts_indiv(
1065
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1065
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1066
1066
  execution_context: int | str | None = None,
1067
1067
  undo: bool | None = None,
1068
1068
  *,
@@ -1070,7 +1070,7 @@ def extrude_verts_indiv(
1070
1070
  ):
1071
1071
  """Extrude individual vertices only
1072
1072
 
1073
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1073
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1074
1074
  :type execution_context: int | str | None
1075
1075
  :type undo: bool | None
1076
1076
  :param mirror: Mirror Editing
@@ -1078,7 +1078,7 @@ def extrude_verts_indiv(
1078
1078
  """
1079
1079
 
1080
1080
  def face_make_planar(
1081
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1081
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1082
1082
  execution_context: int | str | None = None,
1083
1083
  undo: bool | None = None,
1084
1084
  *,
@@ -1087,7 +1087,7 @@ def face_make_planar(
1087
1087
  ):
1088
1088
  """Flatten selected faces
1089
1089
 
1090
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1090
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1091
1091
  :type execution_context: int | str | None
1092
1092
  :type undo: bool | None
1093
1093
  :param factor: Factor
@@ -1097,7 +1097,7 @@ def face_make_planar(
1097
1097
  """
1098
1098
 
1099
1099
  def face_set_extract(
1100
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1100
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1101
1101
  execution_context: int | str | None = None,
1102
1102
  undo: bool | None = None,
1103
1103
  *,
@@ -1108,7 +1108,7 @@ def face_set_extract(
1108
1108
  ):
1109
1109
  """Create a new mesh object from the selected Face Set
1110
1110
 
1111
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1111
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1112
1112
  :type execution_context: int | str | None
1113
1113
  :type undo: bool | None
1114
1114
  :param add_boundary_loop: Add Boundary Loop, Add an extra edge loop to better preserve the shape when applying a subdivision surface modifier
@@ -1122,19 +1122,19 @@ def face_set_extract(
1122
1122
  """
1123
1123
 
1124
1124
  def face_split_by_edges(
1125
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1125
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1126
1126
  execution_context: int | str | None = None,
1127
1127
  undo: bool | None = None,
1128
1128
  ):
1129
1129
  """Weld loose edges into faces (splitting them into new faces)
1130
1130
 
1131
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1131
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1132
1132
  :type execution_context: int | str | None
1133
1133
  :type undo: bool | None
1134
1134
  """
1135
1135
 
1136
1136
  def faces_mirror_uv(
1137
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1137
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1138
1138
  execution_context: int | str | None = None,
1139
1139
  undo: bool | None = None,
1140
1140
  *,
@@ -1143,7 +1143,7 @@ def faces_mirror_uv(
1143
1143
  ):
1144
1144
  """Copy mirror UV coordinates on the X axis based on a mirrored mesh
1145
1145
 
1146
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1146
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1147
1147
  :type execution_context: int | str | None
1148
1148
  :type undo: bool | None
1149
1149
  :param direction: Axis Direction
@@ -1153,7 +1153,7 @@ def faces_mirror_uv(
1153
1153
  """
1154
1154
 
1155
1155
  def faces_select_linked_flat(
1156
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1156
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1157
1157
  execution_context: int | str | None = None,
1158
1158
  undo: bool | None = None,
1159
1159
  *,
@@ -1161,7 +1161,7 @@ def faces_select_linked_flat(
1161
1161
  ):
1162
1162
  """Select linked faces by angle
1163
1163
 
1164
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1164
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1165
1165
  :type execution_context: int | str | None
1166
1166
  :type undo: bool | None
1167
1167
  :param sharpness: Sharpness
@@ -1169,31 +1169,31 @@ def faces_select_linked_flat(
1169
1169
  """
1170
1170
 
1171
1171
  def faces_shade_flat(
1172
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1172
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1173
1173
  execution_context: int | str | None = None,
1174
1174
  undo: bool | None = None,
1175
1175
  ):
1176
1176
  """Display faces flat
1177
1177
 
1178
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1178
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1179
1179
  :type execution_context: int | str | None
1180
1180
  :type undo: bool | None
1181
1181
  """
1182
1182
 
1183
1183
  def faces_shade_smooth(
1184
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1184
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1185
1185
  execution_context: int | str | None = None,
1186
1186
  undo: bool | None = None,
1187
1187
  ):
1188
1188
  """Display faces smooth (using vertex normals)
1189
1189
 
1190
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1190
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1191
1191
  :type execution_context: int | str | None
1192
1192
  :type undo: bool | None
1193
1193
  """
1194
1194
 
1195
1195
  def fill(
1196
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1196
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1197
1197
  execution_context: int | str | None = None,
1198
1198
  undo: bool | None = None,
1199
1199
  *,
@@ -1201,7 +1201,7 @@ def fill(
1201
1201
  ):
1202
1202
  """Fill a selected edge loop with faces
1203
1203
 
1204
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1204
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1205
1205
  :type execution_context: int | str | None
1206
1206
  :type undo: bool | None
1207
1207
  :param use_beauty: Beauty, Use best triangulation division
@@ -1209,7 +1209,7 @@ def fill(
1209
1209
  """
1210
1210
 
1211
1211
  def fill_grid(
1212
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1212
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1213
1213
  execution_context: int | str | None = None,
1214
1214
  undo: bool | None = None,
1215
1215
  *,
@@ -1219,7 +1219,7 @@ def fill_grid(
1219
1219
  ):
1220
1220
  """Fill grid from two loops
1221
1221
 
1222
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1222
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1223
1223
  :type execution_context: int | str | None
1224
1224
  :type undo: bool | None
1225
1225
  :param span: Span, Number of grid columns
@@ -1231,7 +1231,7 @@ def fill_grid(
1231
1231
  """
1232
1232
 
1233
1233
  def fill_holes(
1234
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1234
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1235
1235
  execution_context: int | str | None = None,
1236
1236
  undo: bool | None = None,
1237
1237
  *,
@@ -1239,7 +1239,7 @@ def fill_holes(
1239
1239
  ):
1240
1240
  """Fill in holes (boundary edge loops)
1241
1241
 
1242
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1242
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1243
1243
  :type execution_context: int | str | None
1244
1244
  :type undo: bool | None
1245
1245
  :param sides: Sides, Number of sides in hole required to fill (zero fills all holes)
@@ -1247,7 +1247,7 @@ def fill_holes(
1247
1247
  """
1248
1248
 
1249
1249
  def flip_normals(
1250
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1250
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1251
1251
  execution_context: int | str | None = None,
1252
1252
  undo: bool | None = None,
1253
1253
  *,
@@ -1255,7 +1255,7 @@ def flip_normals(
1255
1255
  ):
1256
1256
  """Flip the direction of selected faces' normals (and of their vertices)
1257
1257
 
1258
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1258
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1259
1259
  :type execution_context: int | str | None
1260
1260
  :type undo: bool | None
1261
1261
  :param only_clnors: Custom Normals Only, Only flip the custom loop normals of the selected elements
@@ -1263,19 +1263,19 @@ def flip_normals(
1263
1263
  """
1264
1264
 
1265
1265
  def flip_quad_tessellation(
1266
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1266
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1267
1267
  execution_context: int | str | None = None,
1268
1268
  undo: bool | None = None,
1269
1269
  ):
1270
1270
  """Flips the tessellation of selected quads
1271
1271
 
1272
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1272
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1273
1273
  :type execution_context: int | str | None
1274
1274
  :type undo: bool | None
1275
1275
  """
1276
1276
 
1277
1277
  def hide(
1278
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1278
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1279
1279
  execution_context: int | str | None = None,
1280
1280
  undo: bool | None = None,
1281
1281
  *,
@@ -1283,7 +1283,7 @@ def hide(
1283
1283
  ):
1284
1284
  """Hide (un)selected vertices, edges or faces
1285
1285
 
1286
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1286
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1287
1287
  :type execution_context: int | str | None
1288
1288
  :type undo: bool | None
1289
1289
  :param unselected: Unselected, Hide unselected rather than selected
@@ -1291,7 +1291,7 @@ def hide(
1291
1291
  """
1292
1292
 
1293
1293
  def inset(
1294
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1294
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1295
1295
  execution_context: int | str | None = None,
1296
1296
  undo: bool | None = None,
1297
1297
  *,
@@ -1309,7 +1309,7 @@ def inset(
1309
1309
  ):
1310
1310
  """Inset new faces into selected faces
1311
1311
 
1312
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1312
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1313
1313
  :type execution_context: int | str | None
1314
1314
  :type undo: bool | None
1315
1315
  :param use_boundary: Boundary, Inset face boundaries
@@ -1337,7 +1337,7 @@ def inset(
1337
1337
  """
1338
1338
 
1339
1339
  def intersect(
1340
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1340
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1341
1341
  execution_context: int | str | None = None,
1342
1342
  undo: bool | None = None,
1343
1343
  *,
@@ -1348,7 +1348,7 @@ def intersect(
1348
1348
  ):
1349
1349
  """Cut an intersection into faces
1350
1350
 
1351
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1351
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1352
1352
  :type execution_context: int | str | None
1353
1353
  :type undo: bool | None
1354
1354
  :param mode: Source
@@ -1383,7 +1383,7 @@ def intersect(
1383
1383
  """
1384
1384
 
1385
1385
  def intersect_boolean(
1386
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1386
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1387
1387
  execution_context: int | str | None = None,
1388
1388
  undo: bool | None = None,
1389
1389
  *,
@@ -1395,7 +1395,7 @@ def intersect_boolean(
1395
1395
  ):
1396
1396
  """Cut solid geometry from selected to unselected
1397
1397
 
1398
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1398
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1399
1399
  :type execution_context: int | str | None
1400
1400
  :type undo: bool | None
1401
1401
  :param operation: Boolean Operation, Which boolean operation to apply
@@ -1417,7 +1417,7 @@ def intersect_boolean(
1417
1417
  """
1418
1418
 
1419
1419
  def knife_project(
1420
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1420
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1421
1421
  execution_context: int | str | None = None,
1422
1422
  undo: bool | None = None,
1423
1423
  *,
@@ -1425,7 +1425,7 @@ def knife_project(
1425
1425
  ):
1426
1426
  """Use other objects outlines and boundaries to project knife cuts
1427
1427
 
1428
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1428
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1429
1429
  :type execution_context: int | str | None
1430
1430
  :type undo: bool | None
1431
1431
  :param cut_through: Cut Through, Cut through all faces, not just visible ones
@@ -1433,7 +1433,7 @@ def knife_project(
1433
1433
  """
1434
1434
 
1435
1435
  def knife_tool(
1436
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1436
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1437
1437
  execution_context: int | str | None = None,
1438
1438
  undo: bool | None = None,
1439
1439
  *,
@@ -1448,7 +1448,7 @@ def knife_tool(
1448
1448
  ):
1449
1449
  """Cut new topology
1450
1450
 
1451
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1451
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1452
1452
  :type execution_context: int | str | None
1453
1453
  :type undo: bool | None
1454
1454
  :param use_occlude_geometry: Occlude Geometry, Only cut the front most geometry
@@ -1489,7 +1489,7 @@ def knife_tool(
1489
1489
  """
1490
1490
 
1491
1491
  def loop_multi_select(
1492
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1492
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1493
1493
  execution_context: int | str | None = None,
1494
1494
  undo: bool | None = None,
1495
1495
  *,
@@ -1497,7 +1497,7 @@ def loop_multi_select(
1497
1497
  ):
1498
1498
  """Select a loop of connected edges by connection type
1499
1499
 
1500
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1500
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1501
1501
  :type execution_context: int | str | None
1502
1502
  :type undo: bool | None
1503
1503
  :param ring: Ring
@@ -1505,7 +1505,7 @@ def loop_multi_select(
1505
1505
  """
1506
1506
 
1507
1507
  def loop_select(
1508
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1508
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1509
1509
  execution_context: int | str | None = None,
1510
1510
  undo: bool | None = None,
1511
1511
  *,
@@ -1516,7 +1516,7 @@ def loop_select(
1516
1516
  ):
1517
1517
  """Select a loop of connected edges
1518
1518
 
1519
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1519
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1520
1520
  :type execution_context: int | str | None
1521
1521
  :type undo: bool | None
1522
1522
  :param extend: Extend Select, Extend the selection
@@ -1530,7 +1530,7 @@ def loop_select(
1530
1530
  """
1531
1531
 
1532
1532
  def loop_to_region(
1533
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1533
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1534
1534
  execution_context: int | str | None = None,
1535
1535
  undo: bool | None = None,
1536
1536
  *,
@@ -1538,7 +1538,7 @@ def loop_to_region(
1538
1538
  ):
1539
1539
  """Select region of faces inside of a selected loop of edges
1540
1540
 
1541
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1541
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1542
1542
  :type execution_context: int | str | None
1543
1543
  :type undo: bool | None
1544
1544
  :param select_bigger: Select Bigger, Select bigger regions instead of smaller ones
@@ -1546,7 +1546,7 @@ def loop_to_region(
1546
1546
  """
1547
1547
 
1548
1548
  def loopcut(
1549
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1549
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1550
1550
  execution_context: int | str | None = None,
1551
1551
  undo: bool | None = None,
1552
1552
  *,
@@ -1563,7 +1563,7 @@ def loopcut(
1563
1563
  ):
1564
1564
  """Add a new loop between existing loops
1565
1565
 
1566
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1566
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1567
1567
  :type execution_context: int | str | None
1568
1568
  :type undo: bool | None
1569
1569
  :param number_cuts: Number of Cuts
@@ -1580,7 +1580,7 @@ def loopcut(
1580
1580
  """
1581
1581
 
1582
1582
  def loopcut_slide(
1583
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1583
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1584
1584
  execution_context: int | str | None = None,
1585
1585
  undo: bool | None = None,
1586
1586
  *,
@@ -1589,7 +1589,7 @@ def loopcut_slide(
1589
1589
  ):
1590
1590
  """Cut mesh loop and slide it
1591
1591
 
1592
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1592
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1593
1593
  :type execution_context: int | str | None
1594
1594
  :type undo: bool | None
1595
1595
  :param MESH_OT_loopcut: Loop Cut, Add a new loop between existing loops
@@ -1599,7 +1599,7 @@ def loopcut_slide(
1599
1599
  """
1600
1600
 
1601
1601
  def mark_freestyle_edge(
1602
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1602
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1603
1603
  execution_context: int | str | None = None,
1604
1604
  undo: bool | None = None,
1605
1605
  *,
@@ -1607,7 +1607,7 @@ def mark_freestyle_edge(
1607
1607
  ):
1608
1608
  """(Un)mark selected edges as Freestyle feature edges
1609
1609
 
1610
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1610
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1611
1611
  :type execution_context: int | str | None
1612
1612
  :type undo: bool | None
1613
1613
  :param clear: Clear
@@ -1615,7 +1615,7 @@ def mark_freestyle_edge(
1615
1615
  """
1616
1616
 
1617
1617
  def mark_freestyle_face(
1618
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1618
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1619
1619
  execution_context: int | str | None = None,
1620
1620
  undo: bool | None = None,
1621
1621
  *,
@@ -1623,7 +1623,7 @@ def mark_freestyle_face(
1623
1623
  ):
1624
1624
  """(Un)mark selected faces for exclusion from Freestyle feature edge detection
1625
1625
 
1626
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1626
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1627
1627
  :type execution_context: int | str | None
1628
1628
  :type undo: bool | None
1629
1629
  :param clear: Clear
@@ -1631,7 +1631,7 @@ def mark_freestyle_face(
1631
1631
  """
1632
1632
 
1633
1633
  def mark_seam(
1634
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1634
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1635
1635
  execution_context: int | str | None = None,
1636
1636
  undo: bool | None = None,
1637
1637
  *,
@@ -1639,7 +1639,7 @@ def mark_seam(
1639
1639
  ):
1640
1640
  """(Un)mark selected edges as a seam
1641
1641
 
1642
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1642
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1643
1643
  :type execution_context: int | str | None
1644
1644
  :type undo: bool | None
1645
1645
  :param clear: Clear
@@ -1647,7 +1647,7 @@ def mark_seam(
1647
1647
  """
1648
1648
 
1649
1649
  def mark_sharp(
1650
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1650
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1651
1651
  execution_context: int | str | None = None,
1652
1652
  undo: bool | None = None,
1653
1653
  *,
@@ -1656,7 +1656,7 @@ def mark_sharp(
1656
1656
  ):
1657
1657
  """(Un)mark selected edges as sharp
1658
1658
 
1659
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1659
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1660
1660
  :type execution_context: int | str | None
1661
1661
  :type undo: bool | None
1662
1662
  :param clear: Clear
@@ -1666,7 +1666,7 @@ def mark_sharp(
1666
1666
  """
1667
1667
 
1668
1668
  def merge(
1669
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1669
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1670
1670
  execution_context: int | str | None = None,
1671
1671
  undo: bool | None = None,
1672
1672
  *,
@@ -1676,7 +1676,7 @@ def merge(
1676
1676
  ):
1677
1677
  """Merge selected vertices
1678
1678
 
1679
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1679
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1680
1680
  :type execution_context: int | str | None
1681
1681
  :type undo: bool | None
1682
1682
  :param type: Type, Merge method to use
@@ -1686,19 +1686,19 @@ def merge(
1686
1686
  """
1687
1687
 
1688
1688
  def merge_normals(
1689
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1689
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1690
1690
  execution_context: int | str | None = None,
1691
1691
  undo: bool | None = None,
1692
1692
  ):
1693
1693
  """Merge custom normals of selected vertices
1694
1694
 
1695
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1695
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1696
1696
  :type execution_context: int | str | None
1697
1697
  :type undo: bool | None
1698
1698
  """
1699
1699
 
1700
1700
  def mod_weighted_strength(
1701
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1701
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1702
1702
  execution_context: int | str | None = None,
1703
1703
  undo: bool | None = None,
1704
1704
  *,
@@ -1707,7 +1707,7 @@ def mod_weighted_strength(
1707
1707
  ):
1708
1708
  """Set/Get strength of face (used in Weighted Normal modifier)
1709
1709
 
1710
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1710
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1711
1711
  :type execution_context: int | str | None
1712
1712
  :type undo: bool | None
1713
1713
  :param set: Set Value, Set value of faces
@@ -1717,7 +1717,7 @@ def mod_weighted_strength(
1717
1717
  """
1718
1718
 
1719
1719
  def normals_make_consistent(
1720
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1720
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1721
1721
  execution_context: int | str | None = None,
1722
1722
  undo: bool | None = None,
1723
1723
  *,
@@ -1725,7 +1725,7 @@ def normals_make_consistent(
1725
1725
  ):
1726
1726
  """Make face and vertex normals point either outside or inside the mesh
1727
1727
 
1728
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1728
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1729
1729
  :type execution_context: int | str | None
1730
1730
  :type undo: bool | None
1731
1731
  :param inside: Inside
@@ -1733,7 +1733,7 @@ def normals_make_consistent(
1733
1733
  """
1734
1734
 
1735
1735
  def normals_tools(
1736
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1736
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1737
1737
  execution_context: int | str | None = None,
1738
1738
  undo: bool | None = None,
1739
1739
  *,
@@ -1742,7 +1742,7 @@ def normals_tools(
1742
1742
  ):
1743
1743
  """Custom normals tools using Normal Vector of UI
1744
1744
 
1745
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1745
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1746
1746
  :type execution_context: int | str | None
1747
1747
  :type undo: bool | None
1748
1748
  :param mode: Mode, Mode of tools taking input from interface
@@ -1767,7 +1767,7 @@ def normals_tools(
1767
1767
  """
1768
1768
 
1769
1769
  def offset_edge_loops(
1770
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1770
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1771
1771
  execution_context: int | str | None = None,
1772
1772
  undo: bool | None = None,
1773
1773
  *,
@@ -1775,7 +1775,7 @@ def offset_edge_loops(
1775
1775
  ):
1776
1776
  """Create offset edge loop from the current selection
1777
1777
 
1778
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1778
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1779
1779
  :type execution_context: int | str | None
1780
1780
  :type undo: bool | None
1781
1781
  :param use_cap_endpoint: Cap Endpoint, Extend loop around end-points
@@ -1783,7 +1783,7 @@ def offset_edge_loops(
1783
1783
  """
1784
1784
 
1785
1785
  def offset_edge_loops_slide(
1786
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1786
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1787
1787
  execution_context: int | str | None = None,
1788
1788
  undo: bool | None = None,
1789
1789
  *,
@@ -1792,7 +1792,7 @@ def offset_edge_loops_slide(
1792
1792
  ):
1793
1793
  """Offset edge loop slide
1794
1794
 
1795
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1795
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1796
1796
  :type execution_context: int | str | None
1797
1797
  :type undo: bool | None
1798
1798
  :param MESH_OT_offset_edge_loops: Offset Edge Loop, Create offset edge loop from the current selection
@@ -1802,7 +1802,7 @@ def offset_edge_loops_slide(
1802
1802
  """
1803
1803
 
1804
1804
  def paint_mask_extract(
1805
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1805
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1806
1806
  execution_context: int | str | None = None,
1807
1807
  undo: bool | None = None,
1808
1808
  *,
@@ -1814,7 +1814,7 @@ def paint_mask_extract(
1814
1814
  ):
1815
1815
  """Create a new mesh object from the current paint mask
1816
1816
 
1817
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1817
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1818
1818
  :type execution_context: int | str | None
1819
1819
  :type undo: bool | None
1820
1820
  :param mask_threshold: Threshold, Minimum mask value to consider the vertex valid to extract a face from the original mesh
@@ -1830,7 +1830,7 @@ def paint_mask_extract(
1830
1830
  """
1831
1831
 
1832
1832
  def paint_mask_slice(
1833
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1833
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1834
1834
  execution_context: int | str | None = None,
1835
1835
  undo: bool | None = None,
1836
1836
  *,
@@ -1840,7 +1840,7 @@ def paint_mask_slice(
1840
1840
  ):
1841
1841
  """Slices the paint mask from the mesh
1842
1842
 
1843
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1843
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1844
1844
  :type execution_context: int | str | None
1845
1845
  :type undo: bool | None
1846
1846
  :param mask_threshold: Threshold, Minimum mask value to consider the vertex valid to extract a face from the original mesh
@@ -1852,7 +1852,7 @@ def paint_mask_slice(
1852
1852
  """
1853
1853
 
1854
1854
  def point_normals(
1855
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1855
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1856
1856
  execution_context: int | str | None = None,
1857
1857
  undo: bool | None = None,
1858
1858
  *,
@@ -1869,7 +1869,7 @@ def point_normals(
1869
1869
  ):
1870
1870
  """Point selected custom normals to specified Target
1871
1871
 
1872
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1872
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1873
1873
  :type execution_context: int | str | None
1874
1874
  :type undo: bool | None
1875
1875
  :param mode: Mode, How to define coordinates to point custom normals to
@@ -1893,7 +1893,7 @@ def point_normals(
1893
1893
  """
1894
1894
 
1895
1895
  def poke(
1896
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1896
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1897
1897
  execution_context: int | str | None = None,
1898
1898
  undo: bool | None = None,
1899
1899
  *,
@@ -1904,7 +1904,7 @@ def poke(
1904
1904
  ):
1905
1905
  """Split a face into a fan
1906
1906
 
1907
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1907
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1908
1908
  :type execution_context: int | str | None
1909
1909
  :type undo: bool | None
1910
1910
  :param offset: Poke Offset, Poke Offset
@@ -1925,7 +1925,7 @@ def poke(
1925
1925
  """
1926
1926
 
1927
1927
  def polybuild_delete_at_cursor(
1928
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1928
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1929
1929
  execution_context: int | str | None = None,
1930
1930
  undo: bool | None = None,
1931
1931
  *,
@@ -1940,7 +1940,7 @@ def polybuild_delete_at_cursor(
1940
1940
  ):
1941
1941
  """Undocumented, consider contributing.
1942
1942
 
1943
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1943
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1944
1944
  :type execution_context: int | str | None
1945
1945
  :type undo: bool | None
1946
1946
  :param mirror: Mirror Editing
@@ -1962,19 +1962,19 @@ def polybuild_delete_at_cursor(
1962
1962
  """
1963
1963
 
1964
1964
  def polybuild_dissolve_at_cursor(
1965
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1965
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1966
1966
  execution_context: int | str | None = None,
1967
1967
  undo: bool | None = None,
1968
1968
  ):
1969
1969
  """Undocumented, consider contributing.
1970
1970
 
1971
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1971
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1972
1972
  :type execution_context: int | str | None
1973
1973
  :type undo: bool | None
1974
1974
  """
1975
1975
 
1976
1976
  def polybuild_extrude_at_cursor_move(
1977
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1977
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1978
1978
  execution_context: int | str | None = None,
1979
1979
  undo: bool | None = None,
1980
1980
  *,
@@ -1984,7 +1984,7 @@ def polybuild_extrude_at_cursor_move(
1984
1984
  ):
1985
1985
  """Undocumented, consider contributing.
1986
1986
 
1987
- :type override_context: bpy.types.Context | dict[str, typing.Any]
1987
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1988
1988
  :type execution_context: int | str | None
1989
1989
  :type undo: bool | None
1990
1990
  :param MESH_OT_polybuild_transform_at_cursor: Poly Build Transform at Cursor
@@ -1996,7 +1996,7 @@ def polybuild_extrude_at_cursor_move(
1996
1996
  """
1997
1997
 
1998
1998
  def polybuild_face_at_cursor(
1999
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
1999
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2000
2000
  execution_context: int | str | None = None,
2001
2001
  undo: bool | None = None,
2002
2002
  *,
@@ -2012,7 +2012,7 @@ def polybuild_face_at_cursor(
2012
2012
  ):
2013
2013
  """Undocumented, consider contributing.
2014
2014
 
2015
- :type override_context: bpy.types.Context | dict[str, typing.Any]
2015
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2016
2016
  :type execution_context: int | str | None
2017
2017
  :type undo: bool | None
2018
2018
  :param create_quads: Create Quads, Automatically split edges in triangles to maintain quad topology
@@ -2036,7 +2036,7 @@ def polybuild_face_at_cursor(
2036
2036
  """
2037
2037
 
2038
2038
  def polybuild_face_at_cursor_move(
2039
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
2039
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2040
2040
  execution_context: int | str | None = None,
2041
2041
  undo: bool | None = None,
2042
2042
  *,
@@ -2045,7 +2045,7 @@ def polybuild_face_at_cursor_move(
2045
2045
  ):
2046
2046
  """Undocumented, consider contributing.
2047
2047
 
2048
- :type override_context: bpy.types.Context | dict[str, typing.Any]
2048
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2049
2049
  :type execution_context: int | str | None
2050
2050
  :type undo: bool | None
2051
2051
  :param MESH_OT_polybuild_face_at_cursor: Poly Build Face at Cursor
@@ -2055,7 +2055,7 @@ def polybuild_face_at_cursor_move(
2055
2055
  """
2056
2056
 
2057
2057
  def polybuild_split_at_cursor(
2058
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
2058
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2059
2059
  execution_context: int | str | None = None,
2060
2060
  undo: bool | None = None,
2061
2061
  *,
@@ -2070,7 +2070,7 @@ def polybuild_split_at_cursor(
2070
2070
  ):
2071
2071
  """Undocumented, consider contributing.
2072
2072
 
2073
- :type override_context: bpy.types.Context | dict[str, typing.Any]
2073
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2074
2074
  :type execution_context: int | str | None
2075
2075
  :type undo: bool | None
2076
2076
  :param mirror: Mirror Editing
@@ -2092,7 +2092,7 @@ def polybuild_split_at_cursor(
2092
2092
  """
2093
2093
 
2094
2094
  def polybuild_split_at_cursor_move(
2095
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
2095
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2096
2096
  execution_context: int | str | None = None,
2097
2097
  undo: bool | None = None,
2098
2098
  *,
@@ -2101,7 +2101,7 @@ def polybuild_split_at_cursor_move(
2101
2101
  ):
2102
2102
  """Undocumented, consider contributing.
2103
2103
 
2104
- :type override_context: bpy.types.Context | dict[str, typing.Any]
2104
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2105
2105
  :type execution_context: int | str | None
2106
2106
  :type undo: bool | None
2107
2107
  :param MESH_OT_polybuild_split_at_cursor: Poly Build Split at Cursor
@@ -2111,7 +2111,7 @@ def polybuild_split_at_cursor_move(
2111
2111
  """
2112
2112
 
2113
2113
  def polybuild_transform_at_cursor(
2114
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
2114
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2115
2115
  execution_context: int | str | None = None,
2116
2116
  undo: bool | None = None,
2117
2117
  *,
@@ -2126,7 +2126,7 @@ def polybuild_transform_at_cursor(
2126
2126
  ):
2127
2127
  """Undocumented, consider contributing.
2128
2128
 
2129
- :type override_context: bpy.types.Context | dict[str, typing.Any]
2129
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2130
2130
  :type execution_context: int | str | None
2131
2131
  :type undo: bool | None
2132
2132
  :param mirror: Mirror Editing
@@ -2148,7 +2148,7 @@ def polybuild_transform_at_cursor(
2148
2148
  """
2149
2149
 
2150
2150
  def polybuild_transform_at_cursor_move(
2151
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
2151
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2152
2152
  execution_context: int | str | None = None,
2153
2153
  undo: bool | None = None,
2154
2154
  *,
@@ -2157,7 +2157,7 @@ def polybuild_transform_at_cursor_move(
2157
2157
  ):
2158
2158
  """Undocumented, consider contributing.
2159
2159
 
2160
- :type override_context: bpy.types.Context | dict[str, typing.Any]
2160
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2161
2161
  :type execution_context: int | str | None
2162
2162
  :type undo: bool | None
2163
2163
  :param MESH_OT_polybuild_transform_at_cursor: Poly Build Transform at Cursor
@@ -2167,7 +2167,7 @@ def polybuild_transform_at_cursor_move(
2167
2167
  """
2168
2168
 
2169
2169
  def primitive_circle_add(
2170
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
2170
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2171
2171
  execution_context: int | str | None = None,
2172
2172
  undo: bool | None = None,
2173
2173
  *,
@@ -2191,7 +2191,7 @@ def primitive_circle_add(
2191
2191
  ):
2192
2192
  """Construct a circle mesh
2193
2193
 
2194
- :type override_context: bpy.types.Context | dict[str, typing.Any]
2194
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2195
2195
  :type execution_context: int | str | None
2196
2196
  :type undo: bool | None
2197
2197
  :param vertices: Vertices
@@ -2233,7 +2233,7 @@ def primitive_circle_add(
2233
2233
  """
2234
2234
 
2235
2235
  def primitive_cone_add(
2236
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
2236
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2237
2237
  execution_context: int | str | None = None,
2238
2238
  undo: bool | None = None,
2239
2239
  *,
@@ -2259,7 +2259,7 @@ def primitive_cone_add(
2259
2259
  ):
2260
2260
  """Construct a conic mesh
2261
2261
 
2262
- :type override_context: bpy.types.Context | dict[str, typing.Any]
2262
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2263
2263
  :type execution_context: int | str | None
2264
2264
  :type undo: bool | None
2265
2265
  :param vertices: Vertices
@@ -2305,7 +2305,7 @@ def primitive_cone_add(
2305
2305
  """
2306
2306
 
2307
2307
  def primitive_cube_add(
2308
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
2308
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2309
2309
  execution_context: int | str | None = None,
2310
2310
  undo: bool | None = None,
2311
2311
  *,
@@ -2327,7 +2327,7 @@ def primitive_cube_add(
2327
2327
  ):
2328
2328
  """Construct a cube mesh that consists of six square faces
2329
2329
 
2330
- :type override_context: bpy.types.Context | dict[str, typing.Any]
2330
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2331
2331
  :type execution_context: int | str | None
2332
2332
  :type undo: bool | None
2333
2333
  :param size: Size
@@ -2356,7 +2356,7 @@ def primitive_cube_add(
2356
2356
  """
2357
2357
 
2358
2358
  def primitive_cube_add_gizmo(
2359
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
2359
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2360
2360
  execution_context: int | str | None = None,
2361
2361
  undo: bool | None = None,
2362
2362
  *,
@@ -2385,7 +2385,7 @@ def primitive_cube_add_gizmo(
2385
2385
  ):
2386
2386
  """Construct a cube mesh
2387
2387
 
2388
- :type override_context: bpy.types.Context | dict[str, typing.Any]
2388
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2389
2389
  :type execution_context: int | str | None
2390
2390
  :type undo: bool | None
2391
2391
  :param calc_uvs: Generate UVs, Generate a default UV map
@@ -2414,7 +2414,7 @@ def primitive_cube_add_gizmo(
2414
2414
  """
2415
2415
 
2416
2416
  def primitive_cylinder_add(
2417
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
2417
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2418
2418
  execution_context: int | str | None = None,
2419
2419
  undo: bool | None = None,
2420
2420
  *,
@@ -2439,7 +2439,7 @@ def primitive_cylinder_add(
2439
2439
  ):
2440
2440
  """Construct a cylinder mesh
2441
2441
 
2442
- :type override_context: bpy.types.Context | dict[str, typing.Any]
2442
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2443
2443
  :type execution_context: int | str | None
2444
2444
  :type undo: bool | None
2445
2445
  :param vertices: Vertices
@@ -2483,7 +2483,7 @@ def primitive_cylinder_add(
2483
2483
  """
2484
2484
 
2485
2485
  def primitive_grid_add(
2486
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
2486
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2487
2487
  execution_context: int | str | None = None,
2488
2488
  undo: bool | None = None,
2489
2489
  *,
@@ -2507,7 +2507,7 @@ def primitive_grid_add(
2507
2507
  ):
2508
2508
  """Construct a subdivided plane mesh
2509
2509
 
2510
- :type override_context: bpy.types.Context | dict[str, typing.Any]
2510
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2511
2511
  :type execution_context: int | str | None
2512
2512
  :type undo: bool | None
2513
2513
  :param x_subdivisions: X Subdivisions
@@ -2540,7 +2540,7 @@ def primitive_grid_add(
2540
2540
  """
2541
2541
 
2542
2542
  def primitive_ico_sphere_add(
2543
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
2543
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2544
2544
  execution_context: int | str | None = None,
2545
2545
  undo: bool | None = None,
2546
2546
  *,
@@ -2563,7 +2563,7 @@ def primitive_ico_sphere_add(
2563
2563
  ):
2564
2564
  """Construct a spherical mesh that consists of equally sized triangles
2565
2565
 
2566
- :type override_context: bpy.types.Context | dict[str, typing.Any]
2566
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2567
2567
  :type execution_context: int | str | None
2568
2568
  :type undo: bool | None
2569
2569
  :param subdivisions: Subdivisions
@@ -2594,7 +2594,7 @@ def primitive_ico_sphere_add(
2594
2594
  """
2595
2595
 
2596
2596
  def primitive_monkey_add(
2597
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
2597
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2598
2598
  execution_context: int | str | None = None,
2599
2599
  undo: bool | None = None,
2600
2600
  *,
@@ -2616,7 +2616,7 @@ def primitive_monkey_add(
2616
2616
  ):
2617
2617
  """Construct a Suzanne mesh
2618
2618
 
2619
- :type override_context: bpy.types.Context | dict[str, typing.Any]
2619
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2620
2620
  :type execution_context: int | str | None
2621
2621
  :type undo: bool | None
2622
2622
  :param size: Size
@@ -2645,7 +2645,7 @@ def primitive_monkey_add(
2645
2645
  """
2646
2646
 
2647
2647
  def primitive_plane_add(
2648
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
2648
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2649
2649
  execution_context: int | str | None = None,
2650
2650
  undo: bool | None = None,
2651
2651
  *,
@@ -2667,7 +2667,7 @@ def primitive_plane_add(
2667
2667
  ):
2668
2668
  """Construct a filled planar mesh with 4 vertices
2669
2669
 
2670
- :type override_context: bpy.types.Context | dict[str, typing.Any]
2670
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2671
2671
  :type execution_context: int | str | None
2672
2672
  :type undo: bool | None
2673
2673
  :param size: Size
@@ -2696,7 +2696,7 @@ def primitive_plane_add(
2696
2696
  """
2697
2697
 
2698
2698
  def primitive_torus_add(
2699
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
2699
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2700
2700
  execution_context: int | str | None = None,
2701
2701
  undo: bool | None = None,
2702
2702
  *,
@@ -2722,7 +2722,7 @@ def primitive_torus_add(
2722
2722
  ):
2723
2723
  """Construct a torus mesh
2724
2724
 
2725
- :type override_context: bpy.types.Context | dict[str, typing.Any]
2725
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2726
2726
  :type execution_context: int | str | None
2727
2727
  :type undo: bool | None
2728
2728
  :param align: Align
@@ -2765,7 +2765,7 @@ def primitive_torus_add(
2765
2765
  """
2766
2766
 
2767
2767
  def primitive_uv_sphere_add(
2768
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
2768
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2769
2769
  execution_context: int | str | None = None,
2770
2770
  undo: bool | None = None,
2771
2771
  *,
@@ -2789,7 +2789,7 @@ def primitive_uv_sphere_add(
2789
2789
  ):
2790
2790
  """Construct a spherical mesh with quad faces, except for triangle faces at the top and bottom
2791
2791
 
2792
- :type override_context: bpy.types.Context | dict[str, typing.Any]
2792
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2793
2793
  :type execution_context: int | str | None
2794
2794
  :type undo: bool | None
2795
2795
  :param segments: Segments
@@ -2822,7 +2822,7 @@ def primitive_uv_sphere_add(
2822
2822
  """
2823
2823
 
2824
2824
  def quads_convert_to_tris(
2825
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
2825
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2826
2826
  execution_context: int | str | None = None,
2827
2827
  undo: bool | None = None,
2828
2828
  *,
@@ -2831,7 +2831,7 @@ def quads_convert_to_tris(
2831
2831
  ):
2832
2832
  """Triangulate selected faces
2833
2833
 
2834
- :type override_context: bpy.types.Context | dict[str, typing.Any]
2834
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2835
2835
  :type execution_context: int | str | None
2836
2836
  :type undo: bool | None
2837
2837
  :param quad_method: Quad Method, Method for splitting the quads into triangles
@@ -2841,19 +2841,19 @@ def quads_convert_to_tris(
2841
2841
  """
2842
2842
 
2843
2843
  def region_to_loop(
2844
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
2844
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2845
2845
  execution_context: int | str | None = None,
2846
2846
  undo: bool | None = None,
2847
2847
  ):
2848
2848
  """Select boundary edges around the selected faces
2849
2849
 
2850
- :type override_context: bpy.types.Context | dict[str, typing.Any]
2850
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2851
2851
  :type execution_context: int | str | None
2852
2852
  :type undo: bool | None
2853
2853
  """
2854
2854
 
2855
2855
  def remove_doubles(
2856
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
2856
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2857
2857
  execution_context: int | str | None = None,
2858
2858
  undo: bool | None = None,
2859
2859
  *,
@@ -2863,7 +2863,7 @@ def remove_doubles(
2863
2863
  ):
2864
2864
  """Merge vertices based on their proximity
2865
2865
 
2866
- :type override_context: bpy.types.Context | dict[str, typing.Any]
2866
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2867
2867
  :type execution_context: int | str | None
2868
2868
  :type undo: bool | None
2869
2869
  :param threshold: Merge Distance, Maximum distance between elements to merge
@@ -2875,7 +2875,7 @@ def remove_doubles(
2875
2875
  """
2876
2876
 
2877
2877
  def reveal(
2878
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
2878
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2879
2879
  execution_context: int | str | None = None,
2880
2880
  undo: bool | None = None,
2881
2881
  *,
@@ -2883,7 +2883,7 @@ def reveal(
2883
2883
  ):
2884
2884
  """Reveal all hidden vertices, edges and faces
2885
2885
 
2886
- :type override_context: bpy.types.Context | dict[str, typing.Any]
2886
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2887
2887
  :type execution_context: int | str | None
2888
2888
  :type undo: bool | None
2889
2889
  :param select: Select
@@ -2891,7 +2891,7 @@ def reveal(
2891
2891
  """
2892
2892
 
2893
2893
  def rip(
2894
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
2894
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2895
2895
  execution_context: int | str | None = None,
2896
2896
  undo: bool | None = None,
2897
2897
  *,
@@ -2907,7 +2907,7 @@ def rip(
2907
2907
  ):
2908
2908
  """Disconnect vertex or edges from connected geometry
2909
2909
 
2910
- :type override_context: bpy.types.Context | dict[str, typing.Any]
2910
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2911
2911
  :type execution_context: int | str | None
2912
2912
  :type undo: bool | None
2913
2913
  :param mirror: Mirror Editing
@@ -2931,7 +2931,7 @@ def rip(
2931
2931
  """
2932
2932
 
2933
2933
  def rip_edge(
2934
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
2934
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2935
2935
  execution_context: int | str | None = None,
2936
2936
  undo: bool | None = None,
2937
2937
  *,
@@ -2946,7 +2946,7 @@ def rip_edge(
2946
2946
  ):
2947
2947
  """Extend vertices along the edge closest to the cursor
2948
2948
 
2949
- :type override_context: bpy.types.Context | dict[str, typing.Any]
2949
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2950
2950
  :type execution_context: int | str | None
2951
2951
  :type undo: bool | None
2952
2952
  :param mirror: Mirror Editing
@@ -2968,7 +2968,7 @@ def rip_edge(
2968
2968
  """
2969
2969
 
2970
2970
  def rip_edge_move(
2971
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
2971
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2972
2972
  execution_context: int | str | None = None,
2973
2973
  undo: bool | None = None,
2974
2974
  *,
@@ -2977,7 +2977,7 @@ def rip_edge_move(
2977
2977
  ):
2978
2978
  """Extend vertices and move the result
2979
2979
 
2980
- :type override_context: bpy.types.Context | dict[str, typing.Any]
2980
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2981
2981
  :type execution_context: int | str | None
2982
2982
  :type undo: bool | None
2983
2983
  :param MESH_OT_rip_edge: Extend Vertices, Extend vertices along the edge closest to the cursor
@@ -2987,7 +2987,7 @@ def rip_edge_move(
2987
2987
  """
2988
2988
 
2989
2989
  def rip_move(
2990
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
2990
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
2991
2991
  execution_context: int | str | None = None,
2992
2992
  undo: bool | None = None,
2993
2993
  *,
@@ -2996,7 +2996,7 @@ def rip_move(
2996
2996
  ):
2997
2997
  """Rip polygons and move the result
2998
2998
 
2999
- :type override_context: bpy.types.Context | dict[str, typing.Any]
2999
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3000
3000
  :type execution_context: int | str | None
3001
3001
  :type undo: bool | None
3002
3002
  :param MESH_OT_rip: Rip, Disconnect vertex or edges from connected geometry
@@ -3006,7 +3006,7 @@ def rip_move(
3006
3006
  """
3007
3007
 
3008
3008
  def screw(
3009
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3009
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3010
3010
  execution_context: int | str | None = None,
3011
3011
  undo: bool | None = None,
3012
3012
  *,
@@ -3017,7 +3017,7 @@ def screw(
3017
3017
  ):
3018
3018
  """Extrude selected vertices in screw-shaped rotation around the cursor in indicated viewport
3019
3019
 
3020
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3020
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3021
3021
  :type execution_context: int | str | None
3022
3022
  :type undo: bool | None
3023
3023
  :param steps: Steps, Steps
@@ -3031,7 +3031,7 @@ def screw(
3031
3031
  """
3032
3032
 
3033
3033
  def select_all(
3034
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3034
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3035
3035
  execution_context: int | str | None = None,
3036
3036
  undo: bool | None = None,
3037
3037
  *,
@@ -3039,7 +3039,7 @@ def select_all(
3039
3039
  ):
3040
3040
  """(De)select all vertices, edges or faces
3041
3041
 
3042
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3042
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3043
3043
  :type execution_context: int | str | None
3044
3044
  :type undo: bool | None
3045
3045
  :param action: Action, Selection action to execute
@@ -3059,7 +3059,7 @@ def select_all(
3059
3059
  """
3060
3060
 
3061
3061
  def select_axis(
3062
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3062
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3063
3063
  execution_context: int | str | None = None,
3064
3064
  undo: bool | None = None,
3065
3065
  *,
@@ -3070,7 +3070,7 @@ def select_axis(
3070
3070
  ):
3071
3071
  """Select all data in the mesh on a single axis
3072
3072
 
3073
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3073
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3074
3074
  :type execution_context: int | str | None
3075
3075
  :type undo: bool | None
3076
3076
  :param orientation: Axis Mode, Axis orientation
@@ -3084,19 +3084,19 @@ def select_axis(
3084
3084
  """
3085
3085
 
3086
3086
  def select_by_attribute(
3087
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3087
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3088
3088
  execution_context: int | str | None = None,
3089
3089
  undo: bool | None = None,
3090
3090
  ):
3091
3091
  """Select elements based on the active boolean attribute
3092
3092
 
3093
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3093
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3094
3094
  :type execution_context: int | str | None
3095
3095
  :type undo: bool | None
3096
3096
  """
3097
3097
 
3098
3098
  def select_face_by_sides(
3099
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3099
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3100
3100
  execution_context: int | str | None = None,
3101
3101
  undo: bool | None = None,
3102
3102
  *,
@@ -3106,7 +3106,7 @@ def select_face_by_sides(
3106
3106
  ):
3107
3107
  """Select vertices or faces by the number of face sides
3108
3108
 
3109
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3109
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3110
3110
  :type execution_context: int | str | None
3111
3111
  :type undo: bool | None
3112
3112
  :param number: Number of Vertices
@@ -3118,19 +3118,19 @@ def select_face_by_sides(
3118
3118
  """
3119
3119
 
3120
3120
  def select_interior_faces(
3121
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3121
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3122
3122
  execution_context: int | str | None = None,
3123
3123
  undo: bool | None = None,
3124
3124
  ):
3125
3125
  """Select faces where all edges have more than 2 face users
3126
3126
 
3127
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3127
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3128
3128
  :type execution_context: int | str | None
3129
3129
  :type undo: bool | None
3130
3130
  """
3131
3131
 
3132
3132
  def select_less(
3133
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3133
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3134
3134
  execution_context: int | str | None = None,
3135
3135
  undo: bool | None = None,
3136
3136
  *,
@@ -3138,7 +3138,7 @@ def select_less(
3138
3138
  ):
3139
3139
  """Deselect vertices, edges or faces at the boundary of each selection region
3140
3140
 
3141
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3141
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3142
3142
  :type execution_context: int | str | None
3143
3143
  :type undo: bool | None
3144
3144
  :param use_face_step: Face Step, Connected faces (instead of edges)
@@ -3146,7 +3146,7 @@ def select_less(
3146
3146
  """
3147
3147
 
3148
3148
  def select_linked(
3149
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3149
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3150
3150
  execution_context: int | str | None = None,
3151
3151
  undo: bool | None = None,
3152
3152
  *,
@@ -3154,7 +3154,7 @@ def select_linked(
3154
3154
  ):
3155
3155
  """Select all vertices connected to the current selection
3156
3156
 
3157
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3157
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3158
3158
  :type execution_context: int | str | None
3159
3159
  :type undo: bool | None
3160
3160
  :param delimit: Delimit, Delimit selected region
@@ -3162,7 +3162,7 @@ def select_linked(
3162
3162
  """
3163
3163
 
3164
3164
  def select_linked_pick(
3165
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3165
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3166
3166
  execution_context: int | str | None = None,
3167
3167
  undo: bool | None = None,
3168
3168
  *,
@@ -3173,7 +3173,7 @@ def select_linked_pick(
3173
3173
  ):
3174
3174
  """(De)select all vertices linked to the edge under the mouse cursor
3175
3175
 
3176
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3176
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3177
3177
  :type execution_context: int | str | None
3178
3178
  :type undo: bool | None
3179
3179
  :param deselect: Deselect
@@ -3185,7 +3185,7 @@ def select_linked_pick(
3185
3185
  """
3186
3186
 
3187
3187
  def select_loose(
3188
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3188
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3189
3189
  execution_context: int | str | None = None,
3190
3190
  undo: bool | None = None,
3191
3191
  *,
@@ -3193,7 +3193,7 @@ def select_loose(
3193
3193
  ):
3194
3194
  """Select loose geometry based on the selection mode
3195
3195
 
3196
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3196
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3197
3197
  :type execution_context: int | str | None
3198
3198
  :type undo: bool | None
3199
3199
  :param extend: Extend, Extend the selection
@@ -3201,7 +3201,7 @@ def select_loose(
3201
3201
  """
3202
3202
 
3203
3203
  def select_mirror(
3204
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3204
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3205
3205
  execution_context: int | str | None = None,
3206
3206
  undo: bool | None = None,
3207
3207
  *,
@@ -3210,7 +3210,7 @@ def select_mirror(
3210
3210
  ):
3211
3211
  """Select mesh items at mirrored locations
3212
3212
 
3213
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3213
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3214
3214
  :type execution_context: int | str | None
3215
3215
  :type undo: bool | None
3216
3216
  :param axis: Axis
@@ -3220,7 +3220,7 @@ def select_mirror(
3220
3220
  """
3221
3221
 
3222
3222
  def select_mode(
3223
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3223
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3224
3224
  execution_context: int | str | None = None,
3225
3225
  undo: bool | None = None,
3226
3226
  *,
@@ -3231,7 +3231,7 @@ def select_mode(
3231
3231
  ):
3232
3232
  """Change selection mode
3233
3233
 
3234
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3234
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3235
3235
  :type execution_context: int | str | None
3236
3236
  :type undo: bool | None
3237
3237
  :param use_extend: Extend
@@ -3254,7 +3254,7 @@ def select_mode(
3254
3254
  """
3255
3255
 
3256
3256
  def select_more(
3257
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3257
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3258
3258
  execution_context: int | str | None = None,
3259
3259
  undo: bool | None = None,
3260
3260
  *,
@@ -3262,7 +3262,7 @@ def select_more(
3262
3262
  ):
3263
3263
  """Select more vertices, edges or faces connected to initial selection
3264
3264
 
3265
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3265
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3266
3266
  :type execution_context: int | str | None
3267
3267
  :type undo: bool | None
3268
3268
  :param use_face_step: Face Step, Connected faces (instead of edges)
@@ -3270,19 +3270,19 @@ def select_more(
3270
3270
  """
3271
3271
 
3272
3272
  def select_next_item(
3273
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3273
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3274
3274
  execution_context: int | str | None = None,
3275
3275
  undo: bool | None = None,
3276
3276
  ):
3277
3277
  """Select the next element (using selection order)
3278
3278
 
3279
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3279
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3280
3280
  :type execution_context: int | str | None
3281
3281
  :type undo: bool | None
3282
3282
  """
3283
3283
 
3284
3284
  def select_non_manifold(
3285
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3285
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3286
3286
  execution_context: int | str | None = None,
3287
3287
  undo: bool | None = None,
3288
3288
  *,
@@ -3295,7 +3295,7 @@ def select_non_manifold(
3295
3295
  ):
3296
3296
  """Select all non-manifold vertices or edges
3297
3297
 
3298
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3298
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3299
3299
  :type execution_context: int | str | None
3300
3300
  :type undo: bool | None
3301
3301
  :param extend: Extend, Extend the selection
@@ -3313,7 +3313,7 @@ def select_non_manifold(
3313
3313
  """
3314
3314
 
3315
3315
  def select_nth(
3316
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3316
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3317
3317
  execution_context: int | str | None = None,
3318
3318
  undo: bool | None = None,
3319
3319
  *,
@@ -3323,7 +3323,7 @@ def select_nth(
3323
3323
  ):
3324
3324
  """Deselect every Nth element starting from the active vertex, edge or face
3325
3325
 
3326
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3326
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3327
3327
  :type execution_context: int | str | None
3328
3328
  :type undo: bool | None
3329
3329
  :param skip: Deselected, Number of deselected elements in the repetitive sequence
@@ -3335,19 +3335,19 @@ def select_nth(
3335
3335
  """
3336
3336
 
3337
3337
  def select_prev_item(
3338
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3338
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3339
3339
  execution_context: int | str | None = None,
3340
3340
  undo: bool | None = None,
3341
3341
  ):
3342
3342
  """Select the previous element (using selection order)
3343
3343
 
3344
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3344
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3345
3345
  :type execution_context: int | str | None
3346
3346
  :type undo: bool | None
3347
3347
  """
3348
3348
 
3349
3349
  def select_random(
3350
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3350
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3351
3351
  execution_context: int | str | None = None,
3352
3352
  undo: bool | None = None,
3353
3353
  *,
@@ -3357,7 +3357,7 @@ def select_random(
3357
3357
  ):
3358
3358
  """Randomly select vertices
3359
3359
 
3360
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3360
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3361
3361
  :type execution_context: int | str | None
3362
3362
  :type undo: bool | None
3363
3363
  :param ratio: Ratio, Portion of items to select randomly
@@ -3375,7 +3375,7 @@ def select_random(
3375
3375
  """
3376
3376
 
3377
3377
  def select_similar(
3378
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3378
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3379
3379
  execution_context: int | str | None = None,
3380
3380
  undo: bool | None = None,
3381
3381
  *,
@@ -3409,7 +3409,7 @@ def select_similar(
3409
3409
  ):
3410
3410
  """Select similar vertices, edges or faces by property types
3411
3411
 
3412
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3412
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3413
3413
  :type execution_context: int | str | None
3414
3414
  :type undo: bool | None
3415
3415
  :param type: Type
@@ -3421,19 +3421,19 @@ def select_similar(
3421
3421
  """
3422
3422
 
3423
3423
  def select_similar_region(
3424
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3424
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3425
3425
  execution_context: int | str | None = None,
3426
3426
  undo: bool | None = None,
3427
3427
  ):
3428
3428
  """Select similar face regions to the current selection
3429
3429
 
3430
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3430
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3431
3431
  :type execution_context: int | str | None
3432
3432
  :type undo: bool | None
3433
3433
  """
3434
3434
 
3435
3435
  def select_ungrouped(
3436
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3436
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3437
3437
  execution_context: int | str | None = None,
3438
3438
  undo: bool | None = None,
3439
3439
  *,
@@ -3441,7 +3441,7 @@ def select_ungrouped(
3441
3441
  ):
3442
3442
  """Select vertices without a group
3443
3443
 
3444
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3444
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3445
3445
  :type execution_context: int | str | None
3446
3446
  :type undo: bool | None
3447
3447
  :param extend: Extend, Extend the selection
@@ -3449,7 +3449,7 @@ def select_ungrouped(
3449
3449
  """
3450
3450
 
3451
3451
  def separate(
3452
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3452
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3453
3453
  execution_context: int | str | None = None,
3454
3454
  undo: bool | None = None,
3455
3455
  *,
@@ -3457,7 +3457,7 @@ def separate(
3457
3457
  ):
3458
3458
  """Separate selected geometry into a new mesh
3459
3459
 
3460
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3460
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3461
3461
  :type execution_context: int | str | None
3462
3462
  :type undo: bool | None
3463
3463
  :param type: Type
@@ -3465,7 +3465,7 @@ def separate(
3465
3465
  """
3466
3466
 
3467
3467
  def set_normals_from_faces(
3468
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3468
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3469
3469
  execution_context: int | str | None = None,
3470
3470
  undo: bool | None = None,
3471
3471
  *,
@@ -3473,7 +3473,7 @@ def set_normals_from_faces(
3473
3473
  ):
3474
3474
  """Set the custom normals from the selected faces ones
3475
3475
 
3476
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3476
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3477
3477
  :type execution_context: int | str | None
3478
3478
  :type undo: bool | None
3479
3479
  :param keep_sharp: Keep Sharp Edges, Do not set sharp edges to face
@@ -3481,7 +3481,7 @@ def set_normals_from_faces(
3481
3481
  """
3482
3482
 
3483
3483
  def set_sharpness_by_angle(
3484
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3484
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3485
3485
  execution_context: int | str | None = None,
3486
3486
  undo: bool | None = None,
3487
3487
  *,
@@ -3490,7 +3490,7 @@ def set_sharpness_by_angle(
3490
3490
  ):
3491
3491
  """Set edge sharpness based on the angle between neighboring faces
3492
3492
 
3493
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3493
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3494
3494
  :type execution_context: int | str | None
3495
3495
  :type undo: bool | None
3496
3496
  :param angle: Angle
@@ -3500,19 +3500,19 @@ def set_sharpness_by_angle(
3500
3500
  """
3501
3501
 
3502
3502
  def shape_propagate_to_all(
3503
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3503
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3504
3504
  execution_context: int | str | None = None,
3505
3505
  undo: bool | None = None,
3506
3506
  ):
3507
3507
  """Apply selected vertex locations to all other shape keys
3508
3508
 
3509
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3509
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3510
3510
  :type execution_context: int | str | None
3511
3511
  :type undo: bool | None
3512
3512
  """
3513
3513
 
3514
3514
  def shortest_path_pick(
3515
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3515
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3516
3516
  execution_context: int | str | None = None,
3517
3517
  undo: bool | None = None,
3518
3518
  *,
@@ -3528,7 +3528,7 @@ def shortest_path_pick(
3528
3528
  ):
3529
3529
  """Select shortest path between two selections
3530
3530
 
3531
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3531
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3532
3532
  :type execution_context: int | str | None
3533
3533
  :type undo: bool | None
3534
3534
  :param edge_mode: Edge Tag, The edge flag to tag when selecting the shortest path
@@ -3549,7 +3549,7 @@ def shortest_path_pick(
3549
3549
  """
3550
3550
 
3551
3551
  def shortest_path_select(
3552
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3552
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3553
3553
  execution_context: int | str | None = None,
3554
3554
  undo: bool | None = None,
3555
3555
  *,
@@ -3564,7 +3564,7 @@ def shortest_path_select(
3564
3564
  ):
3565
3565
  """Selected shortest path between two vertices/edges/faces
3566
3566
 
3567
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3567
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3568
3568
  :type execution_context: int | str | None
3569
3569
  :type undo: bool | None
3570
3570
  :param edge_mode: Edge Tag, The edge flag to tag when selecting the shortest path
@@ -3584,7 +3584,7 @@ def shortest_path_select(
3584
3584
  """
3585
3585
 
3586
3586
  def smooth_normals(
3587
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3587
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3588
3588
  execution_context: int | str | None = None,
3589
3589
  undo: bool | None = None,
3590
3590
  *,
@@ -3592,7 +3592,7 @@ def smooth_normals(
3592
3592
  ):
3593
3593
  """Smooth custom normals based on adjacent vertex normals
3594
3594
 
3595
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3595
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3596
3596
  :type execution_context: int | str | None
3597
3597
  :type undo: bool | None
3598
3598
  :param factor: Factor, Specifies weight of smooth vs original normal
@@ -3600,7 +3600,7 @@ def smooth_normals(
3600
3600
  """
3601
3601
 
3602
3602
  def solidify(
3603
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3603
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3604
3604
  execution_context: int | str | None = None,
3605
3605
  undo: bool | None = None,
3606
3606
  *,
@@ -3608,7 +3608,7 @@ def solidify(
3608
3608
  ):
3609
3609
  """Create a solid skin by extruding, compensating for sharp angles
3610
3610
 
3611
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3611
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3612
3612
  :type execution_context: int | str | None
3613
3613
  :type undo: bool | None
3614
3614
  :param thickness: Thickness
@@ -3616,7 +3616,7 @@ def solidify(
3616
3616
  """
3617
3617
 
3618
3618
  def sort_elements(
3619
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3619
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3620
3620
  execution_context: int | str | None = None,
3621
3621
  undo: bool | None = None,
3622
3622
  *,
@@ -3636,7 +3636,7 @@ def sort_elements(
3636
3636
  ):
3637
3637
  """The order of selected vertices/edges/faces is modified, based on a given method
3638
3638
 
3639
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3639
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3640
3640
  :type execution_context: int | str | None
3641
3641
  :type undo: bool | None
3642
3642
  :param type: Type, Type of reordering operation to apply
@@ -3672,7 +3672,7 @@ def sort_elements(
3672
3672
  """
3673
3673
 
3674
3674
  def spin(
3675
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3675
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3676
3676
  execution_context: int | str | None = None,
3677
3677
  undo: bool | None = None,
3678
3678
  *,
@@ -3686,7 +3686,7 @@ def spin(
3686
3686
  ):
3687
3687
  """Extrude selected vertices in a circle around the cursor in indicated viewport
3688
3688
 
3689
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3689
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3690
3690
  :type execution_context: int | str | None
3691
3691
  :type undo: bool | None
3692
3692
  :param steps: Steps, Steps
@@ -3706,31 +3706,31 @@ def spin(
3706
3706
  """
3707
3707
 
3708
3708
  def split(
3709
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3709
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3710
3710
  execution_context: int | str | None = None,
3711
3711
  undo: bool | None = None,
3712
3712
  ):
3713
3713
  """Split off selected geometry from connected unselected geometry
3714
3714
 
3715
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3715
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3716
3716
  :type execution_context: int | str | None
3717
3717
  :type undo: bool | None
3718
3718
  """
3719
3719
 
3720
3720
  def split_normals(
3721
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3721
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3722
3722
  execution_context: int | str | None = None,
3723
3723
  undo: bool | None = None,
3724
3724
  ):
3725
3725
  """Split custom normals of selected vertices
3726
3726
 
3727
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3727
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3728
3728
  :type execution_context: int | str | None
3729
3729
  :type undo: bool | None
3730
3730
  """
3731
3731
 
3732
3732
  def subdivide(
3733
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3733
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3734
3734
  execution_context: int | str | None = None,
3735
3735
  undo: bool | None = None,
3736
3736
  *,
@@ -3745,7 +3745,7 @@ def subdivide(
3745
3745
  ):
3746
3746
  """Subdivide selected edges
3747
3747
 
3748
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3748
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3749
3749
  :type execution_context: int | str | None
3750
3750
  :type undo: bool | None
3751
3751
  :param number_cuts: Number of Cuts
@@ -3765,7 +3765,7 @@ def subdivide(
3765
3765
  """
3766
3766
 
3767
3767
  def subdivide_edgering(
3768
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3768
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3769
3769
  execution_context: int | str | None = None,
3770
3770
  undo: bool | None = None,
3771
3771
  *,
@@ -3777,7 +3777,7 @@ def subdivide_edgering(
3777
3777
  ):
3778
3778
  """Subdivide perpendicular edges to the selected edge-ring
3779
3779
 
3780
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3780
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3781
3781
  :type execution_context: int | str | None
3782
3782
  :type undo: bool | None
3783
3783
  :param number_cuts: Number of Cuts
@@ -3793,7 +3793,7 @@ def subdivide_edgering(
3793
3793
  """
3794
3794
 
3795
3795
  def symmetrize(
3796
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3796
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3797
3797
  execution_context: int | str | None = None,
3798
3798
  undo: bool | None = None,
3799
3799
  *,
@@ -3802,7 +3802,7 @@ def symmetrize(
3802
3802
  ):
3803
3803
  """Enforce symmetry (both form and topological) across an axis
3804
3804
 
3805
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3805
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3806
3806
  :type execution_context: int | str | None
3807
3807
  :type undo: bool | None
3808
3808
  :param direction: Direction, Which sides to copy from and to
@@ -3812,7 +3812,7 @@ def symmetrize(
3812
3812
  """
3813
3813
 
3814
3814
  def symmetry_snap(
3815
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3815
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3816
3816
  execution_context: int | str | None = None,
3817
3817
  undo: bool | None = None,
3818
3818
  *,
@@ -3823,7 +3823,7 @@ def symmetry_snap(
3823
3823
  ):
3824
3824
  """Snap vertex pairs to their mirrored locations
3825
3825
 
3826
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3826
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3827
3827
  :type execution_context: int | str | None
3828
3828
  :type undo: bool | None
3829
3829
  :param direction: Direction, Which sides to copy from and to
@@ -3837,7 +3837,7 @@ def symmetry_snap(
3837
3837
  """
3838
3838
 
3839
3839
  def tris_convert_to_quads(
3840
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3840
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3841
3841
  execution_context: int | str | None = None,
3842
3842
  undo: bool | None = None,
3843
3843
  *,
@@ -3851,7 +3851,7 @@ def tris_convert_to_quads(
3851
3851
  ):
3852
3852
  """Join triangles into quads
3853
3853
 
3854
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3854
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3855
3855
  :type execution_context: int | str | None
3856
3856
  :type undo: bool | None
3857
3857
  :param face_threshold: Max Face Angle, Face angle limit
@@ -3871,7 +3871,7 @@ def tris_convert_to_quads(
3871
3871
  """
3872
3872
 
3873
3873
  def unsubdivide(
3874
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3874
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3875
3875
  execution_context: int | str | None = None,
3876
3876
  undo: bool | None = None,
3877
3877
  *,
@@ -3879,7 +3879,7 @@ def unsubdivide(
3879
3879
  ):
3880
3880
  """Un-subdivide selected edges and faces
3881
3881
 
3882
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3882
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3883
3883
  :type execution_context: int | str | None
3884
3884
  :type undo: bool | None
3885
3885
  :param iterations: Iterations, Number of times to un-subdivide
@@ -3887,43 +3887,43 @@ def unsubdivide(
3887
3887
  """
3888
3888
 
3889
3889
  def uv_texture_add(
3890
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3890
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3891
3891
  execution_context: int | str | None = None,
3892
3892
  undo: bool | None = None,
3893
3893
  ):
3894
3894
  """Add UV map
3895
3895
 
3896
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3896
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3897
3897
  :type execution_context: int | str | None
3898
3898
  :type undo: bool | None
3899
3899
  """
3900
3900
 
3901
3901
  def uv_texture_remove(
3902
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3902
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3903
3903
  execution_context: int | str | None = None,
3904
3904
  undo: bool | None = None,
3905
3905
  ):
3906
3906
  """Remove UV map
3907
3907
 
3908
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3908
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3909
3909
  :type execution_context: int | str | None
3910
3910
  :type undo: bool | None
3911
3911
  """
3912
3912
 
3913
3913
  def uvs_reverse(
3914
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3914
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3915
3915
  execution_context: int | str | None = None,
3916
3916
  undo: bool | None = None,
3917
3917
  ):
3918
3918
  """Flip direction of UV coordinates inside faces
3919
3919
 
3920
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3920
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3921
3921
  :type execution_context: int | str | None
3922
3922
  :type undo: bool | None
3923
3923
  """
3924
3924
 
3925
3925
  def uvs_rotate(
3926
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3926
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3927
3927
  execution_context: int | str | None = None,
3928
3928
  undo: bool | None = None,
3929
3929
  *,
@@ -3931,7 +3931,7 @@ def uvs_rotate(
3931
3931
  ):
3932
3932
  """Rotate UV coordinates inside faces
3933
3933
 
3934
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3934
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3935
3935
  :type execution_context: int | str | None
3936
3936
  :type undo: bool | None
3937
3937
  :param use_ccw: Counter Clockwise
@@ -3939,31 +3939,31 @@ def uvs_rotate(
3939
3939
  """
3940
3940
 
3941
3941
  def vert_connect(
3942
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3942
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3943
3943
  execution_context: int | str | None = None,
3944
3944
  undo: bool | None = None,
3945
3945
  ):
3946
3946
  """Connect selected vertices of faces, splitting the face
3947
3947
 
3948
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3948
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3949
3949
  :type execution_context: int | str | None
3950
3950
  :type undo: bool | None
3951
3951
  """
3952
3952
 
3953
3953
  def vert_connect_concave(
3954
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3954
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3955
3955
  execution_context: int | str | None = None,
3956
3956
  undo: bool | None = None,
3957
3957
  ):
3958
3958
  """Make all faces convex
3959
3959
 
3960
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3960
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3961
3961
  :type execution_context: int | str | None
3962
3962
  :type undo: bool | None
3963
3963
  """
3964
3964
 
3965
3965
  def vert_connect_nonplanar(
3966
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3966
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3967
3967
  execution_context: int | str | None = None,
3968
3968
  undo: bool | None = None,
3969
3969
  *,
@@ -3971,7 +3971,7 @@ def vert_connect_nonplanar(
3971
3971
  ):
3972
3972
  """Split non-planar faces that exceed the angle threshold
3973
3973
 
3974
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3974
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3975
3975
  :type execution_context: int | str | None
3976
3976
  :type undo: bool | None
3977
3977
  :param angle_limit: Max Angle, Angle limit
@@ -3979,19 +3979,19 @@ def vert_connect_nonplanar(
3979
3979
  """
3980
3980
 
3981
3981
  def vert_connect_path(
3982
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3982
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3983
3983
  execution_context: int | str | None = None,
3984
3984
  undo: bool | None = None,
3985
3985
  ):
3986
3986
  """Connect vertices by their selection order, creating edges, splitting faces
3987
3987
 
3988
- :type override_context: bpy.types.Context | dict[str, typing.Any]
3988
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
3989
3989
  :type execution_context: int | str | None
3990
3990
  :type undo: bool | None
3991
3991
  """
3992
3992
 
3993
3993
  def vertices_smooth(
3994
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
3994
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
3995
3995
  execution_context: int | str | None = None,
3996
3996
  undo: bool | None = None,
3997
3997
  *,
@@ -4004,7 +4004,7 @@ def vertices_smooth(
4004
4004
  ):
4005
4005
  """Flatten angles of selected vertices
4006
4006
 
4007
- :type override_context: bpy.types.Context | dict[str, typing.Any]
4007
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4008
4008
  :type execution_context: int | str | None
4009
4009
  :type undo: bool | None
4010
4010
  :param factor: Smoothing, Smoothing factor
@@ -4022,7 +4022,7 @@ def vertices_smooth(
4022
4022
  """
4023
4023
 
4024
4024
  def vertices_smooth_laplacian(
4025
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
4025
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4026
4026
  execution_context: int | str | None = None,
4027
4027
  undo: bool | None = None,
4028
4028
  *,
@@ -4036,7 +4036,7 @@ def vertices_smooth_laplacian(
4036
4036
  ):
4037
4037
  """Laplacian smooth of selected vertices
4038
4038
 
4039
- :type override_context: bpy.types.Context | dict[str, typing.Any]
4039
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4040
4040
  :type execution_context: int | str | None
4041
4041
  :type undo: bool | None
4042
4042
  :param repeat: Number of iterations to smooth the mesh
@@ -4056,7 +4056,7 @@ def vertices_smooth_laplacian(
4056
4056
  """
4057
4057
 
4058
4058
  def wireframe(
4059
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
4059
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
4060
4060
  execution_context: int | str | None = None,
4061
4061
  undo: bool | None = None,
4062
4062
  *,
@@ -4071,7 +4071,7 @@ def wireframe(
4071
4071
  ):
4072
4072
  """Create a solid wireframe from faces
4073
4073
 
4074
- :type override_context: bpy.types.Context | dict[str, typing.Any]
4074
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4075
4075
  :type execution_context: int | str | None
4076
4076
  :type undo: bool | None
4077
4077
  :param use_boundary: Boundary, Inset face boundaries