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
@@ -7,8 +7,8 @@ GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
9
  def add_bezier(
10
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
11
- execution_context: str | int | None = None,
10
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
11
+ execution_context: int | str | None = None,
12
12
  undo: bool | None = None,
13
13
  *,
14
14
  radius: typing.Any | None = 1.0,
@@ -20,8 +20,8 @@ def add_bezier(
20
20
  ):
21
21
  """Add new bezier curve
22
22
 
23
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
24
- :type execution_context: str | int | None
23
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
24
+ :type execution_context: int | str | None
25
25
  :type undo: bool | None
26
26
  :param radius: Radius
27
27
  :type radius: typing.Any | None
@@ -49,8 +49,8 @@ def add_bezier(
49
49
  ...
50
50
 
51
51
  def add_circle(
52
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
53
- execution_context: str | int | None = None,
52
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
53
+ execution_context: int | str | None = None,
54
54
  undo: bool | None = None,
55
55
  *,
56
56
  radius: typing.Any | None = 1.0,
@@ -62,8 +62,8 @@ def add_circle(
62
62
  ):
63
63
  """Add new circle curve
64
64
 
65
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
66
- :type execution_context: str | int | None
65
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
66
+ :type execution_context: int | str | None
67
67
  :type undo: bool | None
68
68
  :param radius: Radius
69
69
  :type radius: typing.Any | None
@@ -91,8 +91,8 @@ def add_circle(
91
91
  ...
92
92
 
93
93
  def attribute_set(
94
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
95
- execution_context: str | int | None = None,
94
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
95
+ execution_context: int | str | None = None,
96
96
  undo: bool | None = None,
97
97
  *,
98
98
  value_float: typing.Any | None = 0.0,
@@ -105,8 +105,8 @@ def attribute_set(
105
105
  ):
106
106
  """Set values of the active attribute for selected elements
107
107
 
108
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
109
- :type execution_context: str | int | None
108
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
109
+ :type execution_context: int | str | None
110
110
  :type undo: bool | None
111
111
  :param value_float: Value
112
112
  :type value_float: typing.Any | None
@@ -127,36 +127,36 @@ def attribute_set(
127
127
  ...
128
128
 
129
129
  def convert_from_particle_system(
130
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
131
- execution_context: str | int | None = None,
130
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
131
+ execution_context: int | str | None = None,
132
132
  undo: bool | None = None,
133
133
  ):
134
134
  """Add a new curves object based on the current state of the particle system
135
135
 
136
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
137
- :type execution_context: str | int | None
136
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
137
+ :type execution_context: int | str | None
138
138
  :type undo: bool | None
139
139
  """
140
140
 
141
141
  ...
142
142
 
143
143
  def convert_to_particle_system(
144
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
145
- execution_context: str | int | None = None,
144
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
145
+ execution_context: int | str | None = None,
146
146
  undo: bool | None = None,
147
147
  ):
148
148
  """Add a new or update an existing hair particle system on the surface object
149
149
 
150
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
151
- :type execution_context: str | int | None
150
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
151
+ :type execution_context: int | str | None
152
152
  :type undo: bool | None
153
153
  """
154
154
 
155
155
  ...
156
156
 
157
157
  def curve_type_set(
158
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
159
- execution_context: str | int | None = None,
158
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
159
+ execution_context: int | str | None = None,
160
160
  undo: bool | None = None,
161
161
  *,
162
162
  type: str | None = "POLY",
@@ -164,8 +164,8 @@ def curve_type_set(
164
164
  ):
165
165
  """Set type of selected curves
166
166
 
167
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
168
- :type execution_context: str | int | None
167
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
168
+ :type execution_context: int | str | None
169
169
  :type undo: bool | None
170
170
  :param type: Type, Curve type
171
171
  :type type: str | None
@@ -176,36 +176,36 @@ def curve_type_set(
176
176
  ...
177
177
 
178
178
  def cyclic_toggle(
179
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
180
- execution_context: str | int | None = None,
179
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
180
+ execution_context: int | str | None = None,
181
181
  undo: bool | None = None,
182
182
  ):
183
183
  """Make active curve closed/opened loop
184
184
 
185
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
186
- :type execution_context: str | int | None
185
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
186
+ :type execution_context: int | str | None
187
187
  :type undo: bool | None
188
188
  """
189
189
 
190
190
  ...
191
191
 
192
192
  def delete(
193
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
194
- execution_context: str | int | None = None,
193
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
194
+ execution_context: int | str | None = None,
195
195
  undo: bool | None = None,
196
196
  ):
197
197
  """Remove selected control points or curves
198
198
 
199
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
200
- :type execution_context: str | int | None
199
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
200
+ :type execution_context: int | str | None
201
201
  :type undo: bool | None
202
202
  """
203
203
 
204
204
  ...
205
205
 
206
206
  def draw(
207
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
208
- execution_context: str | int | None = None,
207
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
208
+ execution_context: int | str | None = None,
209
209
  undo: bool | None = None,
210
210
  *,
211
211
  error_threshold: typing.Any | None = 0.0,
@@ -220,8 +220,8 @@ def draw(
220
220
  ):
221
221
  """Draw a freehand curve
222
222
 
223
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
224
- :type execution_context: str | int | None
223
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
224
+ :type execution_context: int | str | None
225
225
  :type undo: bool | None
226
226
  :param error_threshold: Error, Error distance threshold (in object units)
227
227
  :type error_threshold: typing.Any | None
@@ -244,22 +244,22 @@ def draw(
244
244
  ...
245
245
 
246
246
  def duplicate(
247
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
248
- execution_context: str | int | None = None,
247
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
248
+ execution_context: int | str | None = None,
249
249
  undo: bool | None = None,
250
250
  ):
251
251
  """Copy selected points or curves
252
252
 
253
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
254
- :type execution_context: str | int | None
253
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
254
+ :type execution_context: int | str | None
255
255
  :type undo: bool | None
256
256
  """
257
257
 
258
258
  ...
259
259
 
260
260
  def duplicate_move(
261
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
262
- execution_context: str | int | None = None,
261
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
262
+ execution_context: int | str | None = None,
263
263
  undo: bool | None = None,
264
264
  *,
265
265
  CURVES_OT_duplicate: duplicate | None = None,
@@ -267,8 +267,8 @@ def duplicate_move(
267
267
  ):
268
268
  """Make copies of selected elements and move them
269
269
 
270
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
271
- :type execution_context: str | int | None
270
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
271
+ :type execution_context: int | str | None
272
272
  :type undo: bool | None
273
273
  :param CURVES_OT_duplicate: Duplicate, Copy selected points or curves
274
274
  :type CURVES_OT_duplicate: duplicate | None
@@ -279,22 +279,22 @@ def duplicate_move(
279
279
  ...
280
280
 
281
281
  def extrude(
282
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
283
- execution_context: str | int | None = None,
282
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
283
+ execution_context: int | str | None = None,
284
284
  undo: bool | None = None,
285
285
  ):
286
286
  """Extrude selected control point(s)
287
287
 
288
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
289
- :type execution_context: str | int | None
288
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
289
+ :type execution_context: int | str | None
290
290
  :type undo: bool | None
291
291
  """
292
292
 
293
293
  ...
294
294
 
295
295
  def extrude_move(
296
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
297
- execution_context: str | int | None = None,
296
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
297
+ execution_context: int | str | None = None,
298
298
  undo: bool | None = None,
299
299
  *,
300
300
  CURVES_OT_extrude: extrude | None = None,
@@ -302,8 +302,8 @@ def extrude_move(
302
302
  ):
303
303
  """Extrude curve and move result
304
304
 
305
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
306
- :type execution_context: str | int | None
305
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
306
+ :type execution_context: int | str | None
307
307
  :type undo: bool | None
308
308
  :param CURVES_OT_extrude: Extrude, Extrude selected control point(s)
309
309
  :type CURVES_OT_extrude: extrude | None
@@ -314,16 +314,16 @@ def extrude_move(
314
314
  ...
315
315
 
316
316
  def handle_type_set(
317
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
318
- execution_context: str | int | None = None,
317
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
318
+ execution_context: int | str | None = None,
319
319
  undo: bool | None = None,
320
320
  *,
321
321
  type: str | None = "AUTO",
322
322
  ):
323
323
  """Set the handle type for bezier curves
324
324
 
325
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
326
- :type execution_context: str | int | None
325
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
326
+ :type execution_context: int | str | None
327
327
  :type undo: bool | None
328
328
  :param type: Type
329
329
  :type type: str | None
@@ -332,30 +332,30 @@ def handle_type_set(
332
332
  ...
333
333
 
334
334
  def sculptmode_toggle(
335
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
336
- execution_context: str | int | None = None,
335
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
336
+ execution_context: int | str | None = None,
337
337
  undo: bool | None = None,
338
338
  ):
339
339
  """Enter/Exit sculpt mode for curves
340
340
 
341
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
342
- :type execution_context: str | int | None
341
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
342
+ :type execution_context: int | str | None
343
343
  :type undo: bool | None
344
344
  """
345
345
 
346
346
  ...
347
347
 
348
348
  def select_all(
349
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
350
- execution_context: str | int | None = None,
349
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
350
+ execution_context: int | str | None = None,
351
351
  undo: bool | None = None,
352
352
  *,
353
353
  action: str | None = "TOGGLE",
354
354
  ):
355
355
  """(De)select all control points
356
356
 
357
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
358
- :type execution_context: str | int | None
357
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
358
+ :type execution_context: int | str | None
359
359
  :type undo: bool | None
360
360
  :param action: Action, Selection action to execute
361
361
 
@@ -376,8 +376,8 @@ def select_all(
376
376
  ...
377
377
 
378
378
  def select_ends(
379
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
380
- execution_context: str | int | None = None,
379
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
380
+ execution_context: int | str | None = None,
381
381
  undo: bool | None = None,
382
382
  *,
383
383
  amount_start: typing.Any | None = 0,
@@ -385,8 +385,8 @@ def select_ends(
385
385
  ):
386
386
  """Select end points of curves
387
387
 
388
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
389
- :type execution_context: str | int | None
388
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
389
+ :type execution_context: int | str | None
390
390
  :type undo: bool | None
391
391
  :param amount_start: Amount Front, Number of points to select from the front
392
392
  :type amount_start: typing.Any | None
@@ -397,50 +397,50 @@ def select_ends(
397
397
  ...
398
398
 
399
399
  def select_less(
400
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
401
- execution_context: str | int | None = None,
400
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
401
+ execution_context: int | str | None = None,
402
402
  undo: bool | None = None,
403
403
  ):
404
404
  """Shrink the selection by one point
405
405
 
406
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
407
- :type execution_context: str | int | None
406
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
407
+ :type execution_context: int | str | None
408
408
  :type undo: bool | None
409
409
  """
410
410
 
411
411
  ...
412
412
 
413
413
  def select_linked(
414
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
415
- execution_context: str | int | None = None,
414
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
415
+ execution_context: int | str | None = None,
416
416
  undo: bool | None = None,
417
417
  ):
418
418
  """Select all points in curves with any point selection
419
419
 
420
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
421
- :type execution_context: str | int | None
420
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
421
+ :type execution_context: int | str | None
422
422
  :type undo: bool | None
423
423
  """
424
424
 
425
425
  ...
426
426
 
427
427
  def select_more(
428
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
429
- execution_context: str | int | None = None,
428
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
429
+ execution_context: int | str | None = None,
430
430
  undo: bool | None = None,
431
431
  ):
432
432
  """Grow the selection by one point
433
433
 
434
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
435
- :type execution_context: str | int | None
434
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
435
+ :type execution_context: int | str | None
436
436
  :type undo: bool | None
437
437
  """
438
438
 
439
439
  ...
440
440
 
441
441
  def select_random(
442
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
443
- execution_context: str | int | None = None,
442
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
443
+ execution_context: int | str | None = None,
444
444
  undo: bool | None = None,
445
445
  *,
446
446
  seed: typing.Any | None = 0,
@@ -448,8 +448,8 @@ def select_random(
448
448
  ):
449
449
  """Randomizes existing selection or create new random selection
450
450
 
451
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
452
- :type execution_context: str | int | None
451
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
452
+ :type execution_context: int | str | None
453
453
  :type undo: bool | None
454
454
  :param seed: Seed, Source of randomness
455
455
  :type seed: typing.Any | None
@@ -460,16 +460,16 @@ def select_random(
460
460
  ...
461
461
 
462
462
  def set_selection_domain(
463
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
464
- execution_context: str | int | None = None,
463
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
464
+ execution_context: int | str | None = None,
465
465
  undo: bool | None = None,
466
466
  *,
467
467
  domain: str | None = "POINT",
468
468
  ):
469
469
  """Change the mode used for selection masking in curves sculpt mode
470
470
 
471
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
472
- :type execution_context: str | int | None
471
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
472
+ :type execution_context: int | str | None
473
473
  :type undo: bool | None
474
474
  :param domain: Domain
475
475
  :type domain: str | None
@@ -478,16 +478,16 @@ def set_selection_domain(
478
478
  ...
479
479
 
480
480
  def snap_curves_to_surface(
481
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
482
- execution_context: str | int | None = None,
481
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
482
+ execution_context: int | str | None = None,
483
483
  undo: bool | None = None,
484
484
  *,
485
485
  attach_mode: str | None = "NEAREST",
486
486
  ):
487
487
  """Move curves so that the first point is exactly on the surface mesh
488
488
 
489
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
490
- :type execution_context: str | int | None
489
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
490
+ :type execution_context: int | str | None
491
491
  :type undo: bool | None
492
492
  :param attach_mode: Attach Mode, How to find the point on the surface to attach to
493
493
 
@@ -502,16 +502,16 @@ def snap_curves_to_surface(
502
502
  ...
503
503
 
504
504
  def subdivide(
505
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
506
- execution_context: str | int | None = None,
505
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
506
+ execution_context: int | str | None = None,
507
507
  undo: bool | None = None,
508
508
  *,
509
509
  number_cuts: typing.Any | None = 1,
510
510
  ):
511
511
  """Subdivide selected curve segments
512
512
 
513
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
514
- :type execution_context: str | int | None
513
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
514
+ :type execution_context: int | str | None
515
515
  :type undo: bool | None
516
516
  :param number_cuts: Number of Cuts
517
517
  :type number_cuts: typing.Any | None
@@ -520,42 +520,42 @@ def subdivide(
520
520
  ...
521
521
 
522
522
  def surface_set(
523
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
524
- execution_context: str | int | None = None,
523
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
524
+ execution_context: int | str | None = None,
525
525
  undo: bool | None = None,
526
526
  ):
527
527
  """Use the active object as surface for selected curves objects and set it as the parent
528
528
 
529
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
530
- :type execution_context: str | int | None
529
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
530
+ :type execution_context: int | str | None
531
531
  :type undo: bool | None
532
532
  """
533
533
 
534
534
  ...
535
535
 
536
536
  def switch_direction(
537
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
538
- execution_context: str | int | None = None,
537
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
538
+ execution_context: int | str | None = None,
539
539
  undo: bool | None = None,
540
540
  ):
541
541
  """Reverse the direction of the selected curves
542
542
 
543
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
544
- :type execution_context: str | int | None
543
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
544
+ :type execution_context: int | str | None
545
545
  :type undo: bool | None
546
546
  """
547
547
 
548
548
  ...
549
549
 
550
550
  def tilt_clear(
551
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
552
- execution_context: str | int | None = None,
551
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
552
+ execution_context: int | str | None = None,
553
553
  undo: bool | None = None,
554
554
  ):
555
555
  """Clear the tilt of selected control points
556
556
 
557
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
558
- :type execution_context: str | int | None
557
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
558
+ :type execution_context: int | str | None
559
559
  :type undo: bool | None
560
560
  """
561
561
 
@@ -6,8 +6,8 @@ GenericType1 = typing.TypeVar("GenericType1")
6
6
  GenericType2 = typing.TypeVar("GenericType2")
7
7
 
8
8
  def denoise_animation(
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
  input_filepath: str | typing.Any = "",
@@ -15,8 +15,8 @@ def denoise_animation(
15
15
  ):
16
16
  """Denoise rendered animation sequence using current scene and view layer settings. Requires denoising data passes and output to OpenEXR multilayer files
17
17
 
18
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
19
- :type execution_context: str | int | None
18
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
19
+ :type execution_context: int | str | None
20
20
  :type undo: bool | None
21
21
  :param input_filepath: Input Filepath, File path for image to denoise. If not specified, uses the render file path and frame range from the scene
22
22
  :type input_filepath: str | typing.Any
@@ -27,8 +27,8 @@ def denoise_animation(
27
27
  ...
28
28
 
29
29
  def merge_images(
30
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
31
- execution_context: str | int | None = None,
30
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
31
+ execution_context: int | str | None = None,
32
32
  undo: bool | None = None,
33
33
  *,
34
34
  input_filepath1: str | typing.Any = "",
@@ -37,8 +37,8 @@ def merge_images(
37
37
  ):
38
38
  """Combine OpenEXR multi-layer images rendered with different sample ranges into one image with reduced noise
39
39
 
40
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
41
- :type execution_context: str | int | None
40
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
41
+ :type execution_context: int | str | None
42
42
  :type undo: bool | None
43
43
  :param input_filepath1: Input Filepath, File path for image to merge
44
44
  :type input_filepath1: str | typing.Any
@@ -51,14 +51,14 @@ def merge_images(
51
51
  ...
52
52
 
53
53
  def use_shading_nodes(
54
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
55
- execution_context: str | int | None = None,
54
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
55
+ execution_context: int | str | None = None,
56
56
  undo: bool | None = None,
57
57
  ):
58
58
  """Enable nodes on a material, world or light
59
59
 
60
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
61
- :type execution_context: str | int | None
60
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
61
+ :type execution_context: int | str | None
62
62
  :type undo: bool | None
63
63
  """
64
64