fake-bpy-module 20240327__py3-none-any.whl → 20240329__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 (114) hide show
  1. aud/__init__.pyi +34 -96
  2. bgl/__init__.pyi +1265 -2417
  3. bl_math/__init__.pyi +3 -14
  4. bl_ui/space_toolsystem_toolbar/__init__.pyi +3 -0
  5. blf/__init__.pyi +13 -50
  6. bmesh/ops/__init__.pyi +68 -142
  7. bmesh/types/__init__.pyi +18 -44
  8. bmesh/utils/__init__.pyi +2 -6
  9. bpy/app/icons/__init__.pyi +2 -4
  10. bpy/app/timers/__init__.pyi +2 -6
  11. bpy/ops/action/__init__.pyi +92 -93
  12. bpy/ops/anim/__init__.pyi +104 -104
  13. bpy/ops/armature/__init__.pyi +108 -112
  14. bpy/ops/asset/__init__.pyi +32 -32
  15. bpy/ops/boid/__init__.pyi +18 -18
  16. bpy/ops/brush/__init__.pyi +18 -18
  17. bpy/ops/buttons/__init__.pyi +12 -12
  18. bpy/ops/cachefile/__init__.pyi +10 -10
  19. bpy/ops/camera/__init__.pyi +4 -4
  20. bpy/ops/clip/__init__.pyi +194 -195
  21. bpy/ops/cloth/__init__.pyi +2 -2
  22. bpy/ops/collection/__init__.pyi +10 -10
  23. bpy/ops/console/__init__.pyi +42 -42
  24. bpy/ops/constraint/__init__.pyi +36 -36
  25. bpy/ops/curve/__init__.pyi +114 -118
  26. bpy/ops/curves/__init__.pyi +55 -53
  27. bpy/ops/cycles/__init__.pyi +6 -6
  28. bpy/ops/dpaint/__init__.pyi +12 -12
  29. bpy/ops/ed/__init__.pyi +24 -24
  30. bpy/ops/export_anim/__init__.pyi +2 -2
  31. bpy/ops/export_mesh/__init__.pyi +2 -2
  32. bpy/ops/export_scene/__init__.pyi +7 -7
  33. bpy/ops/file/__init__.pyi +80 -83
  34. bpy/ops/fluid/__init__.pyi +28 -28
  35. bpy/ops/font/__init__.pyi +46 -46
  36. bpy/ops/geometry/__init__.pyi +38 -38
  37. bpy/ops/gizmogroup/__init__.pyi +4 -4
  38. bpy/ops/gpencil/__init__.pyi +308 -309
  39. bpy/ops/graph/__init__.pyi +150 -151
  40. bpy/ops/grease_pencil/__init__.pyi +114 -115
  41. bpy/ops/image/__init__.pyi +100 -100
  42. bpy/ops/import_anim/__init__.pyi +2 -2
  43. bpy/ops/import_curve/__init__.pyi +2 -2
  44. bpy/ops/import_mesh/__init__.pyi +2 -2
  45. bpy/ops/import_scene/__init__.pyi +6 -6
  46. bpy/ops/info/__init__.pyi +14 -14
  47. bpy/ops/lattice/__init__.pyi +16 -16
  48. bpy/ops/marker/__init__.pyi +22 -22
  49. bpy/ops/mask/__init__.pyi +90 -91
  50. bpy/ops/material/__init__.pyi +6 -6
  51. bpy/ops/mball/__init__.pyi +20 -21
  52. bpy/ops/mesh/__init__.pyi +429 -427
  53. bpy/ops/nla/__init__.pyi +90 -91
  54. bpy/ops/node/__init__.pyi +242 -243
  55. bpy/ops/object/__init__.pyi +572 -567
  56. bpy/ops/outliner/__init__.pyi +142 -142
  57. bpy/ops/paint/__init__.pyi +182 -126
  58. bpy/ops/paintcurve/__init__.pyi +20 -20
  59. bpy/ops/palette/__init__.pyi +14 -14
  60. bpy/ops/particle/__init__.pyi +72 -72
  61. bpy/ops/pose/__init__.pyi +90 -90
  62. bpy/ops/poselib/__init__.pyi +18 -18
  63. bpy/ops/preferences/__init__.pyi +76 -76
  64. bpy/ops/ptcache/__init__.pyi +14 -14
  65. bpy/ops/render/__init__.pyi +24 -24
  66. bpy/ops/rigidbody/__init__.pyi +34 -34
  67. bpy/ops/scene/__init__.pyi +86 -86
  68. bpy/ops/screen/__init__.pyi +84 -84
  69. bpy/ops/script/__init__.pyi +6 -6
  70. bpy/ops/sculpt/__init__.pyi +62 -62
  71. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  72. bpy/ops/sequencer/__init__.pyi +184 -185
  73. bpy/ops/sound/__init__.pyi +16 -16
  74. bpy/ops/spreadsheet/__init__.pyi +8 -8
  75. bpy/ops/surface/__init__.pyi +12 -12
  76. bpy/ops/text/__init__.pyi +86 -86
  77. bpy/ops/text_editor/__init__.pyi +2 -2
  78. bpy/ops/texture/__init__.pyi +8 -8
  79. bpy/ops/transform/__init__.pyi +112 -112
  80. bpy/ops/ui/__init__.pyi +64 -64
  81. bpy/ops/uilist/__init__.pyi +6 -6
  82. bpy/ops/uv/__init__.pyi +104 -105
  83. bpy/ops/view2d/__init__.pyi +28 -28
  84. bpy/ops/view3d/__init__.pyi +134 -134
  85. bpy/ops/wm/__init__.pyi +232 -232
  86. bpy/ops/workspace/__init__.pyi +14 -14
  87. bpy/ops/world/__init__.pyi +2 -2
  88. bpy/props/__init__.pyi +29 -52
  89. bpy/types/__init__.pyi +5257 -3766
  90. bpy/utils/__init__.pyi +3 -6
  91. bpy/utils/units/__init__.pyi +3 -6
  92. bpy_extras/io_utils/__init__.pyi +8 -0
  93. {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240329.dist-info}/METADATA +1 -1
  94. {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240329.dist-info}/RECORD +114 -114
  95. freestyle/chainingiterators/__init__.pyi +5 -12
  96. freestyle/functions/__init__.pyi +19 -73
  97. freestyle/predicates/__init__.pyi +8 -21
  98. freestyle/shaders/__init__.pyi +32 -81
  99. freestyle/types/__init__.pyi +100 -270
  100. freestyle/utils/ContextFunctions/__init__.pyi +7 -27
  101. freestyle/utils/__init__.pyi +1 -2
  102. gpu/capabilities/__init__.pyi +15 -32
  103. gpu/matrix/__init__.pyi +1 -2
  104. gpu/state/__init__.pyi +4 -10
  105. gpu/types/__init__.pyi +29 -87
  106. gpu_extras/presets/__init__.pyi +4 -16
  107. imbuf/types/__init__.pyi +4 -10
  108. mathutils/__init__.pyi +106 -257
  109. mathutils/bvhtree/__init__.pyi +7 -15
  110. mathutils/geometry/__init__.pyi +9 -18
  111. mathutils/kdtree/__init__.pyi +4 -11
  112. mathutils/noise/__init__.pyi +41 -82
  113. {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240329.dist-info}/WHEEL +0 -0
  114. {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240329.dist-info}/top_level.txt +0 -0
bpy/ops/uv/__init__.pyi CHANGED
@@ -1,19 +1,18 @@
1
1
  import typing
2
- import bpy.ops.transform
3
2
  import bpy.types
4
3
 
5
4
  GenericType = typing.TypeVar("GenericType")
6
5
 
7
6
  def align(
8
7
  override_context: typing.Union[dict, bpy.types.Context] = None,
9
- execution_context: typing.Union[str, int] = None,
8
+ execution_context: str = None,
10
9
  undo: bool = None,
11
10
  axis: typing.Any = "ALIGN_AUTO",
12
11
  ):
13
12
  """Aligns selected UV vertices on a line
14
13
 
15
14
  :type override_context: typing.Union[dict, bpy.types.Context]
16
- :type execution_context: typing.Union[str, int]
15
+ :type execution_context: str
17
16
  :type undo: bool
18
17
  :param axis: Axis, Axis to align UV locations on
19
18
 
@@ -41,7 +40,7 @@ def align(
41
40
 
42
41
  def align_rotation(
43
42
  override_context: typing.Union[dict, bpy.types.Context] = None,
44
- execution_context: typing.Union[str, int] = None,
43
+ execution_context: str = None,
45
44
  undo: bool = None,
46
45
  method: typing.Any = "AUTO",
47
46
  axis: typing.Any = "X",
@@ -50,7 +49,7 @@ def align_rotation(
50
49
  """Align the UV island's rotation
51
50
 
52
51
  :type override_context: typing.Union[dict, bpy.types.Context]
53
- :type execution_context: typing.Union[str, int]
52
+ :type execution_context: str
54
53
  :type undo: bool
55
54
  :param method: Method, Method to calculate rotation angle
56
55
 
@@ -82,7 +81,7 @@ def align_rotation(
82
81
 
83
82
  def average_islands_scale(
84
83
  override_context: typing.Union[dict, bpy.types.Context] = None,
85
- execution_context: typing.Union[str, int] = None,
84
+ execution_context: str = None,
86
85
  undo: bool = None,
87
86
  scale_uv: typing.Union[bool, typing.Any] = False,
88
87
  shear: typing.Union[bool, typing.Any] = False,
@@ -90,7 +89,7 @@ def average_islands_scale(
90
89
  """Average the size of separate UV islands, based on their area in 3D space
91
90
 
92
91
  :type override_context: typing.Union[dict, bpy.types.Context]
93
- :type execution_context: typing.Union[str, int]
92
+ :type execution_context: str
94
93
  :type undo: bool
95
94
  :param scale_uv: Non-Uniform, Scale U and V independently
96
95
  :type scale_uv: typing.Union[bool, typing.Any]
@@ -102,13 +101,13 @@ def average_islands_scale(
102
101
 
103
102
  def copy(
104
103
  override_context: typing.Union[dict, bpy.types.Context] = None,
105
- execution_context: typing.Union[str, int] = None,
104
+ execution_context: str = None,
106
105
  undo: bool = None,
107
106
  ):
108
107
  """Copy selected UV vertices
109
108
 
110
109
  :type override_context: typing.Union[dict, bpy.types.Context]
111
- :type execution_context: typing.Union[str, int]
110
+ :type execution_context: str
112
111
  :type undo: bool
113
112
  """
114
113
 
@@ -116,7 +115,7 @@ def copy(
116
115
 
117
116
  def cube_project(
118
117
  override_context: typing.Union[dict, bpy.types.Context] = None,
119
- execution_context: typing.Union[str, int] = None,
118
+ execution_context: str = None,
120
119
  undo: bool = None,
121
120
  cube_size: typing.Any = 1.0,
122
121
  correct_aspect: typing.Union[bool, typing.Any] = True,
@@ -126,7 +125,7 @@ def cube_project(
126
125
  """Project the UV vertices of the mesh over the six faces of a cube
127
126
 
128
127
  :type override_context: typing.Union[dict, bpy.types.Context]
129
- :type execution_context: typing.Union[str, int]
128
+ :type execution_context: str
130
129
  :type undo: bool
131
130
  :param cube_size: Cube Size, Size of the cube to project on
132
131
  :type cube_size: typing.Any
@@ -142,14 +141,14 @@ def cube_project(
142
141
 
143
142
  def cursor_set(
144
143
  override_context: typing.Union[dict, bpy.types.Context] = None,
145
- execution_context: typing.Union[str, int] = None,
144
+ execution_context: str = None,
146
145
  undo: bool = None,
147
146
  location: typing.Any = (0.0, 0.0),
148
147
  ):
149
148
  """Set 2D cursor location
150
149
 
151
150
  :type override_context: typing.Union[dict, bpy.types.Context]
152
- :type execution_context: typing.Union[str, int]
151
+ :type execution_context: str
153
152
  :type undo: bool
154
153
  :param location: Location, Cursor location in normalized (0.0 to 1.0) coordinates
155
154
  :type location: typing.Any
@@ -159,7 +158,7 @@ def cursor_set(
159
158
 
160
159
  def cylinder_project(
161
160
  override_context: typing.Union[dict, bpy.types.Context] = None,
162
- execution_context: typing.Union[str, int] = None,
161
+ execution_context: str = None,
163
162
  undo: bool = None,
164
163
  direction: typing.Any = "VIEW_ON_EQUATOR",
165
164
  align: typing.Any = "POLAR_ZX",
@@ -173,7 +172,7 @@ def cylinder_project(
173
172
  """Project the UV vertices of the mesh over the curved wall of a cylinder
174
173
 
175
174
  :type override_context: typing.Union[dict, bpy.types.Context]
176
- :type execution_context: typing.Union[str, int]
175
+ :type execution_context: str
177
176
  :type undo: bool
178
177
  :param direction: Direction, Direction of the sphere or cylinder
179
178
 
@@ -218,7 +217,7 @@ def cylinder_project(
218
217
 
219
218
  def export_layout(
220
219
  override_context: typing.Union[dict, bpy.types.Context] = None,
221
- execution_context: typing.Union[str, int] = None,
220
+ execution_context: str = None,
222
221
  undo: bool = None,
223
222
  filepath: typing.Union[str, typing.Any] = "",
224
223
  export_all: typing.Union[bool, typing.Any] = False,
@@ -232,7 +231,7 @@ def export_layout(
232
231
  """Export UV layout to file
233
232
 
234
233
  :type override_context: typing.Union[dict, bpy.types.Context]
235
- :type execution_context: typing.Union[str, int]
234
+ :type execution_context: str
236
235
  :type undo: bool
237
236
  :param filepath: filepath
238
237
  :type filepath: typing.Union[str, typing.Any]
@@ -274,14 +273,14 @@ def export_layout(
274
273
 
275
274
  def follow_active_quads(
276
275
  override_context: typing.Union[dict, bpy.types.Context] = None,
277
- execution_context: typing.Union[str, int] = None,
276
+ execution_context: str = None,
278
277
  undo: bool = None,
279
278
  mode: typing.Any = "LENGTH_AVERAGE",
280
279
  ):
281
280
  """Follow UVs from active quads along continuous face loops
282
281
 
283
282
  :type override_context: typing.Union[dict, bpy.types.Context]
284
- :type execution_context: typing.Union[str, int]
283
+ :type execution_context: str
285
284
  :type undo: bool
286
285
  :param mode: Edge Length Mode, Method to space UV edge loops
287
286
 
@@ -300,14 +299,14 @@ def follow_active_quads(
300
299
 
301
300
  def hide(
302
301
  override_context: typing.Union[dict, bpy.types.Context] = None,
303
- execution_context: typing.Union[str, int] = None,
302
+ execution_context: str = None,
304
303
  undo: bool = None,
305
304
  unselected: typing.Union[bool, typing.Any] = False,
306
305
  ):
307
306
  """Hide (un)selected UV vertices
308
307
 
309
308
  :type override_context: typing.Union[dict, bpy.types.Context]
310
- :type execution_context: typing.Union[str, int]
309
+ :type execution_context: str
311
310
  :type undo: bool
312
311
  :param unselected: Unselected, Hide unselected rather than selected
313
312
  :type unselected: typing.Union[bool, typing.Any]
@@ -317,7 +316,7 @@ def hide(
317
316
 
318
317
  def lightmap_pack(
319
318
  override_context: typing.Union[dict, bpy.types.Context] = None,
320
- execution_context: typing.Union[str, int] = None,
319
+ execution_context: str = None,
321
320
  undo: bool = None,
322
321
  PREF_CONTEXT: typing.Any = "SEL_FACES",
323
322
  PREF_PACK_IN_ONE: typing.Union[bool, typing.Any] = True,
@@ -328,7 +327,7 @@ def lightmap_pack(
328
327
  """Pack each face's UVs into the UV bounds
329
328
 
330
329
  :type override_context: typing.Union[dict, bpy.types.Context]
331
- :type execution_context: typing.Union[str, int]
330
+ :type execution_context: str
332
331
  :type undo: bool
333
332
  :param PREF_CONTEXT: Selection
334
333
 
@@ -352,14 +351,14 @@ def lightmap_pack(
352
351
 
353
352
  def mark_seam(
354
353
  override_context: typing.Union[dict, bpy.types.Context] = None,
355
- execution_context: typing.Union[str, int] = None,
354
+ execution_context: str = None,
356
355
  undo: bool = None,
357
356
  clear: typing.Union[bool, typing.Any] = False,
358
357
  ):
359
358
  """Mark selected UV edges as seams
360
359
 
361
360
  :type override_context: typing.Union[dict, bpy.types.Context]
362
- :type execution_context: typing.Union[str, int]
361
+ :type execution_context: str
363
362
  :type undo: bool
364
363
  :param clear: Clear Seams, Clear instead of marking seams
365
364
  :type clear: typing.Union[bool, typing.Any]
@@ -369,7 +368,7 @@ def mark_seam(
369
368
 
370
369
  def minimize_stretch(
371
370
  override_context: typing.Union[dict, bpy.types.Context] = None,
372
- execution_context: typing.Union[str, int] = None,
371
+ execution_context: str = None,
373
372
  undo: bool = None,
374
373
  fill_holes: typing.Union[bool, typing.Any] = True,
375
374
  blend: typing.Any = 0.0,
@@ -378,7 +377,7 @@ def minimize_stretch(
378
377
  """Reduce UV stretching by relaxing angles
379
378
 
380
379
  :type override_context: typing.Union[dict, bpy.types.Context]
381
- :type execution_context: typing.Union[str, int]
380
+ :type execution_context: str
382
381
  :type undo: bool
383
382
  :param fill_holes: Fill Holes, Virtually fill holes in mesh before unwrapping, to better avoid overlaps and preserve symmetry
384
383
  :type fill_holes: typing.Union[bool, typing.Any]
@@ -392,7 +391,7 @@ def minimize_stretch(
392
391
 
393
392
  def pack_islands(
394
393
  override_context: typing.Union[dict, bpy.types.Context] = None,
395
- execution_context: typing.Union[str, int] = None,
394
+ execution_context: str = None,
396
395
  undo: bool = None,
397
396
  udim_source: typing.Any = "CLOSEST_UDIM",
398
397
  rotate: typing.Union[bool, typing.Any] = True,
@@ -408,7 +407,7 @@ def pack_islands(
408
407
  """Transform all islands so that they fill up the UV/UDIM space as much as possible
409
408
 
410
409
  :type override_context: typing.Union[dict, bpy.types.Context]
411
- :type execution_context: typing.Union[str, int]
410
+ :type execution_context: str
412
411
  :type undo: bool
413
412
  :param udim_source: Pack to
414
413
 
@@ -490,13 +489,13 @@ def pack_islands(
490
489
 
491
490
  def paste(
492
491
  override_context: typing.Union[dict, bpy.types.Context] = None,
493
- execution_context: typing.Union[str, int] = None,
492
+ execution_context: str = None,
494
493
  undo: bool = None,
495
494
  ):
496
495
  """Paste selected UV vertices
497
496
 
498
497
  :type override_context: typing.Union[dict, bpy.types.Context]
499
- :type execution_context: typing.Union[str, int]
498
+ :type execution_context: str
500
499
  :type undo: bool
501
500
  """
502
501
 
@@ -504,7 +503,7 @@ def paste(
504
503
 
505
504
  def pin(
506
505
  override_context: typing.Union[dict, bpy.types.Context] = None,
507
- execution_context: typing.Union[str, int] = None,
506
+ execution_context: str = None,
508
507
  undo: bool = None,
509
508
  clear: typing.Union[bool, typing.Any] = False,
510
509
  invert: typing.Union[bool, typing.Any] = False,
@@ -512,7 +511,7 @@ def pin(
512
511
  """Set/clear selected UV vertices as anchored between multiple unwrap operations
513
512
 
514
513
  :type override_context: typing.Union[dict, bpy.types.Context]
515
- :type execution_context: typing.Union[str, int]
514
+ :type execution_context: str
516
515
  :type undo: bool
517
516
  :param clear: Clear, Clear pinning for the selection instead of setting it
518
517
  :type clear: typing.Union[bool, typing.Any]
@@ -524,7 +523,7 @@ def pin(
524
523
 
525
524
  def project_from_view(
526
525
  override_context: typing.Union[dict, bpy.types.Context] = None,
527
- execution_context: typing.Union[str, int] = None,
526
+ execution_context: str = None,
528
527
  undo: bool = None,
529
528
  orthographic: typing.Union[bool, typing.Any] = False,
530
529
  camera_bounds: typing.Union[bool, typing.Any] = True,
@@ -535,7 +534,7 @@ def project_from_view(
535
534
  """Project the UV vertices of the mesh as seen in current 3D view
536
535
 
537
536
  :type override_context: typing.Union[dict, bpy.types.Context]
538
- :type execution_context: typing.Union[str, int]
537
+ :type execution_context: str
539
538
  :type undo: bool
540
539
  :param orthographic: Orthographic, Use orthographic projection
541
540
  :type orthographic: typing.Union[bool, typing.Any]
@@ -553,7 +552,7 @@ def project_from_view(
553
552
 
554
553
  def randomize_uv_transform(
555
554
  override_context: typing.Union[dict, bpy.types.Context] = None,
556
- execution_context: typing.Union[str, int] = None,
555
+ execution_context: str = None,
557
556
  undo: bool = None,
558
557
  random_seed: typing.Any = 0,
559
558
  use_loc: typing.Union[bool, typing.Any] = True,
@@ -567,7 +566,7 @@ def randomize_uv_transform(
567
566
  """Randomize the UV island's location, rotation, and scale
568
567
 
569
568
  :type override_context: typing.Union[dict, bpy.types.Context]
570
- :type execution_context: typing.Union[str, int]
569
+ :type execution_context: str
571
570
  :type undo: bool
572
571
  :param random_seed: Random Seed, Seed value for the random generator
573
572
  :type random_seed: typing.Any
@@ -591,7 +590,7 @@ def randomize_uv_transform(
591
590
 
592
591
  def remove_doubles(
593
592
  override_context: typing.Union[dict, bpy.types.Context] = None,
594
- execution_context: typing.Union[str, int] = None,
593
+ execution_context: str = None,
595
594
  undo: bool = None,
596
595
  threshold: typing.Any = 0.02,
597
596
  use_unselected: typing.Union[bool, typing.Any] = False,
@@ -599,7 +598,7 @@ def remove_doubles(
599
598
  """Selected UV vertices that are within a radius of each other are welded together
600
599
 
601
600
  :type override_context: typing.Union[dict, bpy.types.Context]
602
- :type execution_context: typing.Union[str, int]
601
+ :type execution_context: str
603
602
  :type undo: bool
604
603
  :param threshold: Merge Distance, Maximum distance between welded vertices
605
604
  :type threshold: typing.Any
@@ -611,13 +610,13 @@ def remove_doubles(
611
610
 
612
611
  def reset(
613
612
  override_context: typing.Union[dict, bpy.types.Context] = None,
614
- execution_context: typing.Union[str, int] = None,
613
+ execution_context: str = None,
615
614
  undo: bool = None,
616
615
  ):
617
616
  """Reset UV projection
618
617
 
619
618
  :type override_context: typing.Union[dict, bpy.types.Context]
620
- :type execution_context: typing.Union[str, int]
619
+ :type execution_context: str
621
620
  :type undo: bool
622
621
  """
623
622
 
@@ -625,14 +624,14 @@ def reset(
625
624
 
626
625
  def reveal(
627
626
  override_context: typing.Union[dict, bpy.types.Context] = None,
628
- execution_context: typing.Union[str, int] = None,
627
+ execution_context: str = None,
629
628
  undo: bool = None,
630
629
  select: typing.Union[bool, typing.Any] = True,
631
630
  ):
632
631
  """Reveal all hidden UV vertices
633
632
 
634
633
  :type override_context: typing.Union[dict, bpy.types.Context]
635
- :type execution_context: typing.Union[str, int]
634
+ :type execution_context: str
636
635
  :type undo: bool
637
636
  :param select: Select
638
637
  :type select: typing.Union[bool, typing.Any]
@@ -642,7 +641,7 @@ def reveal(
642
641
 
643
642
  def rip(
644
643
  override_context: typing.Union[dict, bpy.types.Context] = None,
645
- execution_context: typing.Union[str, int] = None,
644
+ execution_context: str = None,
646
645
  undo: bool = None,
647
646
  mirror: typing.Union[bool, typing.Any] = False,
648
647
  release_confirm: typing.Union[bool, typing.Any] = False,
@@ -652,7 +651,7 @@ def rip(
652
651
  """Rip selected vertices or a selected region
653
652
 
654
653
  :type override_context: typing.Union[dict, bpy.types.Context]
655
- :type execution_context: typing.Union[str, int]
654
+ :type execution_context: str
656
655
  :type undo: bool
657
656
  :param mirror: Mirror Editing
658
657
  :type mirror: typing.Union[bool, typing.Any]
@@ -668,27 +667,27 @@ def rip(
668
667
 
669
668
  def rip_move(
670
669
  override_context: typing.Union[dict, bpy.types.Context] = None,
671
- execution_context: typing.Union[str, int] = None,
670
+ execution_context: str = None,
672
671
  undo: bool = None,
673
- UV_OT_rip: rip = None,
674
- TRANSFORM_OT_translate: bpy.ops.transform.translate = None,
672
+ UV_OT_rip: typing.Any = None,
673
+ TRANSFORM_OT_translate: typing.Any = None,
675
674
  ):
676
675
  """Unstitch UVs and move the result
677
676
 
678
677
  :type override_context: typing.Union[dict, bpy.types.Context]
679
- :type execution_context: typing.Union[str, int]
678
+ :type execution_context: str
680
679
  :type undo: bool
681
680
  :param UV_OT_rip: UV Rip, Rip selected vertices or a selected region
682
- :type UV_OT_rip: rip
681
+ :type UV_OT_rip: typing.Any
683
682
  :param TRANSFORM_OT_translate: Move, Move selected items
684
- :type TRANSFORM_OT_translate: bpy.ops.transform.translate
683
+ :type TRANSFORM_OT_translate: typing.Any
685
684
  """
686
685
 
687
686
  ...
688
687
 
689
688
  def seams_from_islands(
690
689
  override_context: typing.Union[dict, bpy.types.Context] = None,
691
- execution_context: typing.Union[str, int] = None,
690
+ execution_context: str = None,
692
691
  undo: bool = None,
693
692
  mark_seams: typing.Union[bool, typing.Any] = True,
694
693
  mark_sharp: typing.Union[bool, typing.Any] = False,
@@ -696,7 +695,7 @@ def seams_from_islands(
696
695
  """Set mesh seams according to island setup in the UV editor
697
696
 
698
697
  :type override_context: typing.Union[dict, bpy.types.Context]
699
- :type execution_context: typing.Union[str, int]
698
+ :type execution_context: str
700
699
  :type undo: bool
701
700
  :param mark_seams: Mark Seams, Mark boundary edges as seams
702
701
  :type mark_seams: typing.Union[bool, typing.Any]
@@ -708,7 +707,7 @@ def seams_from_islands(
708
707
 
709
708
  def select(
710
709
  override_context: typing.Union[dict, bpy.types.Context] = None,
711
- execution_context: typing.Union[str, int] = None,
710
+ execution_context: str = None,
712
711
  undo: bool = None,
713
712
  extend: typing.Union[bool, typing.Any] = False,
714
713
  deselect: typing.Union[bool, typing.Any] = False,
@@ -720,7 +719,7 @@ def select(
720
719
  """Select UV vertices
721
720
 
722
721
  :type override_context: typing.Union[dict, bpy.types.Context]
723
- :type execution_context: typing.Union[str, int]
722
+ :type execution_context: str
724
723
  :type undo: bool
725
724
  :param extend: Extend, Extend selection instead of deselecting everything first
726
725
  :type extend: typing.Union[bool, typing.Any]
@@ -740,14 +739,14 @@ def select(
740
739
 
741
740
  def select_all(
742
741
  override_context: typing.Union[dict, bpy.types.Context] = None,
743
- execution_context: typing.Union[str, int] = None,
742
+ execution_context: str = None,
744
743
  undo: bool = None,
745
744
  action: typing.Any = "TOGGLE",
746
745
  ):
747
746
  """Change selection of all UV vertices
748
747
 
749
748
  :type override_context: typing.Union[dict, bpy.types.Context]
750
- :type execution_context: typing.Union[str, int]
749
+ :type execution_context: str
751
750
  :type undo: bool
752
751
  :param action: Action, Selection action to execute
753
752
 
@@ -769,7 +768,7 @@ def select_all(
769
768
 
770
769
  def select_box(
771
770
  override_context: typing.Union[dict, bpy.types.Context] = None,
772
- execution_context: typing.Union[str, int] = None,
771
+ execution_context: str = None,
773
772
  undo: bool = None,
774
773
  pinned: typing.Union[bool, typing.Any] = False,
775
774
  xmin: typing.Any = 0,
@@ -782,7 +781,7 @@ def select_box(
782
781
  """Select UV vertices using box selection
783
782
 
784
783
  :type override_context: typing.Union[dict, bpy.types.Context]
785
- :type execution_context: typing.Union[str, int]
784
+ :type execution_context: str
786
785
  :type undo: bool
787
786
  :param pinned: Pinned, Border select pinned UVs only
788
787
  :type pinned: typing.Union[bool, typing.Any]
@@ -813,7 +812,7 @@ def select_box(
813
812
 
814
813
  def select_circle(
815
814
  override_context: typing.Union[dict, bpy.types.Context] = None,
816
- execution_context: typing.Union[str, int] = None,
815
+ execution_context: str = None,
817
816
  undo: bool = None,
818
817
  x: typing.Any = 0,
819
818
  y: typing.Any = 0,
@@ -824,7 +823,7 @@ def select_circle(
824
823
  """Select UV vertices using circle selection
825
824
 
826
825
  :type override_context: typing.Union[dict, bpy.types.Context]
827
- :type execution_context: typing.Union[str, int]
826
+ :type execution_context: str
828
827
  :type undo: bool
829
828
  :param x: X
830
829
  :type x: typing.Any
@@ -851,7 +850,7 @@ def select_circle(
851
850
 
852
851
  def select_edge_ring(
853
852
  override_context: typing.Union[dict, bpy.types.Context] = None,
854
- execution_context: typing.Union[str, int] = None,
853
+ execution_context: str = None,
855
854
  undo: bool = None,
856
855
  extend: typing.Union[bool, typing.Any] = False,
857
856
  location: typing.Any = (0.0, 0.0),
@@ -859,7 +858,7 @@ def select_edge_ring(
859
858
  """Select an edge ring of connected UV vertices
860
859
 
861
860
  :type override_context: typing.Union[dict, bpy.types.Context]
862
- :type execution_context: typing.Union[str, int]
861
+ :type execution_context: str
863
862
  :type undo: bool
864
863
  :param extend: Extend, Extend selection rather than clearing the existing selection
865
864
  :type extend: typing.Union[bool, typing.Any]
@@ -871,7 +870,7 @@ def select_edge_ring(
871
870
 
872
871
  def select_lasso(
873
872
  override_context: typing.Union[dict, bpy.types.Context] = None,
874
- execution_context: typing.Union[str, int] = None,
873
+ execution_context: str = None,
875
874
  undo: bool = None,
876
875
  path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] = None,
877
876
  mode: typing.Any = "SET",
@@ -879,7 +878,7 @@ def select_lasso(
879
878
  """Select UVs using lasso selection
880
879
 
881
880
  :type override_context: typing.Union[dict, bpy.types.Context]
882
- :type execution_context: typing.Union[str, int]
881
+ :type execution_context: str
883
882
  :type undo: bool
884
883
  :param path: Path
885
884
  :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]
@@ -900,13 +899,13 @@ def select_lasso(
900
899
 
901
900
  def select_less(
902
901
  override_context: typing.Union[dict, bpy.types.Context] = None,
903
- execution_context: typing.Union[str, int] = None,
902
+ execution_context: str = None,
904
903
  undo: bool = None,
905
904
  ):
906
905
  """Deselect UV vertices at the boundary of each selection region
907
906
 
908
907
  :type override_context: typing.Union[dict, bpy.types.Context]
909
- :type execution_context: typing.Union[str, int]
908
+ :type execution_context: str
910
909
  :type undo: bool
911
910
  """
912
911
 
@@ -914,13 +913,13 @@ def select_less(
914
913
 
915
914
  def select_linked(
916
915
  override_context: typing.Union[dict, bpy.types.Context] = None,
917
- execution_context: typing.Union[str, int] = None,
916
+ execution_context: str = None,
918
917
  undo: bool = None,
919
918
  ):
920
919
  """Select all UV vertices linked to the active UV map
921
920
 
922
921
  :type override_context: typing.Union[dict, bpy.types.Context]
923
- :type execution_context: typing.Union[str, int]
922
+ :type execution_context: str
924
923
  :type undo: bool
925
924
  """
926
925
 
@@ -928,7 +927,7 @@ def select_linked(
928
927
 
929
928
  def select_linked_pick(
930
929
  override_context: typing.Union[dict, bpy.types.Context] = None,
931
- execution_context: typing.Union[str, int] = None,
930
+ execution_context: str = None,
932
931
  undo: bool = None,
933
932
  extend: typing.Union[bool, typing.Any] = False,
934
933
  deselect: typing.Union[bool, typing.Any] = False,
@@ -937,7 +936,7 @@ def select_linked_pick(
937
936
  """Select all UV vertices linked under the mouse
938
937
 
939
938
  :type override_context: typing.Union[dict, bpy.types.Context]
940
- :type execution_context: typing.Union[str, int]
939
+ :type execution_context: str
941
940
  :type undo: bool
942
941
  :param extend: Extend, Extend selection rather than clearing the existing selection
943
942
  :type extend: typing.Union[bool, typing.Any]
@@ -951,7 +950,7 @@ def select_linked_pick(
951
950
 
952
951
  def select_loop(
953
952
  override_context: typing.Union[dict, bpy.types.Context] = None,
954
- execution_context: typing.Union[str, int] = None,
953
+ execution_context: str = None,
955
954
  undo: bool = None,
956
955
  extend: typing.Union[bool, typing.Any] = False,
957
956
  location: typing.Any = (0.0, 0.0),
@@ -959,7 +958,7 @@ def select_loop(
959
958
  """Select a loop of connected UV vertices
960
959
 
961
960
  :type override_context: typing.Union[dict, bpy.types.Context]
962
- :type execution_context: typing.Union[str, int]
961
+ :type execution_context: str
963
962
  :type undo: bool
964
963
  :param extend: Extend, Extend selection rather than clearing the existing selection
965
964
  :type extend: typing.Union[bool, typing.Any]
@@ -971,30 +970,30 @@ def select_loop(
971
970
 
972
971
  def select_mode(
973
972
  override_context: typing.Union[dict, bpy.types.Context] = None,
974
- execution_context: typing.Union[str, int] = None,
973
+ execution_context: str = None,
975
974
  undo: bool = None,
976
- type: typing.Any = "VERTEX",
975
+ type: typing.Union[str, int] = "VERTEX",
977
976
  ):
978
977
  """Change UV selection mode
979
978
 
980
979
  :type override_context: typing.Union[dict, bpy.types.Context]
981
- :type execution_context: typing.Union[str, int]
980
+ :type execution_context: str
982
981
  :type undo: bool
983
982
  :param type: Type
984
- :type type: typing.Any
983
+ :type type: typing.Union[str, int]
985
984
  """
986
985
 
987
986
  ...
988
987
 
989
988
  def select_more(
990
989
  override_context: typing.Union[dict, bpy.types.Context] = None,
991
- execution_context: typing.Union[str, int] = None,
990
+ execution_context: str = None,
992
991
  undo: bool = None,
993
992
  ):
994
993
  """Select more UV vertices connected to initial selection
995
994
 
996
995
  :type override_context: typing.Union[dict, bpy.types.Context]
997
- :type execution_context: typing.Union[str, int]
996
+ :type execution_context: str
998
997
  :type undo: bool
999
998
  """
1000
999
 
@@ -1002,14 +1001,14 @@ def select_more(
1002
1001
 
1003
1002
  def select_overlap(
1004
1003
  override_context: typing.Union[dict, bpy.types.Context] = None,
1005
- execution_context: typing.Union[str, int] = None,
1004
+ execution_context: str = None,
1006
1005
  undo: bool = None,
1007
1006
  extend: typing.Union[bool, typing.Any] = False,
1008
1007
  ):
1009
1008
  """Select all UV faces which overlap each other
1010
1009
 
1011
1010
  :type override_context: typing.Union[dict, bpy.types.Context]
1012
- :type execution_context: typing.Union[str, int]
1011
+ :type execution_context: str
1013
1012
  :type undo: bool
1014
1013
  :param extend: Extend, Extend selection rather than clearing the existing selection
1015
1014
  :type extend: typing.Union[bool, typing.Any]
@@ -1019,13 +1018,13 @@ def select_overlap(
1019
1018
 
1020
1019
  def select_pinned(
1021
1020
  override_context: typing.Union[dict, bpy.types.Context] = None,
1022
- execution_context: typing.Union[str, int] = None,
1021
+ execution_context: str = None,
1023
1022
  undo: bool = None,
1024
1023
  ):
1025
1024
  """Select all pinned UV vertices
1026
1025
 
1027
1026
  :type override_context: typing.Union[dict, bpy.types.Context]
1028
- :type execution_context: typing.Union[str, int]
1027
+ :type execution_context: str
1029
1028
  :type undo: bool
1030
1029
  """
1031
1030
 
@@ -1033,7 +1032,7 @@ def select_pinned(
1033
1032
 
1034
1033
  def select_similar(
1035
1034
  override_context: typing.Union[dict, bpy.types.Context] = None,
1036
- execution_context: typing.Union[str, int] = None,
1035
+ execution_context: str = None,
1037
1036
  undo: bool = None,
1038
1037
  type: typing.Any = "PIN",
1039
1038
  compare: typing.Any = "EQUAL",
@@ -1042,7 +1041,7 @@ def select_similar(
1042
1041
  """Select similar UVs by property types
1043
1042
 
1044
1043
  :type override_context: typing.Union[dict, bpy.types.Context]
1045
- :type execution_context: typing.Union[str, int]
1044
+ :type execution_context: str
1046
1045
  :type undo: bool
1047
1046
  :param type: Type
1048
1047
  :type type: typing.Any
@@ -1056,13 +1055,13 @@ def select_similar(
1056
1055
 
1057
1056
  def select_split(
1058
1057
  override_context: typing.Union[dict, bpy.types.Context] = None,
1059
- execution_context: typing.Union[str, int] = None,
1058
+ execution_context: str = None,
1060
1059
  undo: bool = None,
1061
1060
  ):
1062
1061
  """Select only entirely selected faces
1063
1062
 
1064
1063
  :type override_context: typing.Union[dict, bpy.types.Context]
1065
- :type execution_context: typing.Union[str, int]
1064
+ :type execution_context: str
1066
1065
  :type undo: bool
1067
1066
  """
1068
1067
 
@@ -1070,7 +1069,7 @@ def select_split(
1070
1069
 
1071
1070
  def shortest_path_pick(
1072
1071
  override_context: typing.Union[dict, bpy.types.Context] = None,
1073
- execution_context: typing.Union[str, int] = None,
1072
+ execution_context: str = None,
1074
1073
  undo: bool = None,
1075
1074
  use_face_step: typing.Union[bool, typing.Any] = False,
1076
1075
  use_topology_distance: typing.Union[bool, typing.Any] = False,
@@ -1084,7 +1083,7 @@ def shortest_path_pick(
1084
1083
  """Select shortest path between two selections
1085
1084
 
1086
1085
  :type override_context: typing.Union[dict, bpy.types.Context]
1087
- :type execution_context: typing.Union[str, int]
1086
+ :type execution_context: str
1088
1087
  :type undo: bool
1089
1088
  :param use_face_step: Face Stepping, Traverse connected faces (includes diagonals and edge-rings)
1090
1089
  :type use_face_step: typing.Union[bool, typing.Any]
@@ -1106,7 +1105,7 @@ def shortest_path_pick(
1106
1105
 
1107
1106
  def shortest_path_select(
1108
1107
  override_context: typing.Union[dict, bpy.types.Context] = None,
1109
- execution_context: typing.Union[str, int] = None,
1108
+ execution_context: str = None,
1110
1109
  undo: bool = None,
1111
1110
  use_face_step: typing.Union[bool, typing.Any] = False,
1112
1111
  use_topology_distance: typing.Union[bool, typing.Any] = False,
@@ -1118,7 +1117,7 @@ def shortest_path_select(
1118
1117
  """Selected shortest path between two vertices/edges/faces
1119
1118
 
1120
1119
  :type override_context: typing.Union[dict, bpy.types.Context]
1121
- :type execution_context: typing.Union[str, int]
1120
+ :type execution_context: str
1122
1121
  :type undo: bool
1123
1122
  :param use_face_step: Face Stepping, Traverse connected faces (includes diagonals and edge-rings)
1124
1123
  :type use_face_step: typing.Union[bool, typing.Any]
@@ -1138,7 +1137,7 @@ def shortest_path_select(
1138
1137
 
1139
1138
  def smart_project(
1140
1139
  override_context: typing.Union[dict, bpy.types.Context] = None,
1141
- execution_context: typing.Union[str, int] = None,
1140
+ execution_context: str = None,
1142
1141
  undo: bool = None,
1143
1142
  angle_limit: typing.Any = 1.15192,
1144
1143
  margin_method: typing.Any = "SCALED",
@@ -1151,7 +1150,7 @@ def smart_project(
1151
1150
  """Projection unwraps the selected faces of mesh objects
1152
1151
 
1153
1152
  :type override_context: typing.Union[dict, bpy.types.Context]
1154
- :type execution_context: typing.Union[str, int]
1153
+ :type execution_context: str
1155
1154
  :type undo: bool
1156
1155
  :param angle_limit: Angle Limit, Lower for more projection groups, higher for less distortion
1157
1156
  :type angle_limit: typing.Any
@@ -1191,14 +1190,14 @@ def smart_project(
1191
1190
 
1192
1191
  def snap_cursor(
1193
1192
  override_context: typing.Union[dict, bpy.types.Context] = None,
1194
- execution_context: typing.Union[str, int] = None,
1193
+ execution_context: str = None,
1195
1194
  undo: bool = None,
1196
1195
  target: typing.Any = "PIXELS",
1197
1196
  ):
1198
1197
  """Snap cursor to target type
1199
1198
 
1200
1199
  :type override_context: typing.Union[dict, bpy.types.Context]
1201
- :type execution_context: typing.Union[str, int]
1200
+ :type execution_context: str
1202
1201
  :type undo: bool
1203
1202
  :param target: Target, Target to snap the selected UVs to
1204
1203
  :type target: typing.Any
@@ -1208,14 +1207,14 @@ def snap_cursor(
1208
1207
 
1209
1208
  def snap_selected(
1210
1209
  override_context: typing.Union[dict, bpy.types.Context] = None,
1211
- execution_context: typing.Union[str, int] = None,
1210
+ execution_context: str = None,
1212
1211
  undo: bool = None,
1213
1212
  target: typing.Any = "PIXELS",
1214
1213
  ):
1215
1214
  """Snap selected UV vertices to target type
1216
1215
 
1217
1216
  :type override_context: typing.Union[dict, bpy.types.Context]
1218
- :type execution_context: typing.Union[str, int]
1217
+ :type execution_context: str
1219
1218
  :type undo: bool
1220
1219
  :param target: Target, Target to snap the selected UVs to
1221
1220
  :type target: typing.Any
@@ -1225,7 +1224,7 @@ def snap_selected(
1225
1224
 
1226
1225
  def sphere_project(
1227
1226
  override_context: typing.Union[dict, bpy.types.Context] = None,
1228
- execution_context: typing.Union[str, int] = None,
1227
+ execution_context: str = None,
1229
1228
  undo: bool = None,
1230
1229
  direction: typing.Any = "VIEW_ON_EQUATOR",
1231
1230
  align: typing.Any = "POLAR_ZX",
@@ -1238,7 +1237,7 @@ def sphere_project(
1238
1237
  """Project the UV vertices of the mesh over the curved surface of a sphere
1239
1238
 
1240
1239
  :type override_context: typing.Union[dict, bpy.types.Context]
1241
- :type execution_context: typing.Union[str, int]
1240
+ :type execution_context: str
1242
1241
  :type undo: bool
1243
1242
  :param direction: Direction, Direction of the sphere or cylinder
1244
1243
 
@@ -1281,7 +1280,7 @@ def sphere_project(
1281
1280
 
1282
1281
  def stitch(
1283
1282
  override_context: typing.Union[dict, bpy.types.Context] = None,
1284
- execution_context: typing.Union[str, int] = None,
1283
+ execution_context: str = None,
1285
1284
  undo: bool = None,
1286
1285
  use_limit: typing.Union[bool, typing.Any] = False,
1287
1286
  snap_islands: typing.Union[bool, typing.Any] = True,
@@ -1298,7 +1297,7 @@ def stitch(
1298
1297
  """Stitch selected UV vertices by proximity
1299
1298
 
1300
1299
  :type override_context: typing.Union[dict, bpy.types.Context]
1301
- :type execution_context: typing.Union[str, int]
1300
+ :type execution_context: str
1302
1301
  :type undo: bool
1303
1302
  :param use_limit: Use Limit, Stitch UVs within a specified limit distance
1304
1303
  :type use_limit: typing.Union[bool, typing.Any]
@@ -1328,7 +1327,7 @@ def stitch(
1328
1327
 
1329
1328
  def unwrap(
1330
1329
  override_context: typing.Union[dict, bpy.types.Context] = None,
1331
- execution_context: typing.Union[str, int] = None,
1330
+ execution_context: str = None,
1332
1331
  undo: bool = None,
1333
1332
  method: typing.Any = "ANGLE_BASED",
1334
1333
  fill_holes: typing.Union[bool, typing.Any] = True,
@@ -1340,7 +1339,7 @@ def unwrap(
1340
1339
  """Unwrap the mesh of the object being edited
1341
1340
 
1342
1341
  :type override_context: typing.Union[dict, bpy.types.Context]
1343
- :type execution_context: typing.Union[str, int]
1342
+ :type execution_context: str
1344
1343
  :type undo: bool
1345
1344
  :param method: Method, Unwrapping method (Angle Based usually gives better results than Conformal, while being somewhat slower)
1346
1345
  :type method: typing.Any
@@ -1369,13 +1368,13 @@ def unwrap(
1369
1368
 
1370
1369
  def weld(
1371
1370
  override_context: typing.Union[dict, bpy.types.Context] = None,
1372
- execution_context: typing.Union[str, int] = None,
1371
+ execution_context: str = None,
1373
1372
  undo: bool = None,
1374
1373
  ):
1375
1374
  """Weld selected UV vertices together
1376
1375
 
1377
1376
  :type override_context: typing.Union[dict, bpy.types.Context]
1378
- :type execution_context: typing.Union[str, int]
1377
+ :type execution_context: str
1379
1378
  :type undo: bool
1380
1379
  """
1381
1380