fake-bpy-module 20240531__py3-none-any.whl → 20240604__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (107) hide show
  1. aud/__init__.pyi +4 -4
  2. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
  3. bl_ui/space_sequencer/__init__.pyi +14 -0
  4. bl_ui/space_userpref/__init__.pyi +234 -0
  5. bl_ui/space_view3d/__init__.pyi +810 -0
  6. blf/__init__.pyi +4 -4
  7. bmesh/ops/__init__.pyi +97 -82
  8. bmesh/types/__init__.pyi +43 -40
  9. bmesh/utils/__init__.pyi +2 -4
  10. bpy/ops/action/__init__.pyi +152 -152
  11. bpy/ops/anim/__init__.pyi +216 -216
  12. bpy/ops/armature/__init__.pyi +192 -192
  13. bpy/ops/asset/__init__.pyi +64 -64
  14. bpy/ops/boid/__init__.pyi +32 -32
  15. bpy/ops/brush/__init__.pyi +36 -36
  16. bpy/ops/buttons/__init__.pyi +24 -24
  17. bpy/ops/cachefile/__init__.pyi +20 -20
  18. bpy/ops/camera/__init__.pyi +8 -8
  19. bpy/ops/clip/__init__.pyi +368 -368
  20. bpy/ops/cloth/__init__.pyi +4 -4
  21. bpy/ops/collection/__init__.pyi +36 -36
  22. bpy/ops/console/__init__.pyi +84 -84
  23. bpy/ops/constraint/__init__.pyi +72 -72
  24. bpy/ops/curve/__init__.pyi +204 -204
  25. bpy/ops/curves/__init__.pyi +108 -108
  26. bpy/ops/cycles/__init__.pyi +12 -12
  27. bpy/ops/dpaint/__init__.pyi +20 -20
  28. bpy/ops/ed/__init__.pyi +48 -48
  29. bpy/ops/export_anim/__init__.pyi +4 -4
  30. bpy/ops/export_scene/__init__.pyi +8 -8
  31. bpy/ops/extensions/__init__.pyi +130 -110
  32. bpy/ops/file/__init__.pyi +160 -160
  33. bpy/ops/fluid/__init__.pyi +56 -56
  34. bpy/ops/font/__init__.pyi +92 -92
  35. bpy/ops/geometry/__init__.pyi +40 -40
  36. bpy/ops/gizmogroup/__init__.pyi +8 -8
  37. bpy/ops/gpencil/__init__.pyi +600 -600
  38. bpy/ops/graph/__init__.pyi +260 -260
  39. bpy/ops/grease_pencil/__init__.pyi +292 -292
  40. bpy/ops/image/__init__.pyi +192 -192
  41. bpy/ops/import_anim/__init__.pyi +4 -4
  42. bpy/ops/import_curve/__init__.pyi +4 -4
  43. bpy/ops/import_scene/__init__.pyi +8 -8
  44. bpy/ops/info/__init__.pyi +28 -28
  45. bpy/ops/lattice/__init__.pyi +32 -32
  46. bpy/ops/marker/__init__.pyi +44 -44
  47. bpy/ops/mask/__init__.pyi +156 -156
  48. bpy/ops/material/__init__.pyi +12 -12
  49. bpy/ops/mball/__init__.pyi +32 -32
  50. bpy/ops/mesh/__init__.pyi +652 -652
  51. bpy/ops/nla/__init__.pyi +156 -156
  52. bpy/ops/node/__init__.pyi +450 -404
  53. bpy/ops/object/__init__.pyi +984 -987
  54. bpy/ops/outliner/__init__.pyi +284 -284
  55. bpy/ops/paint/__init__.pyi +220 -220
  56. bpy/ops/paintcurve/__init__.pyi +32 -32
  57. bpy/ops/palette/__init__.pyi +28 -28
  58. bpy/ops/particle/__init__.pyi +144 -144
  59. bpy/ops/pose/__init__.pyi +156 -156
  60. bpy/ops/poselib/__init__.pyi +36 -36
  61. bpy/ops/preferences/__init__.pyi +151 -148
  62. bpy/ops/ptcache/__init__.pyi +28 -28
  63. bpy/ops/render/__init__.pyi +48 -48
  64. bpy/ops/rigidbody/__init__.pyi +52 -52
  65. bpy/ops/scene/__init__.pyi +156 -156
  66. bpy/ops/screen/__init__.pyi +156 -156
  67. bpy/ops/script/__init__.pyi +12 -12
  68. bpy/ops/sculpt/__init__.pyi +144 -144
  69. bpy/ops/sculpt_curves/__init__.pyi +16 -16
  70. bpy/ops/sequencer/__init__.pyi +364 -340
  71. bpy/ops/sound/__init__.pyi +28 -28
  72. bpy/ops/spreadsheet/__init__.pyi +16 -16
  73. bpy/ops/surface/__init__.pyi +24 -24
  74. bpy/ops/text/__init__.pyi +172 -172
  75. bpy/ops/text_editor/__init__.pyi +4 -4
  76. bpy/ops/texture/__init__.pyi +16 -16
  77. bpy/ops/transform/__init__.pyi +111 -108
  78. bpy/ops/ui/__init__.pyi +132 -132
  79. bpy/ops/uilist/__init__.pyi +12 -12
  80. bpy/ops/uv/__init__.pyi +196 -196
  81. bpy/ops/view2d/__init__.pyi +56 -56
  82. bpy/ops/view3d/__init__.pyi +268 -268
  83. bpy/ops/wm/__init__.pyi +475 -448
  84. bpy/ops/workspace/__init__.pyi +28 -28
  85. bpy/ops/world/__init__.pyi +8 -8
  86. bpy/path/__init__.pyi +18 -18
  87. bpy/props/__init__.pyi +11 -11
  88. bpy/types/__init__.pyi +2136 -1798
  89. bpy/utils/__init__.pyi +4 -4
  90. bpy_extras/anim_utils/__init__.pyi +4 -4
  91. bpy_extras/io_utils/__init__.pyi +4 -4
  92. bpy_extras/mesh_utils/__init__.pyi +4 -4
  93. bpy_extras/view3d_utils/__init__.pyi +24 -20
  94. bpy_types/__init__.pyi +12 -7
  95. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/METADATA +1 -1
  96. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/RECORD +107 -107
  97. freestyle/types/__init__.pyi +64 -64
  98. freestyle/utils/__init__.pyi +2 -2
  99. gpu/matrix/__init__.pyi +15 -6
  100. gpu/state/__init__.pyi +2 -2
  101. gpu/types/__init__.pyi +6 -4
  102. gpu_extras/presets/__init__.pyi +8 -4
  103. imbuf/__init__.pyi +4 -4
  104. mathutils/__init__.pyi +292 -187
  105. mathutils/geometry/__init__.pyi +2 -5
  106. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/WHEEL +0 -0
  107. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/top_level.txt +0 -0
bpy/ops/uv/__init__.pyi CHANGED
@@ -7,16 +7,16 @@ GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
9
  def align(
10
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
11
- execution_context: str | int | None = None,
10
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
11
+ execution_context: int | str | None = None,
12
12
  undo: bool | None = None,
13
13
  *,
14
14
  axis: str | None = "ALIGN_AUTO",
15
15
  ):
16
16
  """Aligns selected UV vertices on a line
17
17
 
18
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
19
- :type execution_context: str | int | None
18
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
19
+ :type execution_context: int | str | None
20
20
  :type undo: bool | None
21
21
  :param axis: Axis, Axis to align UV locations on
22
22
 
@@ -43,8 +43,8 @@ def align(
43
43
  ...
44
44
 
45
45
  def align_rotation(
46
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
47
- execution_context: str | int | None = None,
46
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
47
+ execution_context: int | str | None = None,
48
48
  undo: bool | None = None,
49
49
  *,
50
50
  method: str | None = "AUTO",
@@ -53,8 +53,8 @@ def align_rotation(
53
53
  ):
54
54
  """Align the UV island's rotation
55
55
 
56
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
57
- :type execution_context: str | int | None
56
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
57
+ :type execution_context: int | str | None
58
58
  :type undo: bool | None
59
59
  :param method: Method, Method to calculate rotation angle
60
60
 
@@ -85,8 +85,8 @@ def align_rotation(
85
85
  ...
86
86
 
87
87
  def average_islands_scale(
88
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
89
- execution_context: str | int | None = None,
88
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
89
+ execution_context: int | str | None = None,
90
90
  undo: bool | None = None,
91
91
  *,
92
92
  scale_uv: bool | typing.Any | None = False,
@@ -94,8 +94,8 @@ def average_islands_scale(
94
94
  ):
95
95
  """Average the size of separate UV islands, based on their area in 3D space
96
96
 
97
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
98
- :type execution_context: str | int | None
97
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
98
+ :type execution_context: int | str | None
99
99
  :type undo: bool | None
100
100
  :param scale_uv: Non-Uniform, Scale U and V independently
101
101
  :type scale_uv: bool | typing.Any | None
@@ -106,22 +106,22 @@ def average_islands_scale(
106
106
  ...
107
107
 
108
108
  def copy(
109
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
110
- execution_context: str | int | None = None,
109
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
110
+ execution_context: int | str | None = None,
111
111
  undo: bool | None = None,
112
112
  ):
113
113
  """Copy selected UV vertices
114
114
 
115
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
116
- :type execution_context: str | int | None
115
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
116
+ :type execution_context: int | str | None
117
117
  :type undo: bool | None
118
118
  """
119
119
 
120
120
  ...
121
121
 
122
122
  def cube_project(
123
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
124
- execution_context: str | int | None = None,
123
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
124
+ execution_context: int | str | None = None,
125
125
  undo: bool | None = None,
126
126
  *,
127
127
  cube_size: typing.Any | None = 1.0,
@@ -131,8 +131,8 @@ def cube_project(
131
131
  ):
132
132
  """Project the UV vertices of the mesh over the six faces of a cube
133
133
 
134
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
135
- :type execution_context: str | int | None
134
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
135
+ :type execution_context: int | str | None
136
136
  :type undo: bool | None
137
137
  :param cube_size: Cube Size, Size of the cube to project on
138
138
  :type cube_size: typing.Any | None
@@ -147,16 +147,16 @@ def cube_project(
147
147
  ...
148
148
 
149
149
  def cursor_set(
150
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
151
- execution_context: str | int | None = None,
150
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
151
+ execution_context: int | str | None = None,
152
152
  undo: bool | None = None,
153
153
  *,
154
154
  location: typing.Any | None = (0.0, 0.0),
155
155
  ):
156
156
  """Set 2D cursor location
157
157
 
158
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
159
- :type execution_context: str | int | None
158
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
159
+ :type execution_context: int | str | None
160
160
  :type undo: bool | None
161
161
  :param location: Location, Cursor location in normalized (0.0 to 1.0) coordinates
162
162
  :type location: typing.Any | None
@@ -165,8 +165,8 @@ def cursor_set(
165
165
  ...
166
166
 
167
167
  def cylinder_project(
168
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
169
- execution_context: str | int | None = None,
168
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
169
+ execution_context: int | str | None = None,
170
170
  undo: bool | None = None,
171
171
  *,
172
172
  direction: str | None = "VIEW_ON_EQUATOR",
@@ -180,8 +180,8 @@ def cylinder_project(
180
180
  ):
181
181
  """Project the UV vertices of the mesh over the curved wall of a cylinder
182
182
 
183
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
184
- :type execution_context: str | int | None
183
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
184
+ :type execution_context: int | str | None
185
185
  :type undo: bool | None
186
186
  :param direction: Direction, Direction of the sphere or cylinder
187
187
 
@@ -225,8 +225,8 @@ def cylinder_project(
225
225
  ...
226
226
 
227
227
  def export_layout(
228
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
229
- execution_context: str | int | None = None,
228
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
229
+ execution_context: int | str | None = None,
230
230
  undo: bool | None = None,
231
231
  *,
232
232
  filepath: str | typing.Any = "",
@@ -240,8 +240,8 @@ def export_layout(
240
240
  ):
241
241
  """Export UV layout to file
242
242
 
243
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
244
- :type execution_context: str | int | None
243
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
244
+ :type execution_context: int | str | None
245
245
  :type undo: bool | None
246
246
  :param filepath: filepath
247
247
  :type filepath: str | typing.Any
@@ -282,16 +282,16 @@ def export_layout(
282
282
  ...
283
283
 
284
284
  def follow_active_quads(
285
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
286
- execution_context: str | int | None = None,
285
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
286
+ execution_context: int | str | None = None,
287
287
  undo: bool | None = None,
288
288
  *,
289
289
  mode: str | None = "LENGTH_AVERAGE",
290
290
  ):
291
291
  """Follow UVs from active quads along continuous face loops
292
292
 
293
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
294
- :type execution_context: str | int | None
293
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
294
+ :type execution_context: int | str | None
295
295
  :type undo: bool | None
296
296
  :param mode: Edge Length Mode, Method to space UV edge loops
297
297
 
@@ -309,16 +309,16 @@ def follow_active_quads(
309
309
  ...
310
310
 
311
311
  def hide(
312
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
313
- execution_context: str | int | None = None,
312
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
313
+ execution_context: int | str | None = None,
314
314
  undo: bool | None = None,
315
315
  *,
316
316
  unselected: bool | typing.Any | None = False,
317
317
  ):
318
318
  """Hide (un)selected UV vertices
319
319
 
320
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
321
- :type execution_context: str | int | None
320
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
321
+ :type execution_context: int | str | None
322
322
  :type undo: bool | None
323
323
  :param unselected: Unselected, Hide unselected rather than selected
324
324
  :type unselected: bool | typing.Any | None
@@ -327,8 +327,8 @@ def hide(
327
327
  ...
328
328
 
329
329
  def lightmap_pack(
330
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
331
- execution_context: str | int | None = None,
330
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
331
+ execution_context: int | str | None = None,
332
332
  undo: bool | None = None,
333
333
  *,
334
334
  PREF_CONTEXT: str | None = "SEL_FACES",
@@ -339,8 +339,8 @@ def lightmap_pack(
339
339
  ):
340
340
  """Pack each face's UVs into the UV bounds
341
341
 
342
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
343
- :type execution_context: str | int | None
342
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
343
+ :type execution_context: int | str | None
344
344
  :type undo: bool | None
345
345
  :param PREF_CONTEXT: Selection
346
346
 
@@ -363,16 +363,16 @@ def lightmap_pack(
363
363
  ...
364
364
 
365
365
  def mark_seam(
366
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
367
- execution_context: str | int | None = None,
366
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
367
+ execution_context: int | str | None = None,
368
368
  undo: bool | None = None,
369
369
  *,
370
370
  clear: bool | typing.Any | None = False,
371
371
  ):
372
372
  """Mark selected UV edges as seams
373
373
 
374
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
375
- :type execution_context: str | int | None
374
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
375
+ :type execution_context: int | str | None
376
376
  :type undo: bool | None
377
377
  :param clear: Clear Seams, Clear instead of marking seams
378
378
  :type clear: bool | typing.Any | None
@@ -381,8 +381,8 @@ def mark_seam(
381
381
  ...
382
382
 
383
383
  def minimize_stretch(
384
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
385
- execution_context: str | int | None = None,
384
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
385
+ execution_context: int | str | None = None,
386
386
  undo: bool | None = None,
387
387
  *,
388
388
  fill_holes: bool | typing.Any | None = True,
@@ -391,8 +391,8 @@ def minimize_stretch(
391
391
  ):
392
392
  """Reduce UV stretching by relaxing angles
393
393
 
394
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
395
- :type execution_context: str | int | None
394
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
395
+ :type execution_context: int | str | None
396
396
  :type undo: bool | None
397
397
  :param fill_holes: Fill Holes, Virtually fill holes in mesh before unwrapping, to better avoid overlaps and preserve symmetry
398
398
  :type fill_holes: bool | typing.Any | None
@@ -405,8 +405,8 @@ def minimize_stretch(
405
405
  ...
406
406
 
407
407
  def pack_islands(
408
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
409
- execution_context: str | int | None = None,
408
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
409
+ execution_context: int | str | None = None,
410
410
  undo: bool | None = None,
411
411
  *,
412
412
  udim_source: str | None = "CLOSEST_UDIM",
@@ -422,8 +422,8 @@ def pack_islands(
422
422
  ):
423
423
  """Transform all islands so that they fill up the UV/UDIM space as much as possible
424
424
 
425
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
426
- :type execution_context: str | int | None
425
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
426
+ :type execution_context: int | str | None
427
427
  :type undo: bool | None
428
428
  :param udim_source: Pack to
429
429
 
@@ -504,22 +504,22 @@ def pack_islands(
504
504
  ...
505
505
 
506
506
  def paste(
507
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
508
- execution_context: str | int | None = None,
507
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
508
+ execution_context: int | str | None = None,
509
509
  undo: bool | None = None,
510
510
  ):
511
511
  """Paste selected UV vertices
512
512
 
513
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
514
- :type execution_context: str | int | None
513
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
514
+ :type execution_context: int | str | None
515
515
  :type undo: bool | None
516
516
  """
517
517
 
518
518
  ...
519
519
 
520
520
  def pin(
521
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
522
- execution_context: str | int | None = None,
521
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
522
+ execution_context: int | str | None = None,
523
523
  undo: bool | None = None,
524
524
  *,
525
525
  clear: bool | typing.Any | None = False,
@@ -527,8 +527,8 @@ def pin(
527
527
  ):
528
528
  """Set/clear selected UV vertices as anchored between multiple unwrap operations
529
529
 
530
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
531
- :type execution_context: str | int | None
530
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
531
+ :type execution_context: int | str | None
532
532
  :type undo: bool | None
533
533
  :param clear: Clear, Clear pinning for the selection instead of setting it
534
534
  :type clear: bool | typing.Any | None
@@ -539,8 +539,8 @@ def pin(
539
539
  ...
540
540
 
541
541
  def project_from_view(
542
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
543
- execution_context: str | int | None = None,
542
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
543
+ execution_context: int | str | None = None,
544
544
  undo: bool | None = None,
545
545
  *,
546
546
  orthographic: bool | typing.Any | None = False,
@@ -551,8 +551,8 @@ def project_from_view(
551
551
  ):
552
552
  """Project the UV vertices of the mesh as seen in current 3D view
553
553
 
554
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
555
- :type execution_context: str | int | None
554
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
555
+ :type execution_context: int | str | None
556
556
  :type undo: bool | None
557
557
  :param orthographic: Orthographic, Use orthographic projection
558
558
  :type orthographic: bool | typing.Any | None
@@ -569,8 +569,8 @@ def project_from_view(
569
569
  ...
570
570
 
571
571
  def randomize_uv_transform(
572
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
573
- execution_context: str | int | None = None,
572
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
573
+ execution_context: int | str | None = None,
574
574
  undo: bool | None = None,
575
575
  *,
576
576
  random_seed: typing.Any | None = 0,
@@ -584,8 +584,8 @@ def randomize_uv_transform(
584
584
  ):
585
585
  """Randomize the UV island's location, rotation, and scale
586
586
 
587
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
588
- :type execution_context: str | int | None
587
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
588
+ :type execution_context: int | str | None
589
589
  :type undo: bool | None
590
590
  :param random_seed: Random Seed, Seed value for the random generator
591
591
  :type random_seed: typing.Any | None
@@ -608,8 +608,8 @@ def randomize_uv_transform(
608
608
  ...
609
609
 
610
610
  def remove_doubles(
611
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
612
- execution_context: str | int | None = None,
611
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
612
+ execution_context: int | str | None = None,
613
613
  undo: bool | None = None,
614
614
  *,
615
615
  threshold: typing.Any | None = 0.02,
@@ -617,8 +617,8 @@ def remove_doubles(
617
617
  ):
618
618
  """Selected UV vertices that are within a radius of each other are welded together
619
619
 
620
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
621
- :type execution_context: str | int | None
620
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
621
+ :type execution_context: int | str | None
622
622
  :type undo: bool | None
623
623
  :param threshold: Merge Distance, Maximum distance between welded vertices
624
624
  :type threshold: typing.Any | None
@@ -629,30 +629,30 @@ def remove_doubles(
629
629
  ...
630
630
 
631
631
  def reset(
632
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
633
- execution_context: str | int | None = None,
632
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
633
+ execution_context: int | str | None = None,
634
634
  undo: bool | None = None,
635
635
  ):
636
636
  """Reset UV projection
637
637
 
638
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
639
- :type execution_context: str | int | None
638
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
639
+ :type execution_context: int | str | None
640
640
  :type undo: bool | None
641
641
  """
642
642
 
643
643
  ...
644
644
 
645
645
  def reveal(
646
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
647
- execution_context: str | int | None = None,
646
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
647
+ execution_context: int | str | None = None,
648
648
  undo: bool | None = None,
649
649
  *,
650
650
  select: bool | typing.Any | None = True,
651
651
  ):
652
652
  """Reveal all hidden UV vertices
653
653
 
654
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
655
- :type execution_context: str | int | None
654
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
655
+ :type execution_context: int | str | None
656
656
  :type undo: bool | None
657
657
  :param select: Select
658
658
  :type select: bool | typing.Any | None
@@ -661,8 +661,8 @@ def reveal(
661
661
  ...
662
662
 
663
663
  def rip(
664
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
665
- execution_context: str | int | None = None,
664
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
665
+ execution_context: int | str | None = None,
666
666
  undo: bool | None = None,
667
667
  *,
668
668
  mirror: bool | typing.Any | None = False,
@@ -672,8 +672,8 @@ def rip(
672
672
  ):
673
673
  """Rip selected vertices or a selected region
674
674
 
675
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
676
- :type execution_context: str | int | None
675
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
676
+ :type execution_context: int | str | None
677
677
  :type undo: bool | None
678
678
  :param mirror: Mirror Editing
679
679
  :type mirror: bool | typing.Any | None
@@ -688,8 +688,8 @@ def rip(
688
688
  ...
689
689
 
690
690
  def rip_move(
691
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
692
- execution_context: str | int | None = None,
691
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
692
+ execution_context: int | str | None = None,
693
693
  undo: bool | None = None,
694
694
  *,
695
695
  UV_OT_rip: rip | None = None,
@@ -697,8 +697,8 @@ def rip_move(
697
697
  ):
698
698
  """Unstitch UVs and move the result
699
699
 
700
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
701
- :type execution_context: str | int | None
700
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
701
+ :type execution_context: int | str | None
702
702
  :type undo: bool | None
703
703
  :param UV_OT_rip: UV Rip, Rip selected vertices or a selected region
704
704
  :type UV_OT_rip: rip | None
@@ -709,8 +709,8 @@ def rip_move(
709
709
  ...
710
710
 
711
711
  def seams_from_islands(
712
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
713
- execution_context: str | int | None = None,
712
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
713
+ execution_context: int | str | None = None,
714
714
  undo: bool | None = None,
715
715
  *,
716
716
  mark_seams: bool | typing.Any | None = True,
@@ -718,8 +718,8 @@ def seams_from_islands(
718
718
  ):
719
719
  """Set mesh seams according to island setup in the UV editor
720
720
 
721
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
722
- :type execution_context: str | int | None
721
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
722
+ :type execution_context: int | str | None
723
723
  :type undo: bool | None
724
724
  :param mark_seams: Mark Seams, Mark boundary edges as seams
725
725
  :type mark_seams: bool | typing.Any | None
@@ -730,8 +730,8 @@ def seams_from_islands(
730
730
  ...
731
731
 
732
732
  def select(
733
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
734
- execution_context: str | int | None = None,
733
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
734
+ execution_context: int | str | None = None,
735
735
  undo: bool | None = None,
736
736
  *,
737
737
  extend: bool | typing.Any | None = False,
@@ -743,8 +743,8 @@ def select(
743
743
  ):
744
744
  """Select UV vertices
745
745
 
746
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
747
- :type execution_context: str | int | None
746
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
747
+ :type execution_context: int | str | None
748
748
  :type undo: bool | None
749
749
  :param extend: Extend, Extend selection instead of deselecting everything first
750
750
  :type extend: bool | typing.Any | None
@@ -763,16 +763,16 @@ def select(
763
763
  ...
764
764
 
765
765
  def select_all(
766
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
767
- execution_context: str | int | None = None,
766
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
767
+ execution_context: int | str | None = None,
768
768
  undo: bool | None = None,
769
769
  *,
770
770
  action: str | None = "TOGGLE",
771
771
  ):
772
772
  """Change selection of all UV vertices
773
773
 
774
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
775
- :type execution_context: str | int | None
774
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
775
+ :type execution_context: int | str | None
776
776
  :type undo: bool | None
777
777
  :param action: Action, Selection action to execute
778
778
 
@@ -793,8 +793,8 @@ def select_all(
793
793
  ...
794
794
 
795
795
  def select_box(
796
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
797
- execution_context: str | int | None = None,
796
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
797
+ execution_context: int | str | None = None,
798
798
  undo: bool | None = None,
799
799
  *,
800
800
  pinned: bool | typing.Any | None = False,
@@ -807,8 +807,8 @@ def select_box(
807
807
  ):
808
808
  """Select UV vertices using box selection
809
809
 
810
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
811
- :type execution_context: str | int | None
810
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
811
+ :type execution_context: int | str | None
812
812
  :type undo: bool | None
813
813
  :param pinned: Pinned, Border select pinned UVs only
814
814
  :type pinned: bool | typing.Any | None
@@ -838,8 +838,8 @@ def select_box(
838
838
  ...
839
839
 
840
840
  def select_circle(
841
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
842
- execution_context: str | int | None = None,
841
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
842
+ execution_context: int | str | None = None,
843
843
  undo: bool | None = None,
844
844
  *,
845
845
  x: typing.Any | None = 0,
@@ -850,8 +850,8 @@ def select_circle(
850
850
  ):
851
851
  """Select UV vertices using circle selection
852
852
 
853
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
854
- :type execution_context: str | int | None
853
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
854
+ :type execution_context: int | str | None
855
855
  :type undo: bool | None
856
856
  :param x: X
857
857
  :type x: typing.Any | None
@@ -877,8 +877,8 @@ def select_circle(
877
877
  ...
878
878
 
879
879
  def select_edge_ring(
880
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
881
- execution_context: str | int | None = None,
880
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
881
+ execution_context: int | str | None = None,
882
882
  undo: bool | None = None,
883
883
  *,
884
884
  extend: bool | typing.Any | None = False,
@@ -886,8 +886,8 @@ def select_edge_ring(
886
886
  ):
887
887
  """Select an edge ring of connected UV vertices
888
888
 
889
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
890
- :type execution_context: str | int | None
889
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
890
+ :type execution_context: int | str | None
891
891
  :type undo: bool | None
892
892
  :param extend: Extend, Extend selection rather than clearing the existing selection
893
893
  :type extend: bool | typing.Any | None
@@ -898,8 +898,8 @@ def select_edge_ring(
898
898
  ...
899
899
 
900
900
  def select_lasso(
901
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
902
- execution_context: str | int | None = None,
901
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
902
+ execution_context: int | str | None = None,
903
903
  undo: bool | None = None,
904
904
  *,
905
905
  path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
@@ -907,8 +907,8 @@ def select_lasso(
907
907
  ):
908
908
  """Select UVs using lasso selection
909
909
 
910
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
911
- :type execution_context: str | int | None
910
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
911
+ :type execution_context: int | str | None
912
912
  :type undo: bool | None
913
913
  :param path: Path
914
914
  :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
@@ -928,36 +928,36 @@ def select_lasso(
928
928
  ...
929
929
 
930
930
  def select_less(
931
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
932
- execution_context: str | int | None = None,
931
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
932
+ execution_context: int | str | None = None,
933
933
  undo: bool | None = None,
934
934
  ):
935
935
  """Deselect UV vertices at the boundary of each selection region
936
936
 
937
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
938
- :type execution_context: str | int | None
937
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
938
+ :type execution_context: int | str | None
939
939
  :type undo: bool | None
940
940
  """
941
941
 
942
942
  ...
943
943
 
944
944
  def select_linked(
945
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
946
- execution_context: str | int | None = None,
945
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
946
+ execution_context: int | str | None = None,
947
947
  undo: bool | None = None,
948
948
  ):
949
949
  """Select all UV vertices linked to the active UV map
950
950
 
951
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
952
- :type execution_context: str | int | None
951
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
952
+ :type execution_context: int | str | None
953
953
  :type undo: bool | None
954
954
  """
955
955
 
956
956
  ...
957
957
 
958
958
  def select_linked_pick(
959
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
960
- execution_context: str | int | None = None,
959
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
960
+ execution_context: int | str | None = None,
961
961
  undo: bool | None = None,
962
962
  *,
963
963
  extend: bool | typing.Any | None = False,
@@ -966,8 +966,8 @@ def select_linked_pick(
966
966
  ):
967
967
  """Select all UV vertices linked under the mouse
968
968
 
969
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
970
- :type execution_context: str | int | None
969
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
970
+ :type execution_context: int | str | None
971
971
  :type undo: bool | None
972
972
  :param extend: Extend, Extend selection rather than clearing the existing selection
973
973
  :type extend: bool | typing.Any | None
@@ -980,8 +980,8 @@ def select_linked_pick(
980
980
  ...
981
981
 
982
982
  def select_loop(
983
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
984
- execution_context: str | int | None = None,
983
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
984
+ execution_context: int | str | None = None,
985
985
  undo: bool | None = None,
986
986
  *,
987
987
  extend: bool | typing.Any | None = False,
@@ -989,8 +989,8 @@ def select_loop(
989
989
  ):
990
990
  """Select a loop of connected UV vertices
991
991
 
992
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
993
- :type execution_context: str | int | None
992
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
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
996
996
  :type extend: bool | typing.Any | None
@@ -1001,16 +1001,16 @@ def select_loop(
1001
1001
  ...
1002
1002
 
1003
1003
  def select_mode(
1004
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1005
- execution_context: str | int | None = None,
1004
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1005
+ execution_context: int | str | None = None,
1006
1006
  undo: bool | None = None,
1007
1007
  *,
1008
1008
  type: str | None = "VERTEX",
1009
1009
  ):
1010
1010
  """Change UV selection mode
1011
1011
 
1012
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1013
- :type execution_context: str | int | None
1012
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1013
+ :type execution_context: int | str | None
1014
1014
  :type undo: bool | None
1015
1015
  :param type: Type
1016
1016
  :type type: str | None
@@ -1019,30 +1019,30 @@ def select_mode(
1019
1019
  ...
1020
1020
 
1021
1021
  def select_more(
1022
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1023
- execution_context: str | int | None = None,
1022
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1023
+ execution_context: int | str | None = None,
1024
1024
  undo: bool | None = None,
1025
1025
  ):
1026
1026
  """Select more UV vertices connected to initial selection
1027
1027
 
1028
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1029
- :type execution_context: str | int | None
1028
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1029
+ :type execution_context: int | str | None
1030
1030
  :type undo: bool | None
1031
1031
  """
1032
1032
 
1033
1033
  ...
1034
1034
 
1035
1035
  def select_overlap(
1036
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1037
- execution_context: str | int | None = None,
1036
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1037
+ execution_context: int | str | None = None,
1038
1038
  undo: bool | None = None,
1039
1039
  *,
1040
1040
  extend: bool | typing.Any | None = False,
1041
1041
  ):
1042
1042
  """Select all UV faces which overlap each other
1043
1043
 
1044
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1045
- :type execution_context: str | int | None
1044
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1045
+ :type execution_context: int | str | None
1046
1046
  :type undo: bool | None
1047
1047
  :param extend: Extend, Extend selection rather than clearing the existing selection
1048
1048
  :type extend: bool | typing.Any | None
@@ -1051,22 +1051,22 @@ def select_overlap(
1051
1051
  ...
1052
1052
 
1053
1053
  def select_pinned(
1054
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1055
- execution_context: str | int | None = None,
1054
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1055
+ execution_context: int | str | None = None,
1056
1056
  undo: bool | None = None,
1057
1057
  ):
1058
1058
  """Select all pinned UV vertices
1059
1059
 
1060
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1061
- :type execution_context: str | int | None
1060
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1061
+ :type execution_context: int | str | None
1062
1062
  :type undo: bool | None
1063
1063
  """
1064
1064
 
1065
1065
  ...
1066
1066
 
1067
1067
  def select_similar(
1068
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1069
- execution_context: str | int | None = None,
1068
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1069
+ execution_context: int | str | None = None,
1070
1070
  undo: bool | None = None,
1071
1071
  *,
1072
1072
  type: str | None = "PIN",
@@ -1075,8 +1075,8 @@ def select_similar(
1075
1075
  ):
1076
1076
  """Select similar UVs by property types
1077
1077
 
1078
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1079
- :type execution_context: str | int | None
1078
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1079
+ :type execution_context: int | str | None
1080
1080
  :type undo: bool | None
1081
1081
  :param type: Type
1082
1082
  :type type: str | None
@@ -1089,22 +1089,22 @@ def select_similar(
1089
1089
  ...
1090
1090
 
1091
1091
  def select_split(
1092
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1093
- execution_context: str | int | None = None,
1092
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1093
+ execution_context: int | str | None = None,
1094
1094
  undo: bool | None = None,
1095
1095
  ):
1096
1096
  """Select only entirely selected faces
1097
1097
 
1098
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1099
- :type execution_context: str | int | None
1098
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1099
+ :type execution_context: int | str | None
1100
1100
  :type undo: bool | None
1101
1101
  """
1102
1102
 
1103
1103
  ...
1104
1104
 
1105
1105
  def shortest_path_pick(
1106
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1107
- execution_context: str | int | None = None,
1106
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1107
+ execution_context: int | str | None = None,
1108
1108
  undo: bool | None = None,
1109
1109
  *,
1110
1110
  use_face_step: bool | typing.Any | None = False,
@@ -1118,8 +1118,8 @@ def shortest_path_pick(
1118
1118
  ):
1119
1119
  """Select shortest path between two selections
1120
1120
 
1121
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1122
- :type execution_context: str | int | None
1121
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1122
+ :type execution_context: int | str | None
1123
1123
  :type undo: bool | None
1124
1124
  :param use_face_step: Face Stepping, Traverse connected faces (includes diagonals and edge-rings)
1125
1125
  :type use_face_step: bool | typing.Any | None
@@ -1140,8 +1140,8 @@ def shortest_path_pick(
1140
1140
  ...
1141
1141
 
1142
1142
  def shortest_path_select(
1143
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1144
- execution_context: str | int | None = None,
1143
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1144
+ execution_context: int | str | None = None,
1145
1145
  undo: bool | None = None,
1146
1146
  *,
1147
1147
  use_face_step: bool | typing.Any | None = False,
@@ -1153,8 +1153,8 @@ def shortest_path_select(
1153
1153
  ):
1154
1154
  """Selected shortest path between two vertices/edges/faces
1155
1155
 
1156
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1157
- :type execution_context: str | int | None
1156
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
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)
1160
1160
  :type use_face_step: bool | typing.Any | None
@@ -1173,8 +1173,8 @@ def shortest_path_select(
1173
1173
  ...
1174
1174
 
1175
1175
  def smart_project(
1176
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1177
- execution_context: str | int | None = None,
1176
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1177
+ execution_context: int | str | None = None,
1178
1178
  undo: bool | None = None,
1179
1179
  *,
1180
1180
  angle_limit: typing.Any | None = 1.15192,
@@ -1187,8 +1187,8 @@ def smart_project(
1187
1187
  ):
1188
1188
  """Projection unwraps the selected faces of mesh objects
1189
1189
 
1190
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1191
- :type execution_context: str | int | None
1190
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1191
+ :type execution_context: int | str | None
1192
1192
  :type undo: bool | None
1193
1193
  :param angle_limit: Angle Limit, Lower for more projection groups, higher for less distortion
1194
1194
  :type angle_limit: typing.Any | None
@@ -1227,16 +1227,16 @@ def smart_project(
1227
1227
  ...
1228
1228
 
1229
1229
  def snap_cursor(
1230
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1231
- execution_context: str | int | None = None,
1230
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1231
+ execution_context: int | str | None = None,
1232
1232
  undo: bool | None = None,
1233
1233
  *,
1234
1234
  target: str | None = "PIXELS",
1235
1235
  ):
1236
1236
  """Snap cursor to target type
1237
1237
 
1238
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1239
- :type execution_context: str | int | None
1238
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1239
+ :type execution_context: int | str | None
1240
1240
  :type undo: bool | None
1241
1241
  :param target: Target, Target to snap the selected UVs to
1242
1242
  :type target: str | None
@@ -1245,16 +1245,16 @@ def snap_cursor(
1245
1245
  ...
1246
1246
 
1247
1247
  def snap_selected(
1248
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1249
- execution_context: str | int | None = None,
1248
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1249
+ execution_context: int | str | None = None,
1250
1250
  undo: bool | None = None,
1251
1251
  *,
1252
1252
  target: str | None = "PIXELS",
1253
1253
  ):
1254
1254
  """Snap selected UV vertices to target type
1255
1255
 
1256
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1257
- :type execution_context: str | int | None
1256
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1257
+ :type execution_context: int | str | None
1258
1258
  :type undo: bool | None
1259
1259
  :param target: Target, Target to snap the selected UVs to
1260
1260
  :type target: str | None
@@ -1263,8 +1263,8 @@ def snap_selected(
1263
1263
  ...
1264
1264
 
1265
1265
  def sphere_project(
1266
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1267
- execution_context: str | int | None = None,
1266
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1267
+ execution_context: int | str | None = None,
1268
1268
  undo: bool | None = None,
1269
1269
  *,
1270
1270
  direction: str | None = "VIEW_ON_EQUATOR",
@@ -1277,8 +1277,8 @@ def sphere_project(
1277
1277
  ):
1278
1278
  """Project the UV vertices of the mesh over the curved surface of a sphere
1279
1279
 
1280
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1281
- :type execution_context: str | int | None
1280
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1281
+ :type execution_context: int | str | None
1282
1282
  :type undo: bool | None
1283
1283
  :param direction: Direction, Direction of the sphere or cylinder
1284
1284
 
@@ -1320,8 +1320,8 @@ def sphere_project(
1320
1320
  ...
1321
1321
 
1322
1322
  def stitch(
1323
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1324
- execution_context: str | int | None = None,
1323
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1324
+ execution_context: int | str | None = None,
1325
1325
  undo: bool | None = None,
1326
1326
  *,
1327
1327
  use_limit: bool | typing.Any | None = False,
@@ -1338,8 +1338,8 @@ def stitch(
1338
1338
  ):
1339
1339
  """Stitch selected UV vertices by proximity
1340
1340
 
1341
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1342
- :type execution_context: str | int | None
1341
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1342
+ :type execution_context: int | str | None
1343
1343
  :type undo: bool | None
1344
1344
  :param use_limit: Use Limit, Stitch UVs within a specified limit distance
1345
1345
  :type use_limit: bool | typing.Any | None
@@ -1368,8 +1368,8 @@ def stitch(
1368
1368
  ...
1369
1369
 
1370
1370
  def unwrap(
1371
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1372
- execution_context: str | int | None = None,
1371
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1372
+ execution_context: int | str | None = None,
1373
1373
  undo: bool | None = None,
1374
1374
  *,
1375
1375
  method: str | None = "ANGLE_BASED",
@@ -1381,8 +1381,8 @@ def unwrap(
1381
1381
  ):
1382
1382
  """Unwrap the mesh of the object being edited
1383
1383
 
1384
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1385
- :type execution_context: str | int | None
1384
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1385
+ :type execution_context: int | str | None
1386
1386
  :type undo: bool | None
1387
1387
  :param method: Method, Unwrapping method (Angle Based usually gives better results than Conformal, while being somewhat slower)
1388
1388
  :type method: str | None
@@ -1410,14 +1410,14 @@ def unwrap(
1410
1410
  ...
1411
1411
 
1412
1412
  def weld(
1413
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1414
- execution_context: str | int | None = None,
1413
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1414
+ execution_context: int | str | None = None,
1415
1415
  undo: bool | None = None,
1416
1416
  ):
1417
1417
  """Weld selected UV vertices together
1418
1418
 
1419
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1420
- :type execution_context: str | int | None
1419
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1420
+ :type execution_context: int | str | None
1421
1421
  :type undo: bool | None
1422
1422
  """
1423
1423