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

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

Potentially problematic release.


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

Files changed (107) hide show
  1. aud/__init__.pyi +4 -4
  2. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
  3. bl_ui/space_sequencer/__init__.pyi +14 -0
  4. bl_ui/space_userpref/__init__.pyi +234 -0
  5. bl_ui/space_view3d/__init__.pyi +810 -0
  6. blf/__init__.pyi +4 -4
  7. bmesh/ops/__init__.pyi +97 -82
  8. bmesh/types/__init__.pyi +43 -40
  9. bmesh/utils/__init__.pyi +2 -4
  10. bpy/ops/action/__init__.pyi +152 -152
  11. bpy/ops/anim/__init__.pyi +216 -216
  12. bpy/ops/armature/__init__.pyi +192 -192
  13. bpy/ops/asset/__init__.pyi +64 -64
  14. bpy/ops/boid/__init__.pyi +32 -32
  15. bpy/ops/brush/__init__.pyi +36 -36
  16. bpy/ops/buttons/__init__.pyi +24 -24
  17. bpy/ops/cachefile/__init__.pyi +20 -20
  18. bpy/ops/camera/__init__.pyi +8 -8
  19. bpy/ops/clip/__init__.pyi +368 -368
  20. bpy/ops/cloth/__init__.pyi +4 -4
  21. bpy/ops/collection/__init__.pyi +36 -36
  22. bpy/ops/console/__init__.pyi +84 -84
  23. bpy/ops/constraint/__init__.pyi +72 -72
  24. bpy/ops/curve/__init__.pyi +204 -204
  25. bpy/ops/curves/__init__.pyi +108 -108
  26. bpy/ops/cycles/__init__.pyi +12 -12
  27. bpy/ops/dpaint/__init__.pyi +20 -20
  28. bpy/ops/ed/__init__.pyi +48 -48
  29. bpy/ops/export_anim/__init__.pyi +4 -4
  30. bpy/ops/export_scene/__init__.pyi +8 -8
  31. bpy/ops/extensions/__init__.pyi +130 -110
  32. bpy/ops/file/__init__.pyi +160 -160
  33. bpy/ops/fluid/__init__.pyi +56 -56
  34. bpy/ops/font/__init__.pyi +92 -92
  35. bpy/ops/geometry/__init__.pyi +40 -40
  36. bpy/ops/gizmogroup/__init__.pyi +8 -8
  37. bpy/ops/gpencil/__init__.pyi +600 -600
  38. bpy/ops/graph/__init__.pyi +260 -260
  39. bpy/ops/grease_pencil/__init__.pyi +292 -292
  40. bpy/ops/image/__init__.pyi +192 -192
  41. bpy/ops/import_anim/__init__.pyi +4 -4
  42. bpy/ops/import_curve/__init__.pyi +4 -4
  43. bpy/ops/import_scene/__init__.pyi +8 -8
  44. bpy/ops/info/__init__.pyi +28 -28
  45. bpy/ops/lattice/__init__.pyi +32 -32
  46. bpy/ops/marker/__init__.pyi +44 -44
  47. bpy/ops/mask/__init__.pyi +156 -156
  48. bpy/ops/material/__init__.pyi +12 -12
  49. bpy/ops/mball/__init__.pyi +32 -32
  50. bpy/ops/mesh/__init__.pyi +652 -652
  51. bpy/ops/nla/__init__.pyi +156 -156
  52. bpy/ops/node/__init__.pyi +450 -404
  53. bpy/ops/object/__init__.pyi +984 -987
  54. bpy/ops/outliner/__init__.pyi +284 -284
  55. bpy/ops/paint/__init__.pyi +220 -220
  56. bpy/ops/paintcurve/__init__.pyi +32 -32
  57. bpy/ops/palette/__init__.pyi +28 -28
  58. bpy/ops/particle/__init__.pyi +144 -144
  59. bpy/ops/pose/__init__.pyi +156 -156
  60. bpy/ops/poselib/__init__.pyi +36 -36
  61. bpy/ops/preferences/__init__.pyi +151 -148
  62. bpy/ops/ptcache/__init__.pyi +28 -28
  63. bpy/ops/render/__init__.pyi +48 -48
  64. bpy/ops/rigidbody/__init__.pyi +52 -52
  65. bpy/ops/scene/__init__.pyi +156 -156
  66. bpy/ops/screen/__init__.pyi +156 -156
  67. bpy/ops/script/__init__.pyi +12 -12
  68. bpy/ops/sculpt/__init__.pyi +144 -144
  69. bpy/ops/sculpt_curves/__init__.pyi +16 -16
  70. bpy/ops/sequencer/__init__.pyi +364 -340
  71. bpy/ops/sound/__init__.pyi +28 -28
  72. bpy/ops/spreadsheet/__init__.pyi +16 -16
  73. bpy/ops/surface/__init__.pyi +24 -24
  74. bpy/ops/text/__init__.pyi +172 -172
  75. bpy/ops/text_editor/__init__.pyi +4 -4
  76. bpy/ops/texture/__init__.pyi +16 -16
  77. bpy/ops/transform/__init__.pyi +111 -108
  78. bpy/ops/ui/__init__.pyi +132 -132
  79. bpy/ops/uilist/__init__.pyi +12 -12
  80. bpy/ops/uv/__init__.pyi +196 -196
  81. bpy/ops/view2d/__init__.pyi +56 -56
  82. bpy/ops/view3d/__init__.pyi +268 -268
  83. bpy/ops/wm/__init__.pyi +475 -448
  84. bpy/ops/workspace/__init__.pyi +28 -28
  85. bpy/ops/world/__init__.pyi +8 -8
  86. bpy/path/__init__.pyi +18 -18
  87. bpy/props/__init__.pyi +11 -11
  88. bpy/types/__init__.pyi +2136 -1798
  89. bpy/utils/__init__.pyi +4 -4
  90. bpy_extras/anim_utils/__init__.pyi +4 -4
  91. bpy_extras/io_utils/__init__.pyi +4 -4
  92. bpy_extras/mesh_utils/__init__.pyi +4 -4
  93. bpy_extras/view3d_utils/__init__.pyi +24 -20
  94. bpy_types/__init__.pyi +12 -7
  95. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/METADATA +1 -1
  96. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/RECORD +107 -107
  97. freestyle/types/__init__.pyi +64 -64
  98. freestyle/utils/__init__.pyi +2 -2
  99. gpu/matrix/__init__.pyi +15 -6
  100. gpu/state/__init__.pyi +2 -2
  101. gpu/types/__init__.pyi +6 -4
  102. gpu_extras/presets/__init__.pyi +8 -4
  103. imbuf/__init__.pyi +4 -4
  104. mathutils/__init__.pyi +292 -187
  105. mathutils/geometry/__init__.pyi +2 -5
  106. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/WHEEL +0 -0
  107. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/top_level.txt +0 -0
bpy/ops/nla/__init__.pyi CHANGED
@@ -7,16 +7,16 @@ GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
9
  def action_pushdown(
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
  track_index: typing.Any | None = -1,
15
15
  ):
16
16
  """Push action down onto the top of the NLA stack as a new strip
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 track_index: Track Index, Index of NLA action track to perform pushdown operation on
22
22
  :type track_index: typing.Any | None
@@ -25,16 +25,16 @@ def action_pushdown(
25
25
  ...
26
26
 
27
27
  def action_sync_length(
28
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
29
- execution_context: str | int | None = None,
28
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
29
+ execution_context: int | str | None = None,
30
30
  undo: bool | None = None,
31
31
  *,
32
32
  active: bool | typing.Any | None = True,
33
33
  ):
34
34
  """Synchronize the length of the referenced Action with the length used in the strip
35
35
 
36
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
37
- :type execution_context: str | int | None
36
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
37
+ :type execution_context: int | str | None
38
38
  :type undo: bool | None
39
39
  :param active: Active Strip Only, Only sync the active length for the active strip
40
40
  :type active: bool | typing.Any | None
@@ -43,16 +43,16 @@ def action_sync_length(
43
43
  ...
44
44
 
45
45
  def action_unlink(
46
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
47
- execution_context: str | int | None = None,
46
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
47
+ execution_context: int | str | None = None,
48
48
  undo: bool | None = None,
49
49
  *,
50
50
  force_delete: bool | typing.Any | None = False,
51
51
  ):
52
52
  """Unlink this action from the active action slot (and/or exit Tweak Mode)
53
53
 
54
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
55
- :type execution_context: str | int | None
54
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
55
+ :type execution_context: int | str | None
56
56
  :type undo: bool | None
57
57
  :param force_delete: Force Delete, Clear Fake User and remove copy stashed in this data-block's NLA stack
58
58
  :type force_delete: bool | typing.Any | None
@@ -61,16 +61,16 @@ def action_unlink(
61
61
  ...
62
62
 
63
63
  def actionclip_add(
64
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
65
- execution_context: str | int | None = None,
64
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
65
+ execution_context: int | str | None = None,
66
66
  undo: bool | None = None,
67
67
  *,
68
68
  action: str | None = "",
69
69
  ):
70
70
  """Add an Action-Clip strip (i.e. an NLA Strip referencing an Action) to the active track
71
71
 
72
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
73
- :type execution_context: str | int | None
72
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
73
+ :type execution_context: int | str | None
74
74
  :type undo: bool | None
75
75
  :param action: Action
76
76
  :type action: str | None
@@ -79,22 +79,22 @@ def actionclip_add(
79
79
  ...
80
80
 
81
81
  def apply_scale(
82
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
83
- execution_context: str | int | None = None,
82
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
83
+ execution_context: int | str | None = None,
84
84
  undo: bool | None = None,
85
85
  ):
86
86
  """Apply scaling of selected strips to their referenced Actions
87
87
 
88
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
89
- :type execution_context: str | int | None
88
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
89
+ :type execution_context: int | str | None
90
90
  :type undo: bool | None
91
91
  """
92
92
 
93
93
  ...
94
94
 
95
95
  def bake(
96
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
97
- execution_context: str | int | None = None,
96
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
97
+ execution_context: int | str | None = None,
98
98
  undo: bool | None = None,
99
99
  *,
100
100
  frame_start: typing.Any | None = 1,
@@ -117,8 +117,8 @@ def bake(
117
117
  ):
118
118
  """Bake all selected objects location/scale/rotation animation to an action
119
119
 
120
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
121
- :type execution_context: str | int | None
120
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
121
+ :type execution_context: int | str | None
122
122
  :type undo: bool | None
123
123
  :param frame_start: Start Frame, Start frame for baking
124
124
  :type frame_start: typing.Any | None
@@ -168,16 +168,16 @@ def bake(
168
168
  ...
169
169
 
170
170
  def channels_click(
171
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
172
- execution_context: str | int | None = None,
171
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
172
+ execution_context: int | str | None = None,
173
173
  undo: bool | None = None,
174
174
  *,
175
175
  extend: bool | typing.Any | None = False,
176
176
  ):
177
177
  """Handle clicks to select NLA tracks
178
178
 
179
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
180
- :type execution_context: str | int | None
179
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
180
+ :type execution_context: int | str | None
181
181
  :type undo: bool | None
182
182
  :param extend: Extend Select
183
183
  :type extend: bool | typing.Any | None
@@ -186,22 +186,22 @@ def channels_click(
186
186
  ...
187
187
 
188
188
  def clear_scale(
189
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
190
- execution_context: str | int | None = None,
189
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
190
+ execution_context: int | str | None = None,
191
191
  undo: bool | None = None,
192
192
  ):
193
193
  """Reset scaling of selected strips
194
194
 
195
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
196
- :type execution_context: str | int | None
195
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
196
+ :type execution_context: int | str | None
197
197
  :type undo: bool | None
198
198
  """
199
199
 
200
200
  ...
201
201
 
202
202
  def click_select(
203
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
204
- execution_context: str | int | None = None,
203
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
204
+ execution_context: int | str | None = None,
205
205
  undo: bool | None = None,
206
206
  *,
207
207
  wait_to_deselect_others: bool | typing.Any | None = False,
@@ -212,8 +212,8 @@ def click_select(
212
212
  ):
213
213
  """Handle clicks to select NLA Strips
214
214
 
215
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
216
- :type execution_context: str | int | None
215
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
216
+ :type execution_context: int | str | None
217
217
  :type undo: bool | None
218
218
  :param wait_to_deselect_others: Wait to Deselect Others
219
219
  :type wait_to_deselect_others: bool | typing.Any | None
@@ -230,30 +230,30 @@ def click_select(
230
230
  ...
231
231
 
232
232
  def delete(
233
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
234
- execution_context: str | int | None = None,
233
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
234
+ execution_context: int | str | None = None,
235
235
  undo: bool | None = None,
236
236
  ):
237
237
  """Delete selected strips
238
238
 
239
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
240
- :type execution_context: str | int | None
239
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
240
+ :type execution_context: int | str | None
241
241
  :type undo: bool | None
242
242
  """
243
243
 
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
  linked: bool | typing.Any | None = False,
252
252
  ):
253
253
  """Duplicate selected NLA-Strips, adding the new strips to new track(s)
254
254
 
255
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
256
- :type execution_context: str | int | None
255
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
256
+ :type execution_context: int | str | None
257
257
  :type undo: bool | None
258
258
  :param linked: Linked, When duplicating strips, assign new copies of the actions they use
259
259
  :type linked: bool | typing.Any | None
@@ -262,8 +262,8 @@ def duplicate(
262
262
  ...
263
263
 
264
264
  def duplicate_linked_move(
265
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
266
- execution_context: str | int | None = None,
265
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
266
+ execution_context: int | str | None = None,
267
267
  undo: bool | None = None,
268
268
  *,
269
269
  NLA_OT_duplicate: duplicate | None = None,
@@ -271,8 +271,8 @@ def duplicate_linked_move(
271
271
  ):
272
272
  """Duplicate Linked selected NLA-Strips, adding the new strips to new track(s)
273
273
 
274
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
275
- :type execution_context: str | int | None
274
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
275
+ :type execution_context: int | str | None
276
276
  :type undo: bool | None
277
277
  :param NLA_OT_duplicate: Duplicate Strips, Duplicate selected NLA-Strips, adding the new strips to new track(s)
278
278
  :type NLA_OT_duplicate: duplicate | None
@@ -283,8 +283,8 @@ def duplicate_linked_move(
283
283
  ...
284
284
 
285
285
  def duplicate_move(
286
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
287
- execution_context: str | int | None = None,
286
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
287
+ execution_context: int | str | None = None,
288
288
  undo: bool | None = None,
289
289
  *,
290
290
  NLA_OT_duplicate: duplicate | None = None,
@@ -292,8 +292,8 @@ def duplicate_move(
292
292
  ):
293
293
  """Duplicate selected NLA-Strips, adding the new strips to new track(s)
294
294
 
295
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
296
- :type execution_context: str | int | None
295
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
296
+ :type execution_context: int | str | None
297
297
  :type undo: bool | None
298
298
  :param NLA_OT_duplicate: Duplicate Strips, Duplicate selected NLA-Strips, adding the new strips to new track(s)
299
299
  :type NLA_OT_duplicate: duplicate | None
@@ -304,8 +304,8 @@ def duplicate_move(
304
304
  ...
305
305
 
306
306
  def fmodifier_add(
307
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
308
- execution_context: str | int | None = None,
307
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
308
+ execution_context: int | str | None = None,
309
309
  undo: bool | None = None,
310
310
  *,
311
311
  type: str | None = "NULL",
@@ -313,8 +313,8 @@ def fmodifier_add(
313
313
  ):
314
314
  """Add F-Modifier to the active/selected NLA-Strips
315
315
 
316
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
317
- :type execution_context: str | int | None
316
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
317
+ :type execution_context: int | str | None
318
318
  :type undo: bool | None
319
319
  :param type: Type
320
320
  :type type: str | None
@@ -325,22 +325,22 @@ def fmodifier_add(
325
325
  ...
326
326
 
327
327
  def fmodifier_copy(
328
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
329
- execution_context: str | int | None = None,
328
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
329
+ execution_context: int | str | None = None,
330
330
  undo: bool | None = None,
331
331
  ):
332
332
  """Copy the F-Modifier(s) of the active NLA-Strip
333
333
 
334
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
335
- :type execution_context: str | int | None
334
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
335
+ :type execution_context: int | str | None
336
336
  :type undo: bool | None
337
337
  """
338
338
 
339
339
  ...
340
340
 
341
341
  def fmodifier_paste(
342
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
343
- execution_context: str | int | None = None,
342
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
343
+ execution_context: int | str | None = None,
344
344
  undo: bool | None = None,
345
345
  *,
346
346
  only_active: bool | typing.Any | None = True,
@@ -348,8 +348,8 @@ def fmodifier_paste(
348
348
  ):
349
349
  """Add copied F-Modifiers to the selected NLA-Strips
350
350
 
351
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
352
- :type execution_context: str | int | None
351
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
352
+ :type execution_context: int | str | None
353
353
  :type undo: bool | None
354
354
  :param only_active: Only Active, Only paste F-Modifiers on active strip
355
355
  :type only_active: bool | typing.Any | None
@@ -360,16 +360,16 @@ def fmodifier_paste(
360
360
  ...
361
361
 
362
362
  def make_single_user(
363
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
364
- execution_context: str | int | None = None,
363
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
364
+ execution_context: int | str | None = None,
365
365
  undo: bool | None = None,
366
366
  *,
367
367
  confirm: bool | typing.Any | None = True,
368
368
  ):
369
369
  """Make linked action local to each strip
370
370
 
371
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
372
- :type execution_context: str | int | None
371
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
372
+ :type execution_context: int | str | None
373
373
  :type undo: bool | None
374
374
  :param confirm: Confirm, Prompt for confirmation
375
375
  :type confirm: bool | typing.Any | None
@@ -378,100 +378,100 @@ def make_single_user(
378
378
  ...
379
379
 
380
380
  def meta_add(
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
  """Add new meta-strips incorporating the selected strips
386
386
 
387
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
388
- :type execution_context: str | int | None
387
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
388
+ :type execution_context: int | str | None
389
389
  :type undo: bool | None
390
390
  """
391
391
 
392
392
  ...
393
393
 
394
394
  def meta_remove(
395
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
396
- execution_context: str | int | None = None,
395
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
396
+ execution_context: int | str | None = None,
397
397
  undo: bool | None = None,
398
398
  ):
399
399
  """Separate out the strips held by the selected meta-strips
400
400
 
401
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
402
- :type execution_context: str | int | None
401
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
402
+ :type execution_context: int | str | None
403
403
  :type undo: bool | None
404
404
  """
405
405
 
406
406
  ...
407
407
 
408
408
  def move_down(
409
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
410
- execution_context: str | int | None = None,
409
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
410
+ execution_context: int | str | None = None,
411
411
  undo: bool | None = None,
412
412
  ):
413
413
  """Move selected strips down a track if there's room
414
414
 
415
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
416
- :type execution_context: str | int | None
415
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
416
+ :type execution_context: int | str | None
417
417
  :type undo: bool | None
418
418
  """
419
419
 
420
420
  ...
421
421
 
422
422
  def move_up(
423
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
424
- execution_context: str | int | None = None,
423
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
424
+ execution_context: int | str | None = None,
425
425
  undo: bool | None = None,
426
426
  ):
427
427
  """Move selected strips up a track if there's room
428
428
 
429
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
430
- :type execution_context: str | int | None
429
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
430
+ :type execution_context: int | str | None
431
431
  :type undo: bool | None
432
432
  """
433
433
 
434
434
  ...
435
435
 
436
436
  def mute_toggle(
437
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
438
- execution_context: str | int | None = None,
437
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
438
+ execution_context: int | str | None = None,
439
439
  undo: bool | None = None,
440
440
  ):
441
441
  """Mute or un-mute selected strips
442
442
 
443
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
444
- :type execution_context: str | int | None
443
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
444
+ :type execution_context: int | str | None
445
445
  :type undo: bool | None
446
446
  """
447
447
 
448
448
  ...
449
449
 
450
450
  def previewrange_set(
451
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
452
- execution_context: str | int | None = None,
451
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
452
+ execution_context: int | str | None = None,
453
453
  undo: bool | None = None,
454
454
  ):
455
455
  """Set Preview Range based on extends of selected strips
456
456
 
457
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
458
- :type execution_context: str | int | None
457
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
458
+ :type execution_context: int | str | None
459
459
  :type undo: bool | None
460
460
  """
461
461
 
462
462
  ...
463
463
 
464
464
  def select_all(
465
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
466
- execution_context: str | int | None = None,
465
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
466
+ execution_context: int | str | None = None,
467
467
  undo: bool | None = None,
468
468
  *,
469
469
  action: str | None = "TOGGLE",
470
470
  ):
471
471
  """Select or deselect all NLA-Strips
472
472
 
473
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
474
- :type execution_context: str | int | None
473
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
474
+ :type execution_context: int | str | None
475
475
  :type undo: bool | None
476
476
  :param action: Action, Selection action to execute
477
477
 
@@ -492,8 +492,8 @@ def select_all(
492
492
  ...
493
493
 
494
494
  def select_box(
495
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
496
- execution_context: str | int | None = None,
495
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
496
+ execution_context: int | str | None = None,
497
497
  undo: bool | None = None,
498
498
  *,
499
499
  axis_range: bool | typing.Any | None = False,
@@ -507,8 +507,8 @@ def select_box(
507
507
  ):
508
508
  """Use box selection to grab NLA-Strips
509
509
 
510
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
511
- :type execution_context: str | int | None
510
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
511
+ :type execution_context: int | str | None
512
512
  :type undo: bool | None
513
513
  :param axis_range: Axis Range
514
514
  :type axis_range: bool | typing.Any | None
@@ -540,8 +540,8 @@ def select_box(
540
540
  ...
541
541
 
542
542
  def select_leftright(
543
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
544
- execution_context: str | int | None = None,
543
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
544
+ execution_context: int | str | None = None,
545
545
  undo: bool | None = None,
546
546
  *,
547
547
  mode: str | None = "CHECK",
@@ -549,8 +549,8 @@ def select_leftright(
549
549
  ):
550
550
  """Select strips to the left or the right of the current frame
551
551
 
552
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
553
- :type execution_context: str | int | None
552
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
553
+ :type execution_context: int | str | None
554
554
  :type undo: bool | None
555
555
  :param mode: Mode
556
556
  :type mode: str | None
@@ -561,30 +561,30 @@ def select_leftright(
561
561
  ...
562
562
 
563
563
  def selected_objects_add(
564
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
565
- execution_context: str | int | None = None,
564
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
565
+ execution_context: int | str | None = None,
566
566
  undo: bool | None = None,
567
567
  ):
568
568
  """Make selected objects appear in NLA Editor by adding Animation Data
569
569
 
570
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
571
- :type execution_context: str | int | None
570
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
571
+ :type execution_context: int | str | None
572
572
  :type undo: bool | None
573
573
  """
574
574
 
575
575
  ...
576
576
 
577
577
  def snap(
578
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
579
- execution_context: str | int | None = None,
578
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
579
+ execution_context: int | str | None = None,
580
580
  undo: bool | None = None,
581
581
  *,
582
582
  type: str | None = "CFRA",
583
583
  ):
584
584
  """Move start of strips to specified time
585
585
 
586
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
587
- :type execution_context: str | int | None
586
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
587
+ :type execution_context: int | str | None
588
588
  :type undo: bool | None
589
589
  :param type: Type
590
590
  :type type: str | None
@@ -593,58 +593,58 @@ def snap(
593
593
  ...
594
594
 
595
595
  def soundclip_add(
596
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
597
- execution_context: str | int | None = None,
596
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
597
+ execution_context: int | str | None = None,
598
598
  undo: bool | None = None,
599
599
  ):
600
600
  """Add a strip for controlling when speaker plays its sound clip
601
601
 
602
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
603
- :type execution_context: str | int | None
602
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
603
+ :type execution_context: int | str | None
604
604
  :type undo: bool | None
605
605
  """
606
606
 
607
607
  ...
608
608
 
609
609
  def split(
610
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
611
- execution_context: str | int | None = None,
610
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
611
+ execution_context: int | str | None = None,
612
612
  undo: bool | None = None,
613
613
  ):
614
614
  """Split selected strips at their midpoints
615
615
 
616
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
617
- :type execution_context: str | int | None
616
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
617
+ :type execution_context: int | str | None
618
618
  :type undo: bool | None
619
619
  """
620
620
 
621
621
  ...
622
622
 
623
623
  def swap(
624
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
625
- execution_context: str | int | None = None,
624
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
625
+ execution_context: int | str | None = None,
626
626
  undo: bool | None = None,
627
627
  ):
628
628
  """Swap order of selected strips within tracks
629
629
 
630
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
631
- :type execution_context: str | int | None
630
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
631
+ :type execution_context: int | str | None
632
632
  :type undo: bool | None
633
633
  """
634
634
 
635
635
  ...
636
636
 
637
637
  def tracks_add(
638
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
639
- execution_context: str | int | None = None,
638
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
639
+ execution_context: int | str | None = None,
640
640
  undo: bool | None = None,
641
641
  *,
642
642
  above_selected: bool | typing.Any | None = False,
643
643
  ):
644
644
  """Add NLA-Tracks above/after the selected tracks
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 above_selected: Above Selected, Add a new NLA Track above every existing selected one
650
650
  :type above_selected: bool | typing.Any | None
@@ -653,36 +653,36 @@ def tracks_add(
653
653
  ...
654
654
 
655
655
  def tracks_delete(
656
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
657
- execution_context: str | int | None = None,
656
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
657
+ execution_context: int | str | None = None,
658
658
  undo: bool | None = None,
659
659
  ):
660
660
  """Delete selected NLA-Tracks and the strips they contain
661
661
 
662
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
663
- :type execution_context: str | int | None
662
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
663
+ :type execution_context: int | str | None
664
664
  :type undo: bool | None
665
665
  """
666
666
 
667
667
  ...
668
668
 
669
669
  def transition_add(
670
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
671
- execution_context: str | int | None = None,
670
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
671
+ execution_context: int | str | None = None,
672
672
  undo: bool | None = None,
673
673
  ):
674
674
  """Add a transition strip between two adjacent selected strips
675
675
 
676
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
677
- :type execution_context: str | int | None
676
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
677
+ :type execution_context: int | str | None
678
678
  :type undo: bool | None
679
679
  """
680
680
 
681
681
  ...
682
682
 
683
683
  def tweakmode_enter(
684
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
685
- execution_context: str | int | None = None,
684
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
685
+ execution_context: int | str | None = None,
686
686
  undo: bool | None = None,
687
687
  *,
688
688
  isolate_action: bool | typing.Any | None = False,
@@ -690,8 +690,8 @@ def tweakmode_enter(
690
690
  ):
691
691
  """Enter tweaking mode for the action referenced by the active strip to edit its keyframes
692
692
 
693
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
694
- :type execution_context: str | int | None
693
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
694
+ :type execution_context: int | str | None
695
695
  :type undo: bool | None
696
696
  :param isolate_action: Isolate Action, Enable 'solo' on the NLA Track containing the active strip, to edit it without seeing the effects of the NLA stack
697
697
  :type isolate_action: bool | typing.Any | None
@@ -702,16 +702,16 @@ def tweakmode_enter(
702
702
  ...
703
703
 
704
704
  def tweakmode_exit(
705
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
706
- execution_context: str | int | None = None,
705
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
706
+ execution_context: int | str | None = None,
707
707
  undo: bool | None = None,
708
708
  *,
709
709
  isolate_action: bool | typing.Any | None = False,
710
710
  ):
711
711
  """Exit tweaking mode for the action referenced by the active strip
712
712
 
713
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
714
- :type execution_context: str | int | None
713
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
714
+ :type execution_context: int | str | None
715
715
  :type undo: bool | None
716
716
  :param isolate_action: Isolate Action, Disable 'solo' on any of the NLA Tracks after exiting tweak mode to get things back to normal
717
717
  :type isolate_action: bool | typing.Any | None
@@ -720,42 +720,42 @@ def tweakmode_exit(
720
720
  ...
721
721
 
722
722
  def view_all(
723
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
724
- execution_context: str | int | None = None,
723
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
724
+ execution_context: int | str | None = None,
725
725
  undo: bool | None = None,
726
726
  ):
727
727
  """Reset viewable area to show full strips range
728
728
 
729
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
730
- :type execution_context: str | int | None
729
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
730
+ :type execution_context: int | str | None
731
731
  :type undo: bool | None
732
732
  """
733
733
 
734
734
  ...
735
735
 
736
736
  def view_frame(
737
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
738
- execution_context: str | int | None = None,
737
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
738
+ execution_context: int | str | None = None,
739
739
  undo: bool | None = None,
740
740
  ):
741
741
  """Move the view to the current frame
742
742
 
743
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
744
- :type execution_context: str | int | None
743
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
744
+ :type execution_context: int | str | None
745
745
  :type undo: bool | None
746
746
  """
747
747
 
748
748
  ...
749
749
 
750
750
  def view_selected(
751
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
752
- execution_context: str | int | None = None,
751
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
752
+ execution_context: int | str | None = None,
753
753
  undo: bool | None = None,
754
754
  ):
755
755
  """Reset viewable area to show selected strips range
756
756
 
757
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
758
- :type execution_context: str | int | None
757
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
758
+ :type execution_context: int | str | None
759
759
  :type undo: bool | None
760
760
  """
761
761