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
@@ -6,22 +6,22 @@ GenericType1 = typing.TypeVar("GenericType1")
6
6
  GenericType2 = typing.TypeVar("GenericType2")
7
7
 
8
8
  def add_simple_uvs(
9
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
10
- execution_context: str | int | None = None,
9
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
10
+ execution_context: int | str | None = None,
11
11
  undo: bool | None = None,
12
12
  ):
13
13
  """Add cube map UVs on mesh
14
14
 
15
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
16
- :type execution_context: str | int | None
15
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
16
+ :type execution_context: int | str | None
17
17
  :type undo: bool | None
18
18
  """
19
19
 
20
20
  ...
21
21
 
22
22
  def add_texture_paint_slot(
23
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
24
- execution_context: str | int | None = None,
23
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
24
+ execution_context: int | str | None = None,
25
25
  undo: bool | None = None,
26
26
  *,
27
27
  type: str | None = "BASE_COLOR",
@@ -38,8 +38,8 @@ def add_texture_paint_slot(
38
38
  ):
39
39
  """Add a paint slot
40
40
 
41
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
42
- :type execution_context: str | int | None
41
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
42
+ :type execution_context: int | str | None
43
43
  :type undo: bool | None
44
44
  :param type: Material Layer Type, Material layer type of new paint slot
45
45
  :type type: str | None
@@ -68,22 +68,22 @@ def add_texture_paint_slot(
68
68
  ...
69
69
 
70
70
  def brush_colors_flip(
71
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
72
- execution_context: str | int | None = None,
71
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
72
+ execution_context: int | str | None = None,
73
73
  undo: bool | None = None,
74
74
  ):
75
75
  """Swap primary and secondary brush colors
76
76
 
77
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
78
- :type execution_context: str | int | None
77
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
78
+ :type execution_context: int | str | None
79
79
  :type undo: bool | None
80
80
  """
81
81
 
82
82
  ...
83
83
 
84
84
  def brush_select(
85
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
86
- execution_context: str | int | None = None,
85
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
86
+ execution_context: int | str | None = None,
87
87
  undo: bool | None = None,
88
88
  *,
89
89
  sculpt_tool: str | None = "DRAW",
@@ -100,8 +100,8 @@ def brush_select(
100
100
  ):
101
101
  """Select a paint mode's brush by tool type
102
102
 
103
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
104
- :type execution_context: str | int | None
103
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
104
+ :type execution_context: int | str | None
105
105
  :type undo: bool | None
106
106
  :param sculpt_tool: sculpt_tool
107
107
  :type sculpt_tool: str | None
@@ -130,16 +130,16 @@ def brush_select(
130
130
  ...
131
131
 
132
132
  def face_select_all(
133
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
134
- execution_context: str | int | None = None,
133
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
134
+ execution_context: int | str | None = None,
135
135
  undo: bool | None = None,
136
136
  *,
137
137
  action: str | None = "TOGGLE",
138
138
  ):
139
139
  """Change selection for all faces
140
140
 
141
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
142
- :type execution_context: str | int | None
141
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
142
+ :type execution_context: int | str | None
143
143
  :type undo: bool | None
144
144
  :param action: Action, Selection action to execute
145
145
 
@@ -160,16 +160,16 @@ def face_select_all(
160
160
  ...
161
161
 
162
162
  def face_select_hide(
163
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
164
- execution_context: str | int | None = None,
163
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
164
+ execution_context: int | str | None = None,
165
165
  undo: bool | None = None,
166
166
  *,
167
167
  unselected: bool | typing.Any | None = False,
168
168
  ):
169
169
  """Hide selected faces
170
170
 
171
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
172
- :type execution_context: str | int | None
171
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
172
+ :type execution_context: int | str | None
173
173
  :type undo: bool | None
174
174
  :param unselected: Unselected, Hide unselected rather than selected objects
175
175
  :type unselected: bool | typing.Any | None
@@ -178,16 +178,16 @@ def face_select_hide(
178
178
  ...
179
179
 
180
180
  def face_select_less(
181
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
182
- execution_context: str | int | None = None,
181
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
182
+ execution_context: int | str | None = None,
183
183
  undo: bool | None = None,
184
184
  *,
185
185
  face_step: bool | typing.Any | None = True,
186
186
  ):
187
187
  """Deselect Faces connected to existing selection
188
188
 
189
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
190
- :type execution_context: str | int | None
189
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
190
+ :type execution_context: int | str | None
191
191
  :type undo: bool | None
192
192
  :param face_step: Face Step, Also deselect faces that only touch on a corner
193
193
  :type face_step: bool | typing.Any | None
@@ -196,30 +196,30 @@ def face_select_less(
196
196
  ...
197
197
 
198
198
  def face_select_linked(
199
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
200
- execution_context: str | int | None = None,
199
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
200
+ execution_context: int | str | None = None,
201
201
  undo: bool | None = None,
202
202
  ):
203
203
  """Select linked faces
204
204
 
205
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
206
- :type execution_context: str | int | None
205
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
206
+ :type execution_context: int | str | None
207
207
  :type undo: bool | None
208
208
  """
209
209
 
210
210
  ...
211
211
 
212
212
  def face_select_linked_pick(
213
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
214
- execution_context: str | int | None = None,
213
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
214
+ execution_context: int | str | None = None,
215
215
  undo: bool | None = None,
216
216
  *,
217
217
  deselect: bool | typing.Any | None = False,
218
218
  ):
219
219
  """Select linked faces under the cursor
220
220
 
221
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
222
- :type execution_context: str | int | None
221
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
222
+ :type execution_context: int | str | None
223
223
  :type undo: bool | None
224
224
  :param deselect: Deselect, Deselect rather than select items
225
225
  :type deselect: bool | typing.Any | None
@@ -228,8 +228,8 @@ def face_select_linked_pick(
228
228
  ...
229
229
 
230
230
  def face_select_loop(
231
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
232
- execution_context: str | int | None = None,
231
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
232
+ execution_context: int | str | None = None,
233
233
  undo: bool | None = None,
234
234
  *,
235
235
  select: bool | typing.Any | None = True,
@@ -237,8 +237,8 @@ def face_select_loop(
237
237
  ):
238
238
  """Select face loop under the cursor
239
239
 
240
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
241
- :type execution_context: str | int | None
240
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
241
+ :type execution_context: int | str | None
242
242
  :type undo: bool | None
243
243
  :param select: Select, If false, faces will be deselected
244
244
  :type select: bool | typing.Any | None
@@ -249,16 +249,16 @@ def face_select_loop(
249
249
  ...
250
250
 
251
251
  def face_select_more(
252
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
253
- execution_context: str | int | None = None,
252
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
253
+ execution_context: int | str | None = None,
254
254
  undo: bool | None = None,
255
255
  *,
256
256
  face_step: bool | typing.Any | None = True,
257
257
  ):
258
258
  """Select Faces connected to existing selection
259
259
 
260
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
261
- :type execution_context: str | int | None
260
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
261
+ :type execution_context: int | str | None
262
262
  :type undo: bool | None
263
263
  :param face_step: Face Step, Also select faces that only touch on a corner
264
264
  :type face_step: bool | typing.Any | None
@@ -267,16 +267,16 @@ def face_select_more(
267
267
  ...
268
268
 
269
269
  def face_vert_reveal(
270
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
271
- execution_context: str | int | None = None,
270
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
271
+ execution_context: int | str | None = None,
272
272
  undo: bool | None = None,
273
273
  *,
274
274
  select: bool | typing.Any | None = True,
275
275
  ):
276
276
  """Reveal hidden faces and vertices
277
277
 
278
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
279
- :type execution_context: str | int | None
278
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
279
+ :type execution_context: int | str | None
280
280
  :type undo: bool | None
281
281
  :param select: Select, Specifies whether the newly revealed geometry should be selected
282
282
  :type select: bool | typing.Any | None
@@ -285,16 +285,16 @@ def face_vert_reveal(
285
285
  ...
286
286
 
287
287
  def grab_clone(
288
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
289
- execution_context: str | int | None = None,
288
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
289
+ execution_context: int | str | None = None,
290
290
  undo: bool | None = None,
291
291
  *,
292
292
  delta: typing.Any | None = (0.0, 0.0),
293
293
  ):
294
294
  """Move the clone source image
295
295
 
296
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
297
- :type execution_context: str | int | None
296
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
297
+ :type execution_context: int | str | None
298
298
  :type undo: bool | None
299
299
  :param delta: Delta, Delta offset of clone image in 0.0 to 1.0 coordinates
300
300
  :type delta: typing.Any | None
@@ -303,8 +303,8 @@ def grab_clone(
303
303
  ...
304
304
 
305
305
  def hide_show(
306
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
307
- execution_context: str | int | None = None,
306
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
307
+ execution_context: int | str | None = None,
308
308
  undo: bool | None = None,
309
309
  *,
310
310
  xmin: typing.Any | None = 0,
@@ -318,8 +318,8 @@ def hide_show(
318
318
  ):
319
319
  """Hide/show some vertices
320
320
 
321
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
322
- :type execution_context: str | int | None
321
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
322
+ :type execution_context: int | str | None
323
323
  :type undo: bool | None
324
324
  :param xmin: X Min
325
325
  :type xmin: typing.Any | None
@@ -354,16 +354,16 @@ def hide_show(
354
354
  ...
355
355
 
356
356
  def hide_show_all(
357
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
358
- execution_context: str | int | None = None,
357
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
358
+ execution_context: int | str | None = None,
359
359
  undo: bool | None = None,
360
360
  *,
361
361
  action: str | None = "HIDE",
362
362
  ):
363
363
  """Hide/show all vertices
364
364
 
365
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
366
- :type execution_context: str | int | None
365
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
366
+ :type execution_context: int | str | None
367
367
  :type undo: bool | None
368
368
  :param action: Visibility Action, Whether to hide or show vertices
369
369
 
@@ -378,8 +378,8 @@ def hide_show_all(
378
378
  ...
379
379
 
380
380
  def hide_show_lasso_gesture(
381
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
382
- execution_context: str | int | None = None,
381
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
382
+ execution_context: int | str | None = None,
383
383
  undo: bool | None = None,
384
384
  *,
385
385
  path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
@@ -389,8 +389,8 @@ def hide_show_lasso_gesture(
389
389
  ):
390
390
  """Hide/show some vertices
391
391
 
392
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
393
- :type execution_context: str | int | None
392
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
393
+ :type execution_context: int | str | None
394
394
  :type undo: bool | None
395
395
  :param path: Path
396
396
  :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
@@ -417,8 +417,8 @@ def hide_show_lasso_gesture(
417
417
  ...
418
418
 
419
419
  def hide_show_line_gesture(
420
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
421
- execution_context: str | int | None = None,
420
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
421
+ execution_context: int | str | None = None,
422
422
  undo: bool | None = None,
423
423
  *,
424
424
  xstart: typing.Any | None = 0,
@@ -434,8 +434,8 @@ def hide_show_line_gesture(
434
434
  ):
435
435
  """Hide/show some vertices
436
436
 
437
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
438
- :type execution_context: str | int | None
437
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
438
+ :type execution_context: int | str | None
439
439
  :type undo: bool | None
440
440
  :param xstart: X Start
441
441
  :type xstart: typing.Any | None
@@ -474,16 +474,16 @@ def hide_show_line_gesture(
474
474
  ...
475
475
 
476
476
  def hide_show_masked(
477
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
478
- execution_context: str | int | None = None,
477
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
478
+ execution_context: int | str | None = None,
479
479
  undo: bool | None = None,
480
480
  *,
481
481
  action: str | None = "HIDE",
482
482
  ):
483
483
  """Hide/show all masked vertices above a threshold
484
484
 
485
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
486
- :type execution_context: str | int | None
485
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
486
+ :type execution_context: int | str | None
487
487
  :type undo: bool | None
488
488
  :param action: Visibility Action, Whether to hide or show vertices
489
489
 
@@ -498,8 +498,8 @@ def hide_show_masked(
498
498
  ...
499
499
 
500
500
  def hide_show_polyline_gesture(
501
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
502
- execution_context: str | int | None = None,
501
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
502
+ execution_context: int | str | None = None,
503
503
  undo: bool | None = None,
504
504
  *,
505
505
  path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
@@ -509,8 +509,8 @@ def hide_show_polyline_gesture(
509
509
  ):
510
510
  """Hide/show some vertices
511
511
 
512
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
513
- :type execution_context: str | int | None
512
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
513
+ :type execution_context: int | str | None
514
514
  :type undo: bool | None
515
515
  :param path: Path
516
516
  :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
@@ -537,16 +537,16 @@ def hide_show_polyline_gesture(
537
537
  ...
538
538
 
539
539
  def image_from_view(
540
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
541
- execution_context: str | int | None = None,
540
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
541
+ execution_context: int | str | None = None,
542
542
  undo: bool | None = None,
543
543
  *,
544
544
  filepath: str | typing.Any = "",
545
545
  ):
546
546
  """Make an image from biggest 3D view for reprojection
547
547
 
548
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
549
- :type execution_context: str | int | None
548
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
549
+ :type execution_context: int | str | None
550
550
  :type undo: bool | None
551
551
  :param filepath: File Path, Name of the file
552
552
  :type filepath: str | typing.Any
@@ -555,8 +555,8 @@ def image_from_view(
555
555
  ...
556
556
 
557
557
  def image_paint(
558
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
559
- execution_context: str | int | None = None,
558
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
559
+ execution_context: int | str | None = None,
560
560
  undo: bool | None = None,
561
561
  *,
562
562
  stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
@@ -565,8 +565,8 @@ def image_paint(
565
565
  ):
566
566
  """Paint a stroke into the image
567
567
 
568
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
569
- :type execution_context: str | int | None
568
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
569
+ :type execution_context: int | str | None
570
570
  :type undo: bool | None
571
571
  :param stroke: Stroke
572
572
  :type stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement] | None
@@ -586,8 +586,8 @@ def image_paint(
586
586
  ...
587
587
 
588
588
  def mask_box_gesture(
589
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
590
- execution_context: str | int | None = None,
589
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
590
+ execution_context: int | str | None = None,
591
591
  undo: bool | None = None,
592
592
  *,
593
593
  xmin: typing.Any | None = 0,
@@ -601,8 +601,8 @@ def mask_box_gesture(
601
601
  ):
602
602
  """Mask within a rectangle defined by the cursor
603
603
 
604
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
605
- :type execution_context: str | int | None
604
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
605
+ :type execution_context: int | str | None
606
606
  :type undo: bool | None
607
607
  :param xmin: X Min
608
608
  :type xmin: typing.Any | None
@@ -634,8 +634,8 @@ def mask_box_gesture(
634
634
  ...
635
635
 
636
636
  def mask_flood_fill(
637
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
638
- execution_context: str | int | None = None,
637
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
638
+ execution_context: int | str | None = None,
639
639
  undo: bool | None = None,
640
640
  *,
641
641
  mode: str | None = "VALUE",
@@ -643,8 +643,8 @@ def mask_flood_fill(
643
643
  ):
644
644
  """Fill the whole mask with a given value, or invert its values
645
645
 
646
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
647
- :type execution_context: str | int | None
646
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
647
+ :type execution_context: int | str | None
648
648
  :type undo: bool | None
649
649
  :param mode: Mode
650
650
 
@@ -664,8 +664,8 @@ def mask_flood_fill(
664
664
  ...
665
665
 
666
666
  def mask_lasso_gesture(
667
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
668
- execution_context: str | int | None = None,
667
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
668
+ execution_context: int | str | None = None,
669
669
  undo: bool | None = None,
670
670
  *,
671
671
  path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
@@ -675,8 +675,8 @@ def mask_lasso_gesture(
675
675
  ):
676
676
  """Mask within a shape defined by the cursor
677
677
 
678
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
679
- :type execution_context: str | int | None
678
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
679
+ :type execution_context: int | str | None
680
680
  :type undo: bool | None
681
681
  :param path: Path
682
682
  :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
@@ -700,8 +700,8 @@ def mask_lasso_gesture(
700
700
  ...
701
701
 
702
702
  def mask_line_gesture(
703
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
704
- execution_context: str | int | None = None,
703
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
704
+ execution_context: int | str | None = None,
705
705
  undo: bool | None = None,
706
706
  *,
707
707
  xstart: typing.Any | None = 0,
@@ -717,8 +717,8 @@ def mask_line_gesture(
717
717
  ):
718
718
  """Mask to one side of a line defined by the cursor
719
719
 
720
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
721
- :type execution_context: str | int | None
720
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
721
+ :type execution_context: int | str | None
722
722
  :type undo: bool | None
723
723
  :param xstart: X Start
724
724
  :type xstart: typing.Any | None
@@ -754,8 +754,8 @@ def mask_line_gesture(
754
754
  ...
755
755
 
756
756
  def mask_polyline_gesture(
757
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
758
- execution_context: str | int | None = None,
757
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
758
+ execution_context: int | str | None = None,
759
759
  undo: bool | None = None,
760
760
  *,
761
761
  path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
@@ -765,8 +765,8 @@ def mask_polyline_gesture(
765
765
  ):
766
766
  """Mask within a shape defined by the cursor
767
767
 
768
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
769
- :type execution_context: str | int | None
768
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
769
+ :type execution_context: int | str | None
770
770
  :type undo: bool | None
771
771
  :param path: Path
772
772
  :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
@@ -790,16 +790,16 @@ def mask_polyline_gesture(
790
790
  ...
791
791
 
792
792
  def project_image(
793
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
794
- execution_context: str | int | None = None,
793
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
794
+ execution_context: int | str | None = None,
795
795
  undo: bool | None = None,
796
796
  *,
797
797
  image: str | None = "",
798
798
  ):
799
799
  """Project an edited render from the active camera back onto the object
800
800
 
801
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
802
- :type execution_context: str | int | None
801
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
802
+ :type execution_context: int | str | None
803
803
  :type undo: bool | None
804
804
  :param image: Image
805
805
  :type image: str | None
@@ -808,8 +808,8 @@ def project_image(
808
808
  ...
809
809
 
810
810
  def sample_color(
811
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
812
- execution_context: str | int | None = None,
811
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
812
+ execution_context: int | str | None = None,
813
813
  undo: bool | None = None,
814
814
  *,
815
815
  location: typing.Any | None = (0, 0),
@@ -818,8 +818,8 @@ def sample_color(
818
818
  ):
819
819
  """Use the mouse to sample a color in the image
820
820
 
821
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
822
- :type execution_context: str | int | None
821
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
822
+ :type execution_context: int | str | None
823
823
  :type undo: bool | None
824
824
  :param location: Location
825
825
  :type location: typing.Any | None
@@ -832,30 +832,30 @@ def sample_color(
832
832
  ...
833
833
 
834
834
  def texture_paint_toggle(
835
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
836
- execution_context: str | int | None = None,
835
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
836
+ execution_context: int | str | None = None,
837
837
  undo: bool | None = None,
838
838
  ):
839
839
  """Toggle texture paint mode in 3D view
840
840
 
841
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
842
- :type execution_context: str | int | None
841
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
842
+ :type execution_context: int | str | None
843
843
  :type undo: bool | None
844
844
  """
845
845
 
846
846
  ...
847
847
 
848
848
  def vert_select_all(
849
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
850
- execution_context: str | int | None = None,
849
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
850
+ execution_context: int | str | None = None,
851
851
  undo: bool | None = None,
852
852
  *,
853
853
  action: str | None = "TOGGLE",
854
854
  ):
855
855
  """Change selection for all vertices
856
856
 
857
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
858
- :type execution_context: str | int | None
857
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
858
+ :type execution_context: int | str | None
859
859
  :type undo: bool | None
860
860
  :param action: Action, Selection action to execute
861
861
 
@@ -876,16 +876,16 @@ def vert_select_all(
876
876
  ...
877
877
 
878
878
  def vert_select_hide(
879
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
880
- execution_context: str | int | None = None,
879
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
880
+ execution_context: int | str | None = None,
881
881
  undo: bool | None = None,
882
882
  *,
883
883
  unselected: bool | typing.Any | None = False,
884
884
  ):
885
885
  """Hide selected vertices
886
886
 
887
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
888
- :type execution_context: str | int | None
887
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
888
+ :type execution_context: int | str | None
889
889
  :type undo: bool | None
890
890
  :param unselected: Unselected, Hide unselected rather than selected vertices
891
891
  :type unselected: bool | typing.Any | None
@@ -894,16 +894,16 @@ def vert_select_hide(
894
894
  ...
895
895
 
896
896
  def vert_select_less(
897
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
898
- execution_context: str | int | None = None,
897
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
898
+ execution_context: int | str | None = None,
899
899
  undo: bool | None = None,
900
900
  *,
901
901
  face_step: bool | typing.Any | None = True,
902
902
  ):
903
903
  """Deselect Vertices connected to existing selection
904
904
 
905
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
906
- :type execution_context: str | int | None
905
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
906
+ :type execution_context: int | str | None
907
907
  :type undo: bool | None
908
908
  :param face_step: Face Step, Also deselect faces that only touch on a corner
909
909
  :type face_step: bool | typing.Any | None
@@ -912,30 +912,30 @@ def vert_select_less(
912
912
  ...
913
913
 
914
914
  def vert_select_linked(
915
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
916
- execution_context: str | int | None = None,
915
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
916
+ execution_context: int | str | None = None,
917
917
  undo: bool | None = None,
918
918
  ):
919
919
  """Select linked vertices
920
920
 
921
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
922
- :type execution_context: str | int | None
921
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
922
+ :type execution_context: int | str | None
923
923
  :type undo: bool | None
924
924
  """
925
925
 
926
926
  ...
927
927
 
928
928
  def vert_select_linked_pick(
929
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
930
- execution_context: str | int | None = None,
929
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
930
+ execution_context: int | str | None = None,
931
931
  undo: bool | None = None,
932
932
  *,
933
933
  select: bool | typing.Any | None = True,
934
934
  ):
935
935
  """Select linked vertices under the cursor
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
  :param select: Select, Whether to select or deselect linked vertices under the cursor
941
941
  :type select: bool | typing.Any | None
@@ -944,16 +944,16 @@ def vert_select_linked_pick(
944
944
  ...
945
945
 
946
946
  def vert_select_more(
947
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
948
- execution_context: str | int | None = None,
947
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
948
+ execution_context: int | str | None = None,
949
949
  undo: bool | None = None,
950
950
  *,
951
951
  face_step: bool | typing.Any | None = True,
952
952
  ):
953
953
  """Select Vertices connected to existing selection
954
954
 
955
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
956
- :type execution_context: str | int | None
955
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
956
+ :type execution_context: int | str | None
957
957
  :type undo: bool | None
958
958
  :param face_step: Face Step, Also select faces that only touch on a corner
959
959
  :type face_step: bool | typing.Any | None
@@ -962,16 +962,16 @@ def vert_select_more(
962
962
  ...
963
963
 
964
964
  def vert_select_ungrouped(
965
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
966
- execution_context: str | int | None = None,
965
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
966
+ execution_context: int | str | None = None,
967
967
  undo: bool | None = None,
968
968
  *,
969
969
  extend: bool | typing.Any | None = False,
970
970
  ):
971
971
  """Select vertices without a group
972
972
 
973
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
974
- :type execution_context: str | int | None
973
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
974
+ :type execution_context: int | str | None
975
975
  :type undo: bool | None
976
976
  :param extend: Extend, Extend the selection
977
977
  :type extend: bool | typing.Any | None
@@ -980,8 +980,8 @@ def vert_select_ungrouped(
980
980
  ...
981
981
 
982
982
  def vertex_color_brightness_contrast(
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
  brightness: typing.Any | None = 0.0,
@@ -989,8 +989,8 @@ def vertex_color_brightness_contrast(
989
989
  ):
990
990
  """Adjust vertex color brightness/contrast
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 brightness: Brightness
996
996
  :type brightness: typing.Any | None
@@ -1001,8 +1001,8 @@ def vertex_color_brightness_contrast(
1001
1001
  ...
1002
1002
 
1003
1003
  def vertex_color_dirt(
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
  blur_strength: typing.Any | None = 1.0,
@@ -1014,8 +1014,8 @@ def vertex_color_dirt(
1014
1014
  ):
1015
1015
  """Generate a dirt map gradient based on cavity
1016
1016
 
1017
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1018
- :type execution_context: str | int | None
1017
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1018
+ :type execution_context: int | str | None
1019
1019
  :type undo: bool | None
1020
1020
  :param blur_strength: Blur Strength, Blur strength per iteration
1021
1021
  :type blur_strength: typing.Any | None
@@ -1034,22 +1034,22 @@ def vertex_color_dirt(
1034
1034
  ...
1035
1035
 
1036
1036
  def vertex_color_from_weight(
1037
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1038
- execution_context: str | int | None = None,
1037
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1038
+ execution_context: int | str | None = None,
1039
1039
  undo: bool | None = None,
1040
1040
  ):
1041
1041
  """Convert active weight into gray scale vertex colors
1042
1042
 
1043
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1044
- :type execution_context: str | int | None
1043
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1044
+ :type execution_context: int | str | None
1045
1045
  :type undo: bool | None
1046
1046
  """
1047
1047
 
1048
1048
  ...
1049
1049
 
1050
1050
  def vertex_color_hsv(
1051
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1052
- execution_context: str | int | None = None,
1051
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1052
+ execution_context: int | str | None = None,
1053
1053
  undo: bool | None = None,
1054
1054
  *,
1055
1055
  h: typing.Any | None = 0.5,
@@ -1058,8 +1058,8 @@ def vertex_color_hsv(
1058
1058
  ):
1059
1059
  """Adjust vertex color Hue/Saturation/Value
1060
1060
 
1061
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1062
- :type execution_context: str | int | None
1061
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1062
+ :type execution_context: int | str | None
1063
1063
  :type undo: bool | None
1064
1064
  :param h: Hue
1065
1065
  :type h: typing.Any | None
@@ -1072,22 +1072,22 @@ def vertex_color_hsv(
1072
1072
  ...
1073
1073
 
1074
1074
  def vertex_color_invert(
1075
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1076
- execution_context: str | int | None = None,
1075
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1076
+ execution_context: int | str | None = None,
1077
1077
  undo: bool | None = None,
1078
1078
  ):
1079
1079
  """Invert RGB values
1080
1080
 
1081
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1082
- :type execution_context: str | int | None
1081
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1082
+ :type execution_context: int | str | None
1083
1083
  :type undo: bool | None
1084
1084
  """
1085
1085
 
1086
1086
  ...
1087
1087
 
1088
1088
  def vertex_color_levels(
1089
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1090
- execution_context: str | int | None = None,
1089
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1090
+ execution_context: int | str | None = None,
1091
1091
  undo: bool | None = None,
1092
1092
  *,
1093
1093
  offset: typing.Any | None = 0.0,
@@ -1095,8 +1095,8 @@ def vertex_color_levels(
1095
1095
  ):
1096
1096
  """Adjust levels of vertex colors
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
  :param offset: Offset, Value to add to colors
1102
1102
  :type offset: typing.Any | None
@@ -1107,16 +1107,16 @@ def vertex_color_levels(
1107
1107
  ...
1108
1108
 
1109
1109
  def vertex_color_set(
1110
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1111
- execution_context: str | int | None = None,
1110
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1111
+ execution_context: int | str | None = None,
1112
1112
  undo: bool | None = None,
1113
1113
  *,
1114
1114
  use_alpha: bool | typing.Any | None = True,
1115
1115
  ):
1116
1116
  """Fill the active vertex color layer with the current paint color
1117
1117
 
1118
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1119
- :type execution_context: str | int | None
1118
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1119
+ :type execution_context: int | str | None
1120
1120
  :type undo: bool | None
1121
1121
  :param use_alpha: Affect Alpha, Set color completely opaque instead of reusing existing alpha
1122
1122
  :type use_alpha: bool | typing.Any | None
@@ -1125,22 +1125,22 @@ def vertex_color_set(
1125
1125
  ...
1126
1126
 
1127
1127
  def vertex_color_smooth(
1128
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1129
- execution_context: str | int | None = None,
1128
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1129
+ execution_context: int | str | None = None,
1130
1130
  undo: bool | None = None,
1131
1131
  ):
1132
1132
  """Smooth colors across vertices
1133
1133
 
1134
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1135
- :type execution_context: str | int | None
1134
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1135
+ :type execution_context: int | str | None
1136
1136
  :type undo: bool | None
1137
1137
  """
1138
1138
 
1139
1139
  ...
1140
1140
 
1141
1141
  def vertex_paint(
1142
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1143
- execution_context: str | int | None = None,
1142
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1143
+ execution_context: int | str | None = None,
1144
1144
  undo: bool | None = None,
1145
1145
  *,
1146
1146
  stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
@@ -1149,8 +1149,8 @@ def vertex_paint(
1149
1149
  ):
1150
1150
  """Paint a stroke in the active color attribute layer
1151
1151
 
1152
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1153
- :type execution_context: str | int | None
1152
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1153
+ :type execution_context: int | str | None
1154
1154
  :type undo: bool | None
1155
1155
  :param stroke: Stroke
1156
1156
  :type stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement] | None
@@ -1170,22 +1170,22 @@ def vertex_paint(
1170
1170
  ...
1171
1171
 
1172
1172
  def vertex_paint_toggle(
1173
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1174
- execution_context: str | int | None = None,
1173
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1174
+ execution_context: int | str | None = None,
1175
1175
  undo: bool | None = None,
1176
1176
  ):
1177
1177
  """Toggle the vertex paint mode in 3D view
1178
1178
 
1179
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1180
- :type execution_context: str | int | None
1179
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1180
+ :type execution_context: int | str | None
1181
1181
  :type undo: bool | None
1182
1182
  """
1183
1183
 
1184
1184
  ...
1185
1185
 
1186
1186
  def visibility_filter(
1187
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1188
- execution_context: str | int | None = None,
1187
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1188
+ execution_context: int | str | None = None,
1189
1189
  undo: bool | None = None,
1190
1190
  *,
1191
1191
  action: str | None = "GROW",
@@ -1194,8 +1194,8 @@ def visibility_filter(
1194
1194
  ):
1195
1195
  """Edit the visibility of the current mesh
1196
1196
 
1197
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1198
- :type execution_context: str | int | None
1197
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1198
+ :type execution_context: int | str | None
1199
1199
  :type undo: bool | None
1200
1200
  :param action: Action
1201
1201
 
@@ -1214,30 +1214,30 @@ def visibility_filter(
1214
1214
  ...
1215
1215
 
1216
1216
  def visibility_invert(
1217
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1218
- execution_context: str | int | None = None,
1217
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1218
+ execution_context: int | str | None = None,
1219
1219
  undo: bool | None = None,
1220
1220
  ):
1221
1221
  """Invert the visibility of all vertices
1222
1222
 
1223
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1224
- :type execution_context: str | int | None
1223
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1224
+ :type execution_context: int | str | None
1225
1225
  :type undo: bool | None
1226
1226
  """
1227
1227
 
1228
1228
  ...
1229
1229
 
1230
1230
  def weight_from_bones(
1231
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1232
- execution_context: str | int | None = None,
1231
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1232
+ execution_context: int | str | None = None,
1233
1233
  undo: bool | None = None,
1234
1234
  *,
1235
1235
  type: str | None = "AUTOMATIC",
1236
1236
  ):
1237
1237
  """Set the weights of the groups matching the attached armature's selected bones, using the distance between the vertices and the bones
1238
1238
 
1239
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1240
- :type execution_context: str | int | None
1239
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1240
+ :type execution_context: int | str | None
1241
1241
  :type undo: bool | None
1242
1242
  :param type: Type, Method to use for assigning weights
1243
1243
 
@@ -1252,8 +1252,8 @@ def weight_from_bones(
1252
1252
  ...
1253
1253
 
1254
1254
  def weight_gradient(
1255
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1256
- execution_context: str | int | None = None,
1255
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1256
+ execution_context: int | str | None = None,
1257
1257
  undo: bool | None = None,
1258
1258
  *,
1259
1259
  type: str | None = "LINEAR",
@@ -1266,8 +1266,8 @@ def weight_gradient(
1266
1266
  ):
1267
1267
  """Draw a line to apply a weight gradient to selected vertices
1268
1268
 
1269
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1270
- :type execution_context: str | int | None
1269
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1270
+ :type execution_context: int | str | None
1271
1271
  :type undo: bool | None
1272
1272
  :param type: Type
1273
1273
  :type type: str | None
@@ -1288,8 +1288,8 @@ def weight_gradient(
1288
1288
  ...
1289
1289
 
1290
1290
  def weight_paint(
1291
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1292
- execution_context: str | int | None = None,
1291
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1292
+ execution_context: int | str | None = None,
1293
1293
  undo: bool | None = None,
1294
1294
  *,
1295
1295
  stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
@@ -1298,8 +1298,8 @@ def weight_paint(
1298
1298
  ):
1299
1299
  """Paint a stroke in the current vertex group's weights
1300
1300
 
1301
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1302
- :type execution_context: str | int | None
1301
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1302
+ :type execution_context: int | str | None
1303
1303
  :type undo: bool | None
1304
1304
  :param stroke: Stroke
1305
1305
  :type stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement] | None
@@ -1319,56 +1319,56 @@ def weight_paint(
1319
1319
  ...
1320
1320
 
1321
1321
  def weight_paint_toggle(
1322
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1323
- execution_context: str | int | None = None,
1322
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1323
+ execution_context: int | str | None = None,
1324
1324
  undo: bool | None = None,
1325
1325
  ):
1326
1326
  """Toggle weight paint mode in 3D view
1327
1327
 
1328
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1329
- :type execution_context: str | int | None
1328
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1329
+ :type execution_context: int | str | None
1330
1330
  :type undo: bool | None
1331
1331
  """
1332
1332
 
1333
1333
  ...
1334
1334
 
1335
1335
  def weight_sample(
1336
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1337
- execution_context: str | int | None = None,
1336
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1337
+ execution_context: int | str | None = None,
1338
1338
  undo: bool | None = None,
1339
1339
  ):
1340
1340
  """Use the mouse to sample a weight in the 3D view
1341
1341
 
1342
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1343
- :type execution_context: str | int | None
1342
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1343
+ :type execution_context: int | str | None
1344
1344
  :type undo: bool | None
1345
1345
  """
1346
1346
 
1347
1347
  ...
1348
1348
 
1349
1349
  def weight_sample_group(
1350
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1351
- execution_context: str | int | None = None,
1350
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1351
+ execution_context: int | str | None = None,
1352
1352
  undo: bool | None = None,
1353
1353
  ):
1354
1354
  """Select one of the vertex groups available under current mouse position
1355
1355
 
1356
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1357
- :type execution_context: str | int | None
1356
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1357
+ :type execution_context: int | str | None
1358
1358
  :type undo: bool | None
1359
1359
  """
1360
1360
 
1361
1361
  ...
1362
1362
 
1363
1363
  def weight_set(
1364
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1365
- execution_context: str | int | None = None,
1364
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1365
+ execution_context: int | str | None = None,
1366
1366
  undo: bool | None = None,
1367
1367
  ):
1368
1368
  """Fill the active vertex group with the current paint weight
1369
1369
 
1370
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1371
- :type execution_context: str | int | None
1370
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1371
+ :type execution_context: int | str | None
1372
1372
  :type undo: bool | None
1373
1373
  """
1374
1374