fake-bpy-module 20240812__py3-none-any.whl → 20240814__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 (83) hide show
  1. bl_ui/space_view3d/__init__.pyi +31 -0
  2. bpy/ops/action/__init__.pyi +76 -76
  3. bpy/ops/anim/__init__.pyi +110 -110
  4. bpy/ops/armature/__init__.pyi +96 -96
  5. bpy/ops/asset/__init__.pyi +32 -32
  6. bpy/ops/boid/__init__.pyi +16 -16
  7. bpy/ops/brush/__init__.pyi +26 -26
  8. bpy/ops/buttons/__init__.pyi +12 -12
  9. bpy/ops/cachefile/__init__.pyi +10 -10
  10. bpy/ops/camera/__init__.pyi +4 -4
  11. bpy/ops/clip/__init__.pyi +184 -184
  12. bpy/ops/cloth/__init__.pyi +2 -2
  13. bpy/ops/collection/__init__.pyi +18 -18
  14. bpy/ops/console/__init__.pyi +42 -42
  15. bpy/ops/constraint/__init__.pyi +36 -36
  16. bpy/ops/curve/__init__.pyi +102 -102
  17. bpy/ops/curves/__init__.pyi +54 -54
  18. bpy/ops/cycles/__init__.pyi +6 -6
  19. bpy/ops/dpaint/__init__.pyi +10 -10
  20. bpy/ops/ed/__init__.pyi +24 -24
  21. bpy/ops/export_anim/__init__.pyi +2 -2
  22. bpy/ops/export_scene/__init__.pyi +4 -4
  23. bpy/ops/extensions/__init__.pyi +68 -68
  24. bpy/ops/file/__init__.pyi +80 -80
  25. bpy/ops/fluid/__init__.pyi +28 -28
  26. bpy/ops/font/__init__.pyi +46 -46
  27. bpy/ops/geometry/__init__.pyi +20 -20
  28. bpy/ops/gizmogroup/__init__.pyi +4 -4
  29. bpy/ops/gpencil/__init__.pyi +284 -284
  30. bpy/ops/graph/__init__.pyi +130 -130
  31. bpy/ops/grease_pencil/__init__.pyi +166 -166
  32. bpy/ops/image/__init__.pyi +98 -98
  33. bpy/ops/import_anim/__init__.pyi +2 -2
  34. bpy/ops/import_curve/__init__.pyi +2 -2
  35. bpy/ops/import_scene/__init__.pyi +4 -4
  36. bpy/ops/info/__init__.pyi +14 -14
  37. bpy/ops/lattice/__init__.pyi +16 -16
  38. bpy/ops/marker/__init__.pyi +22 -22
  39. bpy/ops/mask/__init__.pyi +78 -78
  40. bpy/ops/material/__init__.pyi +6 -6
  41. bpy/ops/mball/__init__.pyi +16 -16
  42. bpy/ops/mesh/__init__.pyi +326 -326
  43. bpy/ops/nla/__init__.pyi +78 -78
  44. bpy/ops/node/__init__.pyi +208 -208
  45. bpy/ops/object/__init__.pyi +473 -473
  46. bpy/ops/outliner/__init__.pyi +142 -142
  47. bpy/ops/paint/__init__.pyi +108 -108
  48. bpy/ops/paintcurve/__init__.pyi +16 -16
  49. bpy/ops/palette/__init__.pyi +14 -14
  50. bpy/ops/particle/__init__.pyi +72 -72
  51. bpy/ops/pose/__init__.pyi +102 -102
  52. bpy/ops/poselib/__init__.pyi +18 -18
  53. bpy/ops/preferences/__init__.pyi +70 -70
  54. bpy/ops/ptcache/__init__.pyi +14 -14
  55. bpy/ops/render/__init__.pyi +26 -26
  56. bpy/ops/rigidbody/__init__.pyi +26 -26
  57. bpy/ops/scene/__init__.pyi +74 -74
  58. bpy/ops/screen/__init__.pyi +78 -78
  59. bpy/ops/script/__init__.pyi +6 -6
  60. bpy/ops/sculpt/__init__.pyi +72 -72
  61. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  62. bpy/ops/sequencer/__init__.pyi +174 -174
  63. bpy/ops/sound/__init__.pyi +14 -14
  64. bpy/ops/spreadsheet/__init__.pyi +8 -8
  65. bpy/ops/surface/__init__.pyi +12 -12
  66. bpy/ops/text/__init__.pyi +86 -86
  67. bpy/ops/text_editor/__init__.pyi +2 -2
  68. bpy/ops/texture/__init__.pyi +8 -8
  69. bpy/ops/transform/__init__.pyi +54 -54
  70. bpy/ops/ui/__init__.pyi +64 -64
  71. bpy/ops/uilist/__init__.pyi +6 -6
  72. bpy/ops/uv/__init__.pyi +98 -98
  73. bpy/ops/view2d/__init__.pyi +28 -28
  74. bpy/ops/view3d/__init__.pyi +134 -134
  75. bpy/ops/wm/__init__.pyi +226 -226
  76. bpy/ops/workspace/__init__.pyi +14 -14
  77. bpy/ops/world/__init__.pyi +4 -4
  78. bpy/types/__init__.pyi +52 -36
  79. {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/METADATA +1 -1
  80. {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/RECORD +83 -83
  81. {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/WHEEL +1 -1
  82. freestyle/utils/__init__.pyi +1 -1
  83. {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/top_level.txt +0 -0
bpy/ops/uv/__init__.pyi CHANGED
@@ -9,7 +9,7 @@ GenericType1 = typing.TypeVar("GenericType1")
9
9
  GenericType2 = typing.TypeVar("GenericType2")
10
10
 
11
11
  def align(
12
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
12
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
13
13
  execution_context: int | str | None = None,
14
14
  undo: bool | None = None,
15
15
  *,
@@ -20,7 +20,7 @@ def align(
20
20
  ):
21
21
  """Aligns selected UV vertices on a line
22
22
 
23
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
23
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
24
24
  :type execution_context: int | str | None
25
25
  :type undo: bool | None
26
26
  :param axis: Axis, Axis to align UV locations on
@@ -48,7 +48,7 @@ def align(
48
48
  ...
49
49
 
50
50
  def align_rotation(
51
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
51
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
52
52
  execution_context: int | str | None = None,
53
53
  undo: bool | None = None,
54
54
  *,
@@ -58,7 +58,7 @@ def align_rotation(
58
58
  ):
59
59
  """Align the UV island's rotation
60
60
 
61
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
61
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
62
62
  :type execution_context: int | str | None
63
63
  :type undo: bool | None
64
64
  :param method: Method, Method to calculate rotation angle
@@ -90,7 +90,7 @@ def align_rotation(
90
90
  ...
91
91
 
92
92
  def average_islands_scale(
93
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
93
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
94
94
  execution_context: int | str | None = None,
95
95
  undo: bool | None = None,
96
96
  *,
@@ -99,7 +99,7 @@ def average_islands_scale(
99
99
  ):
100
100
  """Average the size of separate UV islands, based on their area in 3D space
101
101
 
102
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
102
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
103
103
  :type execution_context: int | str | None
104
104
  :type undo: bool | None
105
105
  :param scale_uv: Non-Uniform, Scale U and V independently
@@ -111,13 +111,13 @@ def average_islands_scale(
111
111
  ...
112
112
 
113
113
  def copy(
114
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
114
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
115
115
  execution_context: int | str | None = None,
116
116
  undo: bool | None = None,
117
117
  ):
118
118
  """Copy selected UV vertices
119
119
 
120
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
120
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
121
121
  :type execution_context: int | str | None
122
122
  :type undo: bool | None
123
123
  """
@@ -125,7 +125,7 @@ def copy(
125
125
  ...
126
126
 
127
127
  def cube_project(
128
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
128
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
129
129
  execution_context: int | str | None = None,
130
130
  undo: bool | None = None,
131
131
  *,
@@ -136,7 +136,7 @@ def cube_project(
136
136
  ):
137
137
  """Project the UV vertices of the mesh over the six faces of a cube
138
138
 
139
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
139
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
140
140
  :type execution_context: int | str | None
141
141
  :type undo: bool | None
142
142
  :param cube_size: Cube Size, Size of the cube to project on
@@ -152,7 +152,7 @@ def cube_project(
152
152
  ...
153
153
 
154
154
  def cursor_set(
155
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
155
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
156
156
  execution_context: int | str | None = None,
157
157
  undo: bool | None = None,
158
158
  *,
@@ -160,7 +160,7 @@ def cursor_set(
160
160
  ):
161
161
  """Set 2D cursor location
162
162
 
163
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
163
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
164
164
  :type execution_context: int | str | None
165
165
  :type undo: bool | None
166
166
  :param location: Location, Cursor location in normalized (0.0 to 1.0) coordinates
@@ -170,7 +170,7 @@ def cursor_set(
170
170
  ...
171
171
 
172
172
  def cylinder_project(
173
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
173
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
174
174
  execution_context: int | str | None = None,
175
175
  undo: bool | None = None,
176
176
  *,
@@ -186,7 +186,7 @@ def cylinder_project(
186
186
  ):
187
187
  """Project the UV vertices of the mesh over the curved wall of a cylinder
188
188
 
189
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
189
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
190
190
  :type execution_context: int | str | None
191
191
  :type undo: bool | None
192
192
  :param direction: Direction, Direction of the sphere or cylinder
@@ -231,7 +231,7 @@ def cylinder_project(
231
231
  ...
232
232
 
233
233
  def export_layout(
234
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
234
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
235
235
  execution_context: int | str | None = None,
236
236
  undo: bool | None = None,
237
237
  *,
@@ -246,7 +246,7 @@ def export_layout(
246
246
  ):
247
247
  """Export UV layout to file
248
248
 
249
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
249
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
250
250
  :type execution_context: int | str | None
251
251
  :type undo: bool | None
252
252
  :param filepath: filepath
@@ -288,7 +288,7 @@ def export_layout(
288
288
  ...
289
289
 
290
290
  def follow_active_quads(
291
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
291
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
292
292
  execution_context: int | str | None = None,
293
293
  undo: bool | None = None,
294
294
  *,
@@ -296,7 +296,7 @@ def follow_active_quads(
296
296
  ):
297
297
  """Follow UVs from active quads along continuous face loops
298
298
 
299
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
299
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
300
300
  :type execution_context: int | str | None
301
301
  :type undo: bool | None
302
302
  :param mode: Edge Length Mode, Method to space UV edge loops
@@ -315,7 +315,7 @@ def follow_active_quads(
315
315
  ...
316
316
 
317
317
  def hide(
318
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
318
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
319
319
  execution_context: int | str | None = None,
320
320
  undo: bool | None = None,
321
321
  *,
@@ -323,7 +323,7 @@ def hide(
323
323
  ):
324
324
  """Hide (un)selected UV vertices
325
325
 
326
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
326
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
327
327
  :type execution_context: int | str | None
328
328
  :type undo: bool | None
329
329
  :param unselected: Unselected, Hide unselected rather than selected
@@ -333,7 +333,7 @@ def hide(
333
333
  ...
334
334
 
335
335
  def lightmap_pack(
336
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
336
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
337
337
  execution_context: int | str | None = None,
338
338
  undo: bool | None = None,
339
339
  *,
@@ -345,7 +345,7 @@ def lightmap_pack(
345
345
  ):
346
346
  """Pack each face's UVs into the UV bounds
347
347
 
348
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
348
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
349
349
  :type execution_context: int | str | None
350
350
  :type undo: bool | None
351
351
  :param PREF_CONTEXT: Selection
@@ -369,7 +369,7 @@ def lightmap_pack(
369
369
  ...
370
370
 
371
371
  def mark_seam(
372
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
372
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
373
373
  execution_context: int | str | None = None,
374
374
  undo: bool | None = None,
375
375
  *,
@@ -377,7 +377,7 @@ def mark_seam(
377
377
  ):
378
378
  """Mark selected UV edges as seams
379
379
 
380
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
380
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
381
381
  :type execution_context: int | str | None
382
382
  :type undo: bool | None
383
383
  :param clear: Clear Seams, Clear instead of marking seams
@@ -387,7 +387,7 @@ def mark_seam(
387
387
  ...
388
388
 
389
389
  def minimize_stretch(
390
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
390
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
391
391
  execution_context: int | str | None = None,
392
392
  undo: bool | None = None,
393
393
  *,
@@ -397,7 +397,7 @@ def minimize_stretch(
397
397
  ):
398
398
  """Reduce UV stretching by relaxing angles
399
399
 
400
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
400
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
401
401
  :type execution_context: int | str | None
402
402
  :type undo: bool | None
403
403
  :param fill_holes: Fill Holes, Virtually fill holes in mesh before unwrapping, to better avoid overlaps and preserve symmetry
@@ -411,7 +411,7 @@ def minimize_stretch(
411
411
  ...
412
412
 
413
413
  def pack_islands(
414
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
414
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
415
415
  execution_context: int | str | None = None,
416
416
  undo: bool | None = None,
417
417
  *,
@@ -433,7 +433,7 @@ def pack_islands(
433
433
  ):
434
434
  """Transform all islands so that they fill up the UV/UDIM space as much as possible
435
435
 
436
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
436
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
437
437
  :type execution_context: int | str | None
438
438
  :type undo: bool | None
439
439
  :param udim_source: Pack to
@@ -515,13 +515,13 @@ def pack_islands(
515
515
  ...
516
516
 
517
517
  def paste(
518
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
518
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
519
519
  execution_context: int | str | None = None,
520
520
  undo: bool | None = None,
521
521
  ):
522
522
  """Paste selected UV vertices
523
523
 
524
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
524
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
525
525
  :type execution_context: int | str | None
526
526
  :type undo: bool | None
527
527
  """
@@ -529,7 +529,7 @@ def paste(
529
529
  ...
530
530
 
531
531
  def pin(
532
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
532
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
533
533
  execution_context: int | str | None = None,
534
534
  undo: bool | None = None,
535
535
  *,
@@ -538,7 +538,7 @@ def pin(
538
538
  ):
539
539
  """Set/clear selected UV vertices as anchored between multiple unwrap operations
540
540
 
541
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
541
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
542
542
  :type execution_context: int | str | None
543
543
  :type undo: bool | None
544
544
  :param clear: Clear, Clear pinning for the selection instead of setting it
@@ -550,7 +550,7 @@ def pin(
550
550
  ...
551
551
 
552
552
  def project_from_view(
553
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
553
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
554
554
  execution_context: int | str | None = None,
555
555
  undo: bool | None = None,
556
556
  *,
@@ -562,7 +562,7 @@ def project_from_view(
562
562
  ):
563
563
  """Project the UV vertices of the mesh as seen in current 3D view
564
564
 
565
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
565
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
566
566
  :type execution_context: int | str | None
567
567
  :type undo: bool | None
568
568
  :param orthographic: Orthographic, Use orthographic projection
@@ -580,7 +580,7 @@ def project_from_view(
580
580
  ...
581
581
 
582
582
  def randomize_uv_transform(
583
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
583
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
584
584
  execution_context: int | str | None = None,
585
585
  undo: bool | None = None,
586
586
  *,
@@ -595,7 +595,7 @@ def randomize_uv_transform(
595
595
  ):
596
596
  """Randomize the UV island's location, rotation, and scale
597
597
 
598
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
598
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
599
599
  :type execution_context: int | str | None
600
600
  :type undo: bool | None
601
601
  :param random_seed: Random Seed, Seed value for the random generator
@@ -619,7 +619,7 @@ def randomize_uv_transform(
619
619
  ...
620
620
 
621
621
  def remove_doubles(
622
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
622
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
623
623
  execution_context: int | str | None = None,
624
624
  undo: bool | None = None,
625
625
  *,
@@ -629,7 +629,7 @@ def remove_doubles(
629
629
  ):
630
630
  """Selected UV vertices that are within a radius of each other are welded together
631
631
 
632
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
632
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
633
633
  :type execution_context: int | str | None
634
634
  :type undo: bool | None
635
635
  :param threshold: Merge Distance, Maximum distance between welded vertices
@@ -643,13 +643,13 @@ def remove_doubles(
643
643
  ...
644
644
 
645
645
  def reset(
646
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
646
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
647
647
  execution_context: int | str | None = None,
648
648
  undo: bool | None = None,
649
649
  ):
650
650
  """Reset UV projection
651
651
 
652
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
652
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
653
653
  :type execution_context: int | str | None
654
654
  :type undo: bool | None
655
655
  """
@@ -657,7 +657,7 @@ def reset(
657
657
  ...
658
658
 
659
659
  def reveal(
660
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
660
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
661
661
  execution_context: int | str | None = None,
662
662
  undo: bool | None = None,
663
663
  *,
@@ -665,7 +665,7 @@ def reveal(
665
665
  ):
666
666
  """Reveal all hidden UV vertices
667
667
 
668
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
668
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
669
669
  :type execution_context: int | str | None
670
670
  :type undo: bool | None
671
671
  :param select: Select
@@ -675,7 +675,7 @@ def reveal(
675
675
  ...
676
676
 
677
677
  def rip(
678
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
678
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
679
679
  execution_context: int | str | None = None,
680
680
  undo: bool | None = None,
681
681
  *,
@@ -686,7 +686,7 @@ def rip(
686
686
  ):
687
687
  """Rip selected vertices or a selected region
688
688
 
689
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
689
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
690
690
  :type execution_context: int | str | None
691
691
  :type undo: bool | None
692
692
  :param mirror: Mirror Editing
@@ -702,7 +702,7 @@ def rip(
702
702
  ...
703
703
 
704
704
  def rip_move(
705
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
705
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
706
706
  execution_context: int | str | None = None,
707
707
  undo: bool | None = None,
708
708
  *,
@@ -711,7 +711,7 @@ def rip_move(
711
711
  ):
712
712
  """Unstitch UVs and move the result
713
713
 
714
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
714
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
715
715
  :type execution_context: int | str | None
716
716
  :type undo: bool | None
717
717
  :param UV_OT_rip: UV Rip, Rip selected vertices or a selected region
@@ -723,7 +723,7 @@ def rip_move(
723
723
  ...
724
724
 
725
725
  def seams_from_islands(
726
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
726
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
727
727
  execution_context: int | str | None = None,
728
728
  undo: bool | None = None,
729
729
  *,
@@ -732,7 +732,7 @@ def seams_from_islands(
732
732
  ):
733
733
  """Set mesh seams according to island setup in the UV editor
734
734
 
735
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
735
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
736
736
  :type execution_context: int | str | None
737
737
  :type undo: bool | None
738
738
  :param mark_seams: Mark Seams, Mark boundary edges as seams
@@ -744,7 +744,7 @@ def seams_from_islands(
744
744
  ...
745
745
 
746
746
  def select(
747
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
747
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
748
748
  execution_context: int | str | None = None,
749
749
  undo: bool | None = None,
750
750
  *,
@@ -757,7 +757,7 @@ def select(
757
757
  ):
758
758
  """Select UV vertices
759
759
 
760
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
760
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
761
761
  :type execution_context: int | str | None
762
762
  :type undo: bool | None
763
763
  :param extend: Extend, Extend selection instead of deselecting everything first
@@ -777,7 +777,7 @@ def select(
777
777
  ...
778
778
 
779
779
  def select_all(
780
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
780
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
781
781
  execution_context: int | str | None = None,
782
782
  undo: bool | None = None,
783
783
  *,
@@ -785,7 +785,7 @@ def select_all(
785
785
  ):
786
786
  """Change selection of all UV vertices
787
787
 
788
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
788
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
789
789
  :type execution_context: int | str | None
790
790
  :type undo: bool | None
791
791
  :param action: Action, Selection action to execute
@@ -807,7 +807,7 @@ def select_all(
807
807
  ...
808
808
 
809
809
  def select_box(
810
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
810
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
811
811
  execution_context: int | str | None = None,
812
812
  undo: bool | None = None,
813
813
  *,
@@ -821,7 +821,7 @@ def select_box(
821
821
  ):
822
822
  """Select UV vertices using box selection
823
823
 
824
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
824
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
825
825
  :type execution_context: int | str | None
826
826
  :type undo: bool | None
827
827
  :param pinned: Pinned, Border select pinned UVs only
@@ -852,7 +852,7 @@ def select_box(
852
852
  ...
853
853
 
854
854
  def select_circle(
855
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
855
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
856
856
  execution_context: int | str | None = None,
857
857
  undo: bool | None = None,
858
858
  *,
@@ -864,7 +864,7 @@ def select_circle(
864
864
  ):
865
865
  """Select UV vertices using circle selection
866
866
 
867
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
867
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
868
868
  :type execution_context: int | str | None
869
869
  :type undo: bool | None
870
870
  :param x: X
@@ -891,7 +891,7 @@ def select_circle(
891
891
  ...
892
892
 
893
893
  def select_edge_ring(
894
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
894
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
895
895
  execution_context: int | str | None = None,
896
896
  undo: bool | None = None,
897
897
  *,
@@ -900,7 +900,7 @@ def select_edge_ring(
900
900
  ):
901
901
  """Select an edge ring of connected UV vertices
902
902
 
903
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
903
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
904
904
  :type execution_context: int | str | None
905
905
  :type undo: bool | None
906
906
  :param extend: Extend, Extend selection rather than clearing the existing selection
@@ -912,7 +912,7 @@ def select_edge_ring(
912
912
  ...
913
913
 
914
914
  def select_lasso(
915
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
915
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
916
916
  execution_context: int | str | None = None,
917
917
  undo: bool | None = None,
918
918
  *,
@@ -924,7 +924,7 @@ def select_lasso(
924
924
  ):
925
925
  """Select UVs using lasso selection
926
926
 
927
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
927
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
928
928
  :type execution_context: int | str | None
929
929
  :type undo: bool | None
930
930
  :param path: Path
@@ -951,13 +951,13 @@ def select_lasso(
951
951
  ...
952
952
 
953
953
  def select_less(
954
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
954
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
955
955
  execution_context: int | str | None = None,
956
956
  undo: bool | None = None,
957
957
  ):
958
958
  """Deselect UV vertices at the boundary of each selection region
959
959
 
960
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
960
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
961
961
  :type execution_context: int | str | None
962
962
  :type undo: bool | None
963
963
  """
@@ -965,13 +965,13 @@ def select_less(
965
965
  ...
966
966
 
967
967
  def select_linked(
968
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
968
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
969
969
  execution_context: int | str | None = None,
970
970
  undo: bool | None = None,
971
971
  ):
972
972
  """Select all UV vertices linked to the active UV map
973
973
 
974
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
974
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
975
975
  :type execution_context: int | str | None
976
976
  :type undo: bool | None
977
977
  """
@@ -979,7 +979,7 @@ def select_linked(
979
979
  ...
980
980
 
981
981
  def select_linked_pick(
982
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
982
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
983
983
  execution_context: int | str | None = None,
984
984
  undo: bool | None = None,
985
985
  *,
@@ -989,7 +989,7 @@ def select_linked_pick(
989
989
  ):
990
990
  """Select all UV vertices linked under the mouse
991
991
 
992
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
992
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
993
993
  :type execution_context: int | str | None
994
994
  :type undo: bool | None
995
995
  :param extend: Extend, Extend selection rather than clearing the existing selection
@@ -1003,7 +1003,7 @@ def select_linked_pick(
1003
1003
  ...
1004
1004
 
1005
1005
  def select_loop(
1006
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1006
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1007
1007
  execution_context: int | str | None = None,
1008
1008
  undo: bool | None = None,
1009
1009
  *,
@@ -1012,7 +1012,7 @@ def select_loop(
1012
1012
  ):
1013
1013
  """Select a loop of connected UV vertices
1014
1014
 
1015
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1015
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1016
1016
  :type execution_context: int | str | None
1017
1017
  :type undo: bool | None
1018
1018
  :param extend: Extend, Extend selection rather than clearing the existing selection
@@ -1024,7 +1024,7 @@ def select_loop(
1024
1024
  ...
1025
1025
 
1026
1026
  def select_mode(
1027
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1027
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1028
1028
  execution_context: int | str | None = None,
1029
1029
  undo: bool | None = None,
1030
1030
  *,
@@ -1032,7 +1032,7 @@ def select_mode(
1032
1032
  ):
1033
1033
  """Change UV selection mode
1034
1034
 
1035
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1035
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1036
1036
  :type execution_context: int | str | None
1037
1037
  :type undo: bool | None
1038
1038
  :param type: Type
@@ -1042,13 +1042,13 @@ def select_mode(
1042
1042
  ...
1043
1043
 
1044
1044
  def select_more(
1045
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1045
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1046
1046
  execution_context: int | str | None = None,
1047
1047
  undo: bool | None = None,
1048
1048
  ):
1049
1049
  """Select more UV vertices connected to initial selection
1050
1050
 
1051
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1051
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1052
1052
  :type execution_context: int | str | None
1053
1053
  :type undo: bool | None
1054
1054
  """
@@ -1056,7 +1056,7 @@ def select_more(
1056
1056
  ...
1057
1057
 
1058
1058
  def select_overlap(
1059
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1059
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1060
1060
  execution_context: int | str | None = None,
1061
1061
  undo: bool | None = None,
1062
1062
  *,
@@ -1064,7 +1064,7 @@ def select_overlap(
1064
1064
  ):
1065
1065
  """Select all UV faces which overlap each other
1066
1066
 
1067
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1067
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1068
1068
  :type execution_context: int | str | None
1069
1069
  :type undo: bool | None
1070
1070
  :param extend: Extend, Extend selection rather than clearing the existing selection
@@ -1074,13 +1074,13 @@ def select_overlap(
1074
1074
  ...
1075
1075
 
1076
1076
  def select_pinned(
1077
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1077
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1078
1078
  execution_context: int | str | None = None,
1079
1079
  undo: bool | None = None,
1080
1080
  ):
1081
1081
  """Select all pinned UV vertices
1082
1082
 
1083
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1083
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1084
1084
  :type execution_context: int | str | None
1085
1085
  :type undo: bool | None
1086
1086
  """
@@ -1088,7 +1088,7 @@ def select_pinned(
1088
1088
  ...
1089
1089
 
1090
1090
  def select_similar(
1091
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1091
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1092
1092
  execution_context: int | str | None = None,
1093
1093
  undo: bool | None = None,
1094
1094
  *,
@@ -1110,7 +1110,7 @@ def select_similar(
1110
1110
  ):
1111
1111
  """Select similar UVs by property types
1112
1112
 
1113
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1113
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1114
1114
  :type execution_context: int | str | None
1115
1115
  :type undo: bool | None
1116
1116
  :param type: Type
@@ -1124,13 +1124,13 @@ def select_similar(
1124
1124
  ...
1125
1125
 
1126
1126
  def select_split(
1127
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1127
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1128
1128
  execution_context: int | str | None = None,
1129
1129
  undo: bool | None = None,
1130
1130
  ):
1131
1131
  """Select only entirely selected faces
1132
1132
 
1133
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1133
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1134
1134
  :type execution_context: int | str | None
1135
1135
  :type undo: bool | None
1136
1136
  """
@@ -1138,7 +1138,7 @@ def select_split(
1138
1138
  ...
1139
1139
 
1140
1140
  def shortest_path_pick(
1141
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1141
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1142
1142
  execution_context: int | str | None = None,
1143
1143
  undo: bool | None = None,
1144
1144
  *,
@@ -1153,7 +1153,7 @@ def shortest_path_pick(
1153
1153
  ):
1154
1154
  """Select shortest path between two selections
1155
1155
 
1156
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1156
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1157
1157
  :type execution_context: int | str | None
1158
1158
  :type undo: bool | None
1159
1159
  :param use_face_step: Face Stepping, Traverse connected faces (includes diagonals and edge-rings)
@@ -1175,7 +1175,7 @@ def shortest_path_pick(
1175
1175
  ...
1176
1176
 
1177
1177
  def shortest_path_select(
1178
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1178
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1179
1179
  execution_context: int | str | None = None,
1180
1180
  undo: bool | None = None,
1181
1181
  *,
@@ -1188,7 +1188,7 @@ def shortest_path_select(
1188
1188
  ):
1189
1189
  """Selected shortest path between two vertices/edges/faces
1190
1190
 
1191
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1191
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1192
1192
  :type execution_context: int | str | None
1193
1193
  :type undo: bool | None
1194
1194
  :param use_face_step: Face Stepping, Traverse connected faces (includes diagonals and edge-rings)
@@ -1208,7 +1208,7 @@ def shortest_path_select(
1208
1208
  ...
1209
1209
 
1210
1210
  def smart_project(
1211
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1211
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1212
1212
  execution_context: int | str | None = None,
1213
1213
  undo: bool | None = None,
1214
1214
  *,
@@ -1223,7 +1223,7 @@ def smart_project(
1223
1223
  ):
1224
1224
  """Projection unwraps the selected faces of mesh objects
1225
1225
 
1226
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1226
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1227
1227
  :type execution_context: int | str | None
1228
1228
  :type undo: bool | None
1229
1229
  :param angle_limit: Angle Limit, Lower for more projection groups, higher for less distortion
@@ -1263,7 +1263,7 @@ def smart_project(
1263
1263
  ...
1264
1264
 
1265
1265
  def snap_cursor(
1266
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1266
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1267
1267
  execution_context: int | str | None = None,
1268
1268
  undo: bool | None = None,
1269
1269
  *,
@@ -1271,7 +1271,7 @@ def snap_cursor(
1271
1271
  ):
1272
1272
  """Snap cursor to target type
1273
1273
 
1274
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1274
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1275
1275
  :type execution_context: int | str | None
1276
1276
  :type undo: bool | None
1277
1277
  :param target: Target, Target to snap the selected UVs to
@@ -1281,7 +1281,7 @@ def snap_cursor(
1281
1281
  ...
1282
1282
 
1283
1283
  def snap_selected(
1284
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1284
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1285
1285
  execution_context: int | str | None = None,
1286
1286
  undo: bool | None = None,
1287
1287
  *,
@@ -1290,7 +1290,7 @@ def snap_selected(
1290
1290
  ):
1291
1291
  """Snap selected UV vertices to target type
1292
1292
 
1293
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1293
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1294
1294
  :type execution_context: int | str | None
1295
1295
  :type undo: bool | None
1296
1296
  :param target: Target, Target to snap the selected UVs to
@@ -1300,7 +1300,7 @@ def snap_selected(
1300
1300
  ...
1301
1301
 
1302
1302
  def sphere_project(
1303
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1303
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1304
1304
  execution_context: int | str | None = None,
1305
1305
  undo: bool | None = None,
1306
1306
  *,
@@ -1315,7 +1315,7 @@ def sphere_project(
1315
1315
  ):
1316
1316
  """Project the UV vertices of the mesh over the curved surface of a sphere
1317
1317
 
1318
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1318
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1319
1319
  :type execution_context: int | str | None
1320
1320
  :type undo: bool | None
1321
1321
  :param direction: Direction, Direction of the sphere or cylinder
@@ -1358,7 +1358,7 @@ def sphere_project(
1358
1358
  ...
1359
1359
 
1360
1360
  def stitch(
1361
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1361
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1362
1362
  execution_context: int | str | None = None,
1363
1363
  undo: bool | None = None,
1364
1364
  *,
@@ -1376,7 +1376,7 @@ def stitch(
1376
1376
  ):
1377
1377
  """Stitch selected UV vertices by proximity
1378
1378
 
1379
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1379
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1380
1380
  :type execution_context: int | str | None
1381
1381
  :type undo: bool | None
1382
1382
  :param use_limit: Use Limit, Stitch UVs within a specified limit distance
@@ -1406,7 +1406,7 @@ def stitch(
1406
1406
  ...
1407
1407
 
1408
1408
  def unwrap(
1409
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1409
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1410
1410
  execution_context: int | str | None = None,
1411
1411
  undo: bool | None = None,
1412
1412
  *,
@@ -1419,7 +1419,7 @@ def unwrap(
1419
1419
  ):
1420
1420
  """Unwrap the mesh of the object being edited
1421
1421
 
1422
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1422
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1423
1423
  :type execution_context: int | str | None
1424
1424
  :type undo: bool | None
1425
1425
  :param method: Method, Unwrapping method (Angle Based usually gives better results than Conformal, while being somewhat slower)
@@ -1448,13 +1448,13 @@ def unwrap(
1448
1448
  ...
1449
1449
 
1450
1450
  def weld(
1451
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1451
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1452
1452
  execution_context: int | str | None = None,
1453
1453
  undo: bool | None = None,
1454
1454
  ):
1455
1455
  """Weld selected UV vertices together
1456
1456
 
1457
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1457
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1458
1458
  :type execution_context: int | str | None
1459
1459
  :type undo: bool | None
1460
1460
  """