fake-bpy-module 20240927__py3-none-any.whl → 20240929__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 (87) hide show
  1. bl_ui/generic_ui_list/__init__.pyi +2 -2
  2. bl_ui/space_dopesheet/__init__.pyi +25 -0
  3. bl_ui/space_view3d/__init__.pyi +36 -0
  4. bpy/__init__.pyi +1 -1
  5. bpy/ops/action/__init__.pyi +76 -76
  6. bpy/ops/anim/__init__.pyi +144 -120
  7. bpy/ops/armature/__init__.pyi +96 -96
  8. bpy/ops/asset/__init__.pyi +32 -32
  9. bpy/ops/boid/__init__.pyi +16 -16
  10. bpy/ops/brush/__init__.pyi +26 -26
  11. bpy/ops/buttons/__init__.pyi +12 -12
  12. bpy/ops/cachefile/__init__.pyi +10 -10
  13. bpy/ops/camera/__init__.pyi +4 -4
  14. bpy/ops/clip/__init__.pyi +184 -184
  15. bpy/ops/cloth/__init__.pyi +2 -2
  16. bpy/ops/collection/__init__.pyi +18 -18
  17. bpy/ops/console/__init__.pyi +42 -42
  18. bpy/ops/constraint/__init__.pyi +36 -36
  19. bpy/ops/curve/__init__.pyi +102 -102
  20. bpy/ops/curves/__init__.pyi +54 -54
  21. bpy/ops/cycles/__init__.pyi +6 -6
  22. bpy/ops/dpaint/__init__.pyi +10 -10
  23. bpy/ops/ed/__init__.pyi +24 -24
  24. bpy/ops/export_anim/__init__.pyi +2 -2
  25. bpy/ops/export_scene/__init__.pyi +4 -4
  26. bpy/ops/extensions/__init__.pyi +68 -68
  27. bpy/ops/file/__init__.pyi +80 -80
  28. bpy/ops/fluid/__init__.pyi +28 -28
  29. bpy/ops/font/__init__.pyi +46 -46
  30. bpy/ops/geometry/__init__.pyi +20 -20
  31. bpy/ops/gizmogroup/__init__.pyi +4 -4
  32. bpy/ops/gpencil/__init__.pyi +284 -284
  33. bpy/ops/graph/__init__.pyi +130 -130
  34. bpy/ops/grease_pencil/__init__.pyi +220 -200
  35. bpy/ops/image/__init__.pyi +98 -98
  36. bpy/ops/import_anim/__init__.pyi +2 -2
  37. bpy/ops/import_curve/__init__.pyi +2 -2
  38. bpy/ops/import_scene/__init__.pyi +4 -4
  39. bpy/ops/info/__init__.pyi +14 -14
  40. bpy/ops/lattice/__init__.pyi +16 -16
  41. bpy/ops/marker/__init__.pyi +22 -22
  42. bpy/ops/mask/__init__.pyi +78 -78
  43. bpy/ops/material/__init__.pyi +6 -6
  44. bpy/ops/mball/__init__.pyi +16 -16
  45. bpy/ops/mesh/__init__.pyi +326 -326
  46. bpy/ops/nla/__init__.pyi +78 -78
  47. bpy/ops/node/__init__.pyi +230 -230
  48. bpy/ops/object/__init__.pyi +476 -476
  49. bpy/ops/outliner/__init__.pyi +142 -142
  50. bpy/ops/paint/__init__.pyi +108 -108
  51. bpy/ops/paintcurve/__init__.pyi +16 -16
  52. bpy/ops/palette/__init__.pyi +14 -14
  53. bpy/ops/particle/__init__.pyi +72 -72
  54. bpy/ops/pose/__init__.pyi +102 -102
  55. bpy/ops/poselib/__init__.pyi +18 -18
  56. bpy/ops/preferences/__init__.pyi +70 -70
  57. bpy/ops/ptcache/__init__.pyi +14 -14
  58. bpy/ops/render/__init__.pyi +26 -26
  59. bpy/ops/rigidbody/__init__.pyi +26 -26
  60. bpy/ops/scene/__init__.pyi +74 -74
  61. bpy/ops/screen/__init__.pyi +78 -78
  62. bpy/ops/script/__init__.pyi +6 -6
  63. bpy/ops/sculpt/__init__.pyi +74 -74
  64. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  65. bpy/ops/sequencer/__init__.pyi +178 -178
  66. bpy/ops/sound/__init__.pyi +14 -14
  67. bpy/ops/spreadsheet/__init__.pyi +8 -8
  68. bpy/ops/surface/__init__.pyi +12 -12
  69. bpy/ops/text/__init__.pyi +86 -86
  70. bpy/ops/text_editor/__init__.pyi +2 -2
  71. bpy/ops/texture/__init__.pyi +8 -8
  72. bpy/ops/transform/__init__.pyi +54 -54
  73. bpy/ops/ui/__init__.pyi +68 -68
  74. bpy/ops/uilist/__init__.pyi +6 -6
  75. bpy/ops/uv/__init__.pyi +98 -98
  76. bpy/ops/view2d/__init__.pyi +28 -28
  77. bpy/ops/view3d/__init__.pyi +134 -134
  78. bpy/ops/wm/__init__.pyi +232 -232
  79. bpy/ops/workspace/__init__.pyi +14 -14
  80. bpy/ops/world/__init__.pyi +4 -4
  81. bpy/types/__init__.pyi +449 -226
  82. bpy/typing/__init__.pyi +1 -0
  83. bpy_extras/object_utils/__init__.pyi +4 -4
  84. {fake_bpy_module-20240927.dist-info → fake_bpy_module-20240929.dist-info}/METADATA +1 -1
  85. {fake_bpy_module-20240927.dist-info → fake_bpy_module-20240929.dist-info}/RECORD +87 -87
  86. {fake_bpy_module-20240927.dist-info → fake_bpy_module-20240929.dist-info}/WHEEL +0 -0
  87. {fake_bpy_module-20240927.dist-info → fake_bpy_module-20240929.dist-info}/top_level.txt +0 -0
@@ -6,19 +6,19 @@ import bpy.types
6
6
  import bpy.typing
7
7
 
8
8
  def bake_keys(
9
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
9
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
10
10
  execution_context: int | str | None = None,
11
11
  undo: bool | None = None,
12
12
  ):
13
13
  """Add keyframes on every frame between the selected keyframes
14
14
 
15
- :type override_context: bpy.types.Context | dict[str, typing.Any]
15
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
16
16
  :type execution_context: int | str | None
17
17
  :type undo: bool | None
18
18
  """
19
19
 
20
20
  def clean(
21
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
21
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
22
22
  execution_context: int | str | None = None,
23
23
  undo: bool | None = None,
24
24
  *,
@@ -27,7 +27,7 @@ def clean(
27
27
  ):
28
28
  """Simplify F-Curves by removing closely spaced keyframes
29
29
 
30
- :type override_context: bpy.types.Context | dict[str, typing.Any]
30
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
31
31
  :type execution_context: int | str | None
32
32
  :type undo: bool | None
33
33
  :param threshold: Threshold
@@ -37,7 +37,7 @@ def clean(
37
37
  """
38
38
 
39
39
  def clickselect(
40
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
40
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
41
41
  execution_context: int | str | None = None,
42
42
  undo: bool | None = None,
43
43
  *,
@@ -51,7 +51,7 @@ def clickselect(
51
51
  ):
52
52
  """Select keyframes by clicking on them
53
53
 
54
- :type override_context: bpy.types.Context | dict[str, typing.Any]
54
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
55
55
  :type execution_context: int | str | None
56
56
  :type undo: bool | None
57
57
  :param wait_to_deselect_others: Wait to Deselect Others
@@ -71,19 +71,19 @@ def clickselect(
71
71
  """
72
72
 
73
73
  def copy(
74
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
74
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
75
75
  execution_context: int | str | None = None,
76
76
  undo: bool | None = None,
77
77
  ):
78
78
  """Copy selected keyframes to the internal clipboard
79
79
 
80
- :type override_context: bpy.types.Context | dict[str, typing.Any]
80
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
81
81
  :type execution_context: int | str | None
82
82
  :type undo: bool | None
83
83
  """
84
84
 
85
85
  def delete(
86
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
86
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
87
87
  execution_context: int | str | None = None,
88
88
  undo: bool | None = None,
89
89
  *,
@@ -91,7 +91,7 @@ def delete(
91
91
  ):
92
92
  """Remove all selected keyframes
93
93
 
94
- :type override_context: bpy.types.Context | dict[str, typing.Any]
94
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
95
95
  :type execution_context: int | str | None
96
96
  :type undo: bool | None
97
97
  :param confirm: Confirm, Prompt for confirmation
@@ -99,19 +99,19 @@ def delete(
99
99
  """
100
100
 
101
101
  def duplicate(
102
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
102
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
103
103
  execution_context: int | str | None = None,
104
104
  undo: bool | None = None,
105
105
  ):
106
106
  """Make a copy of all selected keyframes
107
107
 
108
- :type override_context: bpy.types.Context | dict[str, typing.Any]
108
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
109
109
  :type execution_context: int | str | None
110
110
  :type undo: bool | None
111
111
  """
112
112
 
113
113
  def duplicate_move(
114
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
114
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
115
115
  execution_context: int | str | None = None,
116
116
  undo: bool | None = None,
117
117
  *,
@@ -120,7 +120,7 @@ def duplicate_move(
120
120
  ):
121
121
  """Make a copy of all selected keyframes and move them
122
122
 
123
- :type override_context: bpy.types.Context | dict[str, typing.Any]
123
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
124
124
  :type execution_context: int | str | None
125
125
  :type undo: bool | None
126
126
  :param ACTION_OT_duplicate: Duplicate Keyframes, Make a copy of all selected keyframes
@@ -130,7 +130,7 @@ def duplicate_move(
130
130
  """
131
131
 
132
132
  def easing_type(
133
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
133
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
134
134
  execution_context: int | str | None = None,
135
135
  undo: bool | None = None,
136
136
  *,
@@ -138,7 +138,7 @@ def easing_type(
138
138
  ):
139
139
  """Set easing type for the F-Curve segments starting from the selected keyframes
140
140
 
141
- :type override_context: bpy.types.Context | dict[str, typing.Any]
141
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
142
142
  :type execution_context: int | str | None
143
143
  :type undo: bool | None
144
144
  :param type: Type
@@ -146,7 +146,7 @@ def easing_type(
146
146
  """
147
147
 
148
148
  def extrapolation_type(
149
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
149
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
150
150
  execution_context: int | str | None = None,
151
151
  undo: bool | None = None,
152
152
  *,
@@ -155,7 +155,7 @@ def extrapolation_type(
155
155
  ):
156
156
  """Set extrapolation mode for selected F-Curves
157
157
 
158
- :type override_context: bpy.types.Context | dict[str, typing.Any]
158
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
159
159
  :type execution_context: int | str | None
160
160
  :type undo: bool | None
161
161
  :param type: Type
@@ -175,19 +175,19 @@ def extrapolation_type(
175
175
  """
176
176
 
177
177
  def frame_jump(
178
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
178
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
179
179
  execution_context: int | str | None = None,
180
180
  undo: bool | None = None,
181
181
  ):
182
182
  """Set the current frame to the average frame value of selected keyframes
183
183
 
184
- :type override_context: bpy.types.Context | dict[str, typing.Any]
184
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
185
185
  :type execution_context: int | str | None
186
186
  :type undo: bool | None
187
187
  """
188
188
 
189
189
  def handle_type(
190
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
190
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
191
191
  execution_context: int | str | None = None,
192
192
  undo: bool | None = None,
193
193
  *,
@@ -195,7 +195,7 @@ def handle_type(
195
195
  ):
196
196
  """Set type of handle for selected keyframes
197
197
 
198
- :type override_context: bpy.types.Context | dict[str, typing.Any]
198
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
199
199
  :type execution_context: int | str | None
200
200
  :type undo: bool | None
201
201
  :param type: Type
@@ -203,7 +203,7 @@ def handle_type(
203
203
  """
204
204
 
205
205
  def interpolation_type(
206
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
206
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
207
207
  execution_context: int | str | None = None,
208
208
  undo: bool | None = None,
209
209
  *,
@@ -211,7 +211,7 @@ def interpolation_type(
211
211
  ):
212
212
  """Set interpolation mode for the F-Curve segments starting from the selected keyframes
213
213
 
214
- :type override_context: bpy.types.Context | dict[str, typing.Any]
214
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
215
215
  :type execution_context: int | str | None
216
216
  :type undo: bool | None
217
217
  :param type: Type
@@ -219,7 +219,7 @@ def interpolation_type(
219
219
  """
220
220
 
221
221
  def keyframe_insert(
222
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
222
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
223
223
  execution_context: int | str | None = None,
224
224
  undo: bool | None = None,
225
225
  *,
@@ -227,7 +227,7 @@ def keyframe_insert(
227
227
  ):
228
228
  """Insert keyframes for the specified channels
229
229
 
230
- :type override_context: bpy.types.Context | dict[str, typing.Any]
230
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
231
231
  :type execution_context: int | str | None
232
232
  :type undo: bool | None
233
233
  :param type: Type
@@ -235,7 +235,7 @@ def keyframe_insert(
235
235
  """
236
236
 
237
237
  def keyframe_type(
238
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
238
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
239
239
  execution_context: int | str | None = None,
240
240
  undo: bool | None = None,
241
241
  *,
@@ -243,7 +243,7 @@ def keyframe_type(
243
243
  ):
244
244
  """Set type of keyframe for the selected keyframes
245
245
 
246
- :type override_context: bpy.types.Context | dict[str, typing.Any]
246
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
247
247
  :type execution_context: int | str | None
248
248
  :type undo: bool | None
249
249
  :param type: Type
@@ -251,43 +251,43 @@ def keyframe_type(
251
251
  """
252
252
 
253
253
  def layer_next(
254
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
254
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
255
255
  execution_context: int | str | None = None,
256
256
  undo: bool | None = None,
257
257
  ):
258
258
  """Switch to editing action in animation layer above the current action in the NLA Stack
259
259
 
260
- :type override_context: bpy.types.Context | dict[str, typing.Any]
260
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
261
261
  :type execution_context: int | str | None
262
262
  :type undo: bool | None
263
263
  """
264
264
 
265
265
  def layer_prev(
266
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
266
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
267
267
  execution_context: int | str | None = None,
268
268
  undo: bool | None = None,
269
269
  ):
270
270
  """Switch to editing action in animation layer below the current action in the NLA Stack
271
271
 
272
- :type override_context: bpy.types.Context | dict[str, typing.Any]
272
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
273
273
  :type execution_context: int | str | None
274
274
  :type undo: bool | None
275
275
  """
276
276
 
277
277
  def markers_make_local(
278
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
278
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
279
279
  execution_context: int | str | None = None,
280
280
  undo: bool | None = None,
281
281
  ):
282
282
  """Move selected scene markers to the active Action as local 'pose' markers
283
283
 
284
- :type override_context: bpy.types.Context | dict[str, typing.Any]
284
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
285
285
  :type execution_context: int | str | None
286
286
  :type undo: bool | None
287
287
  """
288
288
 
289
289
  def mirror(
290
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
290
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
291
291
  execution_context: int | str | None = None,
292
292
  undo: bool | None = None,
293
293
  *,
@@ -295,7 +295,7 @@ def mirror(
295
295
  ):
296
296
  """Flip selected keyframes over the selected mirror line
297
297
 
298
- :type override_context: bpy.types.Context | dict[str, typing.Any]
298
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
299
299
  :type execution_context: int | str | None
300
300
  :type undo: bool | None
301
301
  :param type: Type
@@ -312,19 +312,19 @@ def mirror(
312
312
  """
313
313
 
314
314
  def new(
315
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
315
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
316
316
  execution_context: int | str | None = None,
317
317
  undo: bool | None = None,
318
318
  ):
319
319
  """Create new action
320
320
 
321
- :type override_context: bpy.types.Context | dict[str, typing.Any]
321
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
322
322
  :type execution_context: int | str | None
323
323
  :type undo: bool | None
324
324
  """
325
325
 
326
326
  def paste(
327
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
327
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
328
328
  execution_context: int | str | None = None,
329
329
  undo: bool | None = None,
330
330
  *,
@@ -334,7 +334,7 @@ def paste(
334
334
  ):
335
335
  """Paste keyframes from the internal clipboard for the selected channels, starting on the current frame
336
336
 
337
- :type override_context: bpy.types.Context | dict[str, typing.Any]
337
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
338
338
  :type execution_context: int | str | None
339
339
  :type undo: bool | None
340
340
  :param offset: Offset, Paste time offset of keys
@@ -346,31 +346,31 @@ def paste(
346
346
  """
347
347
 
348
348
  def previewrange_set(
349
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
349
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
350
350
  execution_context: int | str | None = None,
351
351
  undo: bool | None = None,
352
352
  ):
353
353
  """Set Preview Range based on extents of selected Keyframes
354
354
 
355
- :type override_context: bpy.types.Context | dict[str, typing.Any]
355
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
356
356
  :type execution_context: int | str | None
357
357
  :type undo: bool | None
358
358
  """
359
359
 
360
360
  def push_down(
361
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
361
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
362
362
  execution_context: int | str | None = None,
363
363
  undo: bool | None = None,
364
364
  ):
365
365
  """Push action down on to the NLA stack as a new strip
366
366
 
367
- :type override_context: bpy.types.Context | dict[str, typing.Any]
367
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
368
368
  :type execution_context: int | str | None
369
369
  :type undo: bool | None
370
370
  """
371
371
 
372
372
  def select_all(
373
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
373
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
374
374
  execution_context: int | str | None = None,
375
375
  undo: bool | None = None,
376
376
  *,
@@ -378,7 +378,7 @@ def select_all(
378
378
  ):
379
379
  """Toggle selection of all keyframes
380
380
 
381
- :type override_context: bpy.types.Context | dict[str, typing.Any]
381
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
382
382
  :type execution_context: int | str | None
383
383
  :type undo: bool | None
384
384
  :param action: Action, Selection action to execute
@@ -398,7 +398,7 @@ def select_all(
398
398
  """
399
399
 
400
400
  def select_box(
401
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
401
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
402
402
  execution_context: int | str | None = None,
403
403
  undo: bool | None = None,
404
404
  *,
@@ -413,7 +413,7 @@ def select_box(
413
413
  ):
414
414
  """Select all keyframes within the specified region
415
415
 
416
- :type override_context: bpy.types.Context | dict[str, typing.Any]
416
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
417
417
  :type execution_context: int | str | None
418
418
  :type undo: bool | None
419
419
  :param axis_range: Axis Range
@@ -444,7 +444,7 @@ def select_box(
444
444
  """
445
445
 
446
446
  def select_circle(
447
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
447
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
448
448
  execution_context: int | str | None = None,
449
449
  undo: bool | None = None,
450
450
  *,
@@ -456,7 +456,7 @@ def select_circle(
456
456
  ):
457
457
  """Select keyframe points using circle selection
458
458
 
459
- :type override_context: bpy.types.Context | dict[str, typing.Any]
459
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
460
460
  :type execution_context: int | str | None
461
461
  :type undo: bool | None
462
462
  :param x: X
@@ -481,7 +481,7 @@ def select_circle(
481
481
  """
482
482
 
483
483
  def select_column(
484
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
484
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
485
485
  execution_context: int | str | None = None,
486
486
  undo: bool | None = None,
487
487
  *,
@@ -490,7 +490,7 @@ def select_column(
490
490
  ):
491
491
  """Select all keyframes on the specified frame(s)
492
492
 
493
- :type override_context: bpy.types.Context | dict[str, typing.Any]
493
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
494
494
  :type execution_context: int | str | None
495
495
  :type undo: bool | None
496
496
  :param mode: Mode
@@ -498,7 +498,7 @@ def select_column(
498
498
  """
499
499
 
500
500
  def select_lasso(
501
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
501
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
502
502
  execution_context: int | str | None = None,
503
503
  undo: bool | None = None,
504
504
  *,
@@ -510,7 +510,7 @@ def select_lasso(
510
510
  ):
511
511
  """Select keyframe points using lasso selection
512
512
 
513
- :type override_context: bpy.types.Context | dict[str, typing.Any]
513
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
514
514
  :type execution_context: int | str | None
515
515
  :type undo: bool | None
516
516
  :param path: Path
@@ -535,7 +535,7 @@ def select_lasso(
535
535
  """
536
536
 
537
537
  def select_leftright(
538
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
538
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
539
539
  execution_context: int | str | None = None,
540
540
  undo: bool | None = None,
541
541
  *,
@@ -544,7 +544,7 @@ def select_leftright(
544
544
  ):
545
545
  """Select keyframes to the left or the right of the current frame
546
546
 
547
- :type override_context: bpy.types.Context | dict[str, typing.Any]
547
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
548
548
  :type execution_context: int | str | None
549
549
  :type undo: bool | None
550
550
  :param mode: Mode
@@ -554,43 +554,43 @@ def select_leftright(
554
554
  """
555
555
 
556
556
  def select_less(
557
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
557
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
558
558
  execution_context: int | str | None = None,
559
559
  undo: bool | None = None,
560
560
  ):
561
561
  """Deselect keyframes on ends of selection islands
562
562
 
563
- :type override_context: bpy.types.Context | dict[str, typing.Any]
563
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
564
564
  :type execution_context: int | str | None
565
565
  :type undo: bool | None
566
566
  """
567
567
 
568
568
  def select_linked(
569
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
569
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
570
570
  execution_context: int | str | None = None,
571
571
  undo: bool | None = None,
572
572
  ):
573
573
  """Select keyframes occurring in the same F-Curves as selected ones
574
574
 
575
- :type override_context: bpy.types.Context | dict[str, typing.Any]
575
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
576
576
  :type execution_context: int | str | None
577
577
  :type undo: bool | None
578
578
  """
579
579
 
580
580
  def select_more(
581
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
581
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
582
582
  execution_context: int | str | None = None,
583
583
  undo: bool | None = None,
584
584
  ):
585
585
  """Select keyframes beside already selected ones
586
586
 
587
- :type override_context: bpy.types.Context | dict[str, typing.Any]
587
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
588
588
  :type execution_context: int | str | None
589
589
  :type undo: bool | None
590
590
  """
591
591
 
592
592
  def snap(
593
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
593
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
594
594
  execution_context: int | str | None = None,
595
595
  undo: bool | None = None,
596
596
  *,
@@ -599,7 +599,7 @@ def snap(
599
599
  ):
600
600
  """Snap selected keyframes to the times specified
601
601
 
602
- :type override_context: bpy.types.Context | dict[str, typing.Any]
602
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
603
603
  :type execution_context: int | str | None
604
604
  :type undo: bool | None
605
605
  :param type: Type
@@ -619,7 +619,7 @@ def snap(
619
619
  """
620
620
 
621
621
  def stash(
622
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
622
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
623
623
  execution_context: int | str | None = None,
624
624
  undo: bool | None = None,
625
625
  *,
@@ -627,7 +627,7 @@ def stash(
627
627
  ):
628
628
  """Store this action in the NLA stack as a non-contributing strip for later use
629
629
 
630
- :type override_context: bpy.types.Context | dict[str, typing.Any]
630
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
631
631
  :type execution_context: int | str | None
632
632
  :type undo: bool | None
633
633
  :param create_new: Create New Action, Create a new action once the existing one has been safely stored
@@ -635,19 +635,19 @@ def stash(
635
635
  """
636
636
 
637
637
  def stash_and_create(
638
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
638
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
639
639
  execution_context: int | str | None = None,
640
640
  undo: bool | None = None,
641
641
  ):
642
642
  """Store this action in the NLA stack as a non-contributing strip for later use, and create a new action
643
643
 
644
- :type override_context: bpy.types.Context | dict[str, typing.Any]
644
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
645
645
  :type execution_context: int | str | None
646
646
  :type undo: bool | None
647
647
  """
648
648
 
649
649
  def unlink(
650
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
650
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
651
651
  execution_context: int | str | None = None,
652
652
  undo: bool | None = None,
653
653
  *,
@@ -655,7 +655,7 @@ def unlink(
655
655
  ):
656
656
  """Unlink this action from the active action slot (and/or exit Tweak Mode)
657
657
 
658
- :type override_context: bpy.types.Context | dict[str, typing.Any]
658
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
659
659
  :type execution_context: int | str | None
660
660
  :type undo: bool | None
661
661
  :param force_delete: Force Delete, Clear Fake User and remove copy stashed in this data-block's NLA stack
@@ -663,37 +663,37 @@ def unlink(
663
663
  """
664
664
 
665
665
  def view_all(
666
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
666
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
667
667
  execution_context: int | str | None = None,
668
668
  undo: bool | None = None,
669
669
  ):
670
670
  """Reset viewable area to show full keyframe range
671
671
 
672
- :type override_context: bpy.types.Context | dict[str, typing.Any]
672
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
673
673
  :type execution_context: int | str | None
674
674
  :type undo: bool | None
675
675
  """
676
676
 
677
677
  def view_frame(
678
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
678
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
679
679
  execution_context: int | str | None = None,
680
680
  undo: bool | None = None,
681
681
  ):
682
682
  """Move the view to the current frame
683
683
 
684
- :type override_context: bpy.types.Context | dict[str, typing.Any]
684
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
685
685
  :type execution_context: int | str | None
686
686
  :type undo: bool | None
687
687
  """
688
688
 
689
689
  def view_selected(
690
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
690
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
691
691
  execution_context: int | str | None = None,
692
692
  undo: bool | None = None,
693
693
  ):
694
694
  """Reset viewable area to show selected keyframes range
695
695
 
696
- :type override_context: bpy.types.Context | dict[str, typing.Any]
696
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
697
697
  :type execution_context: int | str | None
698
698
  :type undo: bool | None
699
699
  """