fake-bpy-module 20240811__py3-none-any.whl → 20240813__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 (83) hide show
  1. bl_ui/space_view3d/__init__.pyi +31 -0
  2. bpy/ops/action/__init__.pyi +76 -76
  3. bpy/ops/anim/__init__.pyi +110 -110
  4. bpy/ops/armature/__init__.pyi +96 -96
  5. bpy/ops/asset/__init__.pyi +32 -32
  6. bpy/ops/boid/__init__.pyi +16 -16
  7. bpy/ops/brush/__init__.pyi +26 -26
  8. bpy/ops/buttons/__init__.pyi +12 -12
  9. bpy/ops/cachefile/__init__.pyi +10 -10
  10. bpy/ops/camera/__init__.pyi +4 -4
  11. bpy/ops/clip/__init__.pyi +184 -184
  12. bpy/ops/cloth/__init__.pyi +2 -2
  13. bpy/ops/collection/__init__.pyi +18 -18
  14. bpy/ops/console/__init__.pyi +42 -42
  15. bpy/ops/constraint/__init__.pyi +36 -36
  16. bpy/ops/curve/__init__.pyi +102 -102
  17. bpy/ops/curves/__init__.pyi +54 -54
  18. bpy/ops/cycles/__init__.pyi +6 -6
  19. bpy/ops/dpaint/__init__.pyi +10 -10
  20. bpy/ops/ed/__init__.pyi +24 -24
  21. bpy/ops/export_anim/__init__.pyi +2 -2
  22. bpy/ops/export_scene/__init__.pyi +4 -4
  23. bpy/ops/extensions/__init__.pyi +68 -68
  24. bpy/ops/file/__init__.pyi +80 -80
  25. bpy/ops/fluid/__init__.pyi +28 -28
  26. bpy/ops/font/__init__.pyi +46 -46
  27. bpy/ops/geometry/__init__.pyi +20 -20
  28. bpy/ops/gizmogroup/__init__.pyi +4 -4
  29. bpy/ops/gpencil/__init__.pyi +284 -284
  30. bpy/ops/graph/__init__.pyi +130 -130
  31. bpy/ops/grease_pencil/__init__.pyi +166 -166
  32. bpy/ops/image/__init__.pyi +98 -98
  33. bpy/ops/import_anim/__init__.pyi +2 -2
  34. bpy/ops/import_curve/__init__.pyi +2 -2
  35. bpy/ops/import_scene/__init__.pyi +4 -4
  36. bpy/ops/info/__init__.pyi +14 -14
  37. bpy/ops/lattice/__init__.pyi +16 -16
  38. bpy/ops/marker/__init__.pyi +22 -22
  39. bpy/ops/mask/__init__.pyi +78 -78
  40. bpy/ops/material/__init__.pyi +6 -6
  41. bpy/ops/mball/__init__.pyi +16 -16
  42. bpy/ops/mesh/__init__.pyi +326 -326
  43. bpy/ops/nla/__init__.pyi +78 -78
  44. bpy/ops/node/__init__.pyi +208 -208
  45. bpy/ops/object/__init__.pyi +473 -473
  46. bpy/ops/outliner/__init__.pyi +142 -142
  47. bpy/ops/paint/__init__.pyi +108 -108
  48. bpy/ops/paintcurve/__init__.pyi +16 -16
  49. bpy/ops/palette/__init__.pyi +14 -14
  50. bpy/ops/particle/__init__.pyi +72 -72
  51. bpy/ops/pose/__init__.pyi +102 -102
  52. bpy/ops/poselib/__init__.pyi +18 -18
  53. bpy/ops/preferences/__init__.pyi +70 -70
  54. bpy/ops/ptcache/__init__.pyi +14 -14
  55. bpy/ops/render/__init__.pyi +26 -26
  56. bpy/ops/rigidbody/__init__.pyi +26 -26
  57. bpy/ops/scene/__init__.pyi +74 -74
  58. bpy/ops/screen/__init__.pyi +78 -78
  59. bpy/ops/script/__init__.pyi +6 -6
  60. bpy/ops/sculpt/__init__.pyi +72 -72
  61. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  62. bpy/ops/sequencer/__init__.pyi +174 -174
  63. bpy/ops/sound/__init__.pyi +14 -14
  64. bpy/ops/spreadsheet/__init__.pyi +8 -8
  65. bpy/ops/surface/__init__.pyi +12 -12
  66. bpy/ops/text/__init__.pyi +86 -86
  67. bpy/ops/text_editor/__init__.pyi +2 -2
  68. bpy/ops/texture/__init__.pyi +8 -8
  69. bpy/ops/transform/__init__.pyi +54 -54
  70. bpy/ops/ui/__init__.pyi +64 -64
  71. bpy/ops/uilist/__init__.pyi +6 -6
  72. bpy/ops/uv/__init__.pyi +98 -98
  73. bpy/ops/view2d/__init__.pyi +28 -28
  74. bpy/ops/view3d/__init__.pyi +134 -134
  75. bpy/ops/wm/__init__.pyi +226 -226
  76. bpy/ops/workspace/__init__.pyi +14 -14
  77. bpy/ops/world/__init__.pyi +4 -4
  78. bpy/types/__init__.pyi +76 -64
  79. {fake_bpy_module-20240811.dist-info → fake_bpy_module-20240813.dist-info}/METADATA +1 -1
  80. {fake_bpy_module-20240811.dist-info → fake_bpy_module-20240813.dist-info}/RECORD +83 -83
  81. freestyle/utils/__init__.pyi +1 -1
  82. {fake_bpy_module-20240811.dist-info → fake_bpy_module-20240813.dist-info}/WHEEL +0 -0
  83. {fake_bpy_module-20240811.dist-info → fake_bpy_module-20240813.dist-info}/top_level.txt +0 -0
@@ -6690,6 +6690,37 @@ class VIEW3D_PT_greasepencil_draw_context_menu(bpy.types.Panel):
6690
6690
  """
6691
6691
  ...
6692
6692
 
6693
+ class VIEW3D_PT_greasepencil_sculpt_context_menu(bpy.types.Panel):
6694
+ bl_label: typing.Any
6695
+ bl_region_type: typing.Any
6696
+ bl_rna: typing.Any
6697
+ bl_space_type: typing.Any
6698
+ bl_ui_units_x: typing.Any
6699
+ id_data: typing.Any
6700
+
6701
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
6702
+ """
6703
+
6704
+ :return: The RNA type or default when not found.
6705
+ :rtype: bpy.types.Struct
6706
+ """
6707
+ ...
6708
+
6709
+ def bl_rna_get_subclass_py(self) -> typing.Any:
6710
+ """
6711
+
6712
+ :return: The class or default when not found.
6713
+ :rtype: typing.Any
6714
+ """
6715
+ ...
6716
+
6717
+ def draw(self, context):
6718
+ """
6719
+
6720
+ :param context:
6721
+ """
6722
+ ...
6723
+
6693
6724
  class VIEW3D_PT_object_type_visibility(bpy.types.Panel):
6694
6725
  bl_label: typing.Any
6695
6726
  bl_region_type: typing.Any
@@ -8,13 +8,13 @@ GenericType1 = typing.TypeVar("GenericType1")
8
8
  GenericType2 = typing.TypeVar("GenericType2")
9
9
 
10
10
  def bake_keys(
11
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
11
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
12
12
  execution_context: int | str | None = None,
13
13
  undo: bool | None = None,
14
14
  ):
15
15
  """Add keyframes on every frame between the selected keyframes
16
16
 
17
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
17
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
18
18
  :type execution_context: int | str | None
19
19
  :type undo: bool | None
20
20
  """
@@ -22,7 +22,7 @@ def bake_keys(
22
22
  ...
23
23
 
24
24
  def clean(
25
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
25
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
26
26
  execution_context: int | str | None = None,
27
27
  undo: bool | None = None,
28
28
  *,
@@ -31,7 +31,7 @@ def clean(
31
31
  ):
32
32
  """Simplify F-Curves by removing closely spaced keyframes
33
33
 
34
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
34
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
35
35
  :type execution_context: int | str | None
36
36
  :type undo: bool | None
37
37
  :param threshold: Threshold
@@ -43,7 +43,7 @@ def clean(
43
43
  ...
44
44
 
45
45
  def clickselect(
46
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
46
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
47
47
  execution_context: int | str | None = None,
48
48
  undo: bool | None = None,
49
49
  *,
@@ -57,7 +57,7 @@ def clickselect(
57
57
  ):
58
58
  """Select keyframes by clicking on them
59
59
 
60
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
60
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
61
61
  :type execution_context: int | str | None
62
62
  :type undo: bool | None
63
63
  :param wait_to_deselect_others: Wait to Deselect Others
@@ -79,13 +79,13 @@ def clickselect(
79
79
  ...
80
80
 
81
81
  def copy(
82
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
82
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
83
83
  execution_context: int | str | None = None,
84
84
  undo: bool | None = None,
85
85
  ):
86
86
  """Copy selected keyframes to the internal clipboard
87
87
 
88
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
88
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
89
89
  :type execution_context: int | str | None
90
90
  :type undo: bool | None
91
91
  """
@@ -93,7 +93,7 @@ def copy(
93
93
  ...
94
94
 
95
95
  def delete(
96
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
96
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
97
97
  execution_context: int | str | None = None,
98
98
  undo: bool | None = None,
99
99
  *,
@@ -101,7 +101,7 @@ def delete(
101
101
  ):
102
102
  """Remove all selected keyframes
103
103
 
104
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
104
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
105
105
  :type execution_context: int | str | None
106
106
  :type undo: bool | None
107
107
  :param confirm: Confirm, Prompt for confirmation
@@ -111,13 +111,13 @@ def delete(
111
111
  ...
112
112
 
113
113
  def duplicate(
114
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
114
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
115
115
  execution_context: int | str | None = None,
116
116
  undo: bool | None = None,
117
117
  ):
118
118
  """Make a copy of all selected keyframes
119
119
 
120
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
120
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
121
121
  :type execution_context: int | str | None
122
122
  :type undo: bool | None
123
123
  """
@@ -125,7 +125,7 @@ def duplicate(
125
125
  ...
126
126
 
127
127
  def duplicate_move(
128
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
128
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
129
129
  execution_context: int | str | None = None,
130
130
  undo: bool | None = None,
131
131
  *,
@@ -134,7 +134,7 @@ def duplicate_move(
134
134
  ):
135
135
  """Make a copy of all selected keyframes and move them
136
136
 
137
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
137
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
138
138
  :type execution_context: int | str | None
139
139
  :type undo: bool | None
140
140
  :param ACTION_OT_duplicate: Duplicate Keyframes, Make a copy of all selected keyframes
@@ -146,7 +146,7 @@ def duplicate_move(
146
146
  ...
147
147
 
148
148
  def easing_type(
149
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
149
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
150
150
  execution_context: int | str | None = None,
151
151
  undo: bool | None = None,
152
152
  *,
@@ -154,7 +154,7 @@ def easing_type(
154
154
  ):
155
155
  """Set easing type for the F-Curve segments starting from the selected keyframes
156
156
 
157
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
157
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
158
158
  :type execution_context: int | str | None
159
159
  :type undo: bool | None
160
160
  :param type: Type
@@ -164,7 +164,7 @@ def easing_type(
164
164
  ...
165
165
 
166
166
  def extrapolation_type(
167
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
167
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
168
168
  execution_context: int | str | None = None,
169
169
  undo: bool | None = None,
170
170
  *,
@@ -173,7 +173,7 @@ def extrapolation_type(
173
173
  ):
174
174
  """Set extrapolation mode for selected F-Curves
175
175
 
176
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
176
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
177
177
  :type execution_context: int | str | None
178
178
  :type undo: bool | None
179
179
  :param type: Type
@@ -195,13 +195,13 @@ def extrapolation_type(
195
195
  ...
196
196
 
197
197
  def frame_jump(
198
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
198
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
199
199
  execution_context: int | str | None = None,
200
200
  undo: bool | None = None,
201
201
  ):
202
202
  """Set the current frame to the average frame value of selected keyframes
203
203
 
204
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
204
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
205
205
  :type execution_context: int | str | None
206
206
  :type undo: bool | None
207
207
  """
@@ -209,7 +209,7 @@ def frame_jump(
209
209
  ...
210
210
 
211
211
  def handle_type(
212
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
212
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
213
213
  execution_context: int | str | None = None,
214
214
  undo: bool | None = None,
215
215
  *,
@@ -218,7 +218,7 @@ def handle_type(
218
218
  ):
219
219
  """Set type of handle for selected keyframes
220
220
 
221
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
221
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
222
222
  :type execution_context: int | str | None
223
223
  :type undo: bool | None
224
224
  :param type: Type
@@ -228,7 +228,7 @@ def handle_type(
228
228
  ...
229
229
 
230
230
  def interpolation_type(
231
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
231
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
232
232
  execution_context: int | str | None = None,
233
233
  undo: bool | None = None,
234
234
  *,
@@ -251,7 +251,7 @@ def interpolation_type(
251
251
  ):
252
252
  """Set interpolation mode for the F-Curve segments starting from the selected keyframes
253
253
 
254
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
254
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
255
255
  :type execution_context: int | str | None
256
256
  :type undo: bool | None
257
257
  :param type: Type
@@ -261,7 +261,7 @@ def interpolation_type(
261
261
  ...
262
262
 
263
263
  def keyframe_insert(
264
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
264
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
265
265
  execution_context: int | str | None = None,
266
266
  undo: bool | None = None,
267
267
  *,
@@ -269,7 +269,7 @@ def keyframe_insert(
269
269
  ):
270
270
  """Insert keyframes for the specified channels
271
271
 
272
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
272
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
273
273
  :type execution_context: int | str | None
274
274
  :type undo: bool | None
275
275
  :param type: Type
@@ -279,7 +279,7 @@ def keyframe_insert(
279
279
  ...
280
280
 
281
281
  def keyframe_type(
282
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
282
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
283
283
  execution_context: int | str | None = None,
284
284
  undo: bool | None = None,
285
285
  *,
@@ -290,7 +290,7 @@ def keyframe_type(
290
290
  ):
291
291
  """Set type of keyframe for the selected keyframes
292
292
 
293
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
293
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
294
294
  :type execution_context: int | str | None
295
295
  :type undo: bool | None
296
296
  :param type: Type
@@ -300,13 +300,13 @@ def keyframe_type(
300
300
  ...
301
301
 
302
302
  def layer_next(
303
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
303
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
304
304
  execution_context: int | str | None = None,
305
305
  undo: bool | None = None,
306
306
  ):
307
307
  """Switch to editing action in animation layer above the current action in the NLA Stack
308
308
 
309
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
309
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
310
310
  :type execution_context: int | str | None
311
311
  :type undo: bool | None
312
312
  """
@@ -314,13 +314,13 @@ def layer_next(
314
314
  ...
315
315
 
316
316
  def layer_prev(
317
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
317
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
318
318
  execution_context: int | str | None = None,
319
319
  undo: bool | None = None,
320
320
  ):
321
321
  """Switch to editing action in animation layer below the current action in the NLA Stack
322
322
 
323
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
323
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
324
324
  :type execution_context: int | str | None
325
325
  :type undo: bool | None
326
326
  """
@@ -328,13 +328,13 @@ def layer_prev(
328
328
  ...
329
329
 
330
330
  def markers_make_local(
331
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
331
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
332
332
  execution_context: int | str | None = None,
333
333
  undo: bool | None = None,
334
334
  ):
335
335
  """Move selected scene markers to the active Action as local 'pose' markers
336
336
 
337
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
337
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
338
338
  :type execution_context: int | str | None
339
339
  :type undo: bool | None
340
340
  """
@@ -342,7 +342,7 @@ def markers_make_local(
342
342
  ...
343
343
 
344
344
  def mirror(
345
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
345
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
346
346
  execution_context: int | str | None = None,
347
347
  undo: bool | None = None,
348
348
  *,
@@ -350,7 +350,7 @@ def mirror(
350
350
  ):
351
351
  """Flip selected keyframes over the selected mirror line
352
352
 
353
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
353
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
354
354
  :type execution_context: int | str | None
355
355
  :type undo: bool | None
356
356
  :param type: Type
@@ -369,13 +369,13 @@ def mirror(
369
369
  ...
370
370
 
371
371
  def new(
372
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
372
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
373
373
  execution_context: int | str | None = None,
374
374
  undo: bool | None = None,
375
375
  ):
376
376
  """Create new action
377
377
 
378
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
378
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
379
379
  :type execution_context: int | str | None
380
380
  :type undo: bool | None
381
381
  """
@@ -383,7 +383,7 @@ def new(
383
383
  ...
384
384
 
385
385
  def paste(
386
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
386
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
387
387
  execution_context: int | str | None = None,
388
388
  undo: bool | None = None,
389
389
  *,
@@ -394,7 +394,7 @@ def paste(
394
394
  ):
395
395
  """Paste keyframes from the internal clipboard for the selected channels, starting on the current frame
396
396
 
397
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
397
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
398
398
  :type execution_context: int | str | None
399
399
  :type undo: bool | None
400
400
  :param offset: Offset, Paste time offset of keys
@@ -408,13 +408,13 @@ def paste(
408
408
  ...
409
409
 
410
410
  def previewrange_set(
411
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
411
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
412
412
  execution_context: int | str | None = None,
413
413
  undo: bool | None = None,
414
414
  ):
415
415
  """Set Preview Range based on extents of selected Keyframes
416
416
 
417
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
417
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
418
418
  :type execution_context: int | str | None
419
419
  :type undo: bool | None
420
420
  """
@@ -422,13 +422,13 @@ def previewrange_set(
422
422
  ...
423
423
 
424
424
  def push_down(
425
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
425
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
426
426
  execution_context: int | str | None = None,
427
427
  undo: bool | None = None,
428
428
  ):
429
429
  """Push action down on to the NLA stack as a new strip
430
430
 
431
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
431
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
432
432
  :type execution_context: int | str | None
433
433
  :type undo: bool | None
434
434
  """
@@ -436,7 +436,7 @@ def push_down(
436
436
  ...
437
437
 
438
438
  def select_all(
439
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
439
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
440
440
  execution_context: int | str | None = None,
441
441
  undo: bool | None = None,
442
442
  *,
@@ -444,7 +444,7 @@ def select_all(
444
444
  ):
445
445
  """Toggle selection of all keyframes
446
446
 
447
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
447
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
448
448
  :type execution_context: int | str | None
449
449
  :type undo: bool | None
450
450
  :param action: Action, Selection action to execute
@@ -466,7 +466,7 @@ def select_all(
466
466
  ...
467
467
 
468
468
  def select_box(
469
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
469
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
470
470
  execution_context: int | str | None = None,
471
471
  undo: bool | None = None,
472
472
  *,
@@ -481,7 +481,7 @@ def select_box(
481
481
  ):
482
482
  """Select all keyframes within the specified region
483
483
 
484
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
484
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
485
485
  :type execution_context: int | str | None
486
486
  :type undo: bool | None
487
487
  :param axis_range: Axis Range
@@ -514,7 +514,7 @@ def select_box(
514
514
  ...
515
515
 
516
516
  def select_circle(
517
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
517
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
518
518
  execution_context: int | str | None = None,
519
519
  undo: bool | None = None,
520
520
  *,
@@ -526,7 +526,7 @@ def select_circle(
526
526
  ):
527
527
  """Select keyframe points using circle selection
528
528
 
529
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
529
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
530
530
  :type execution_context: int | str | None
531
531
  :type undo: bool | None
532
532
  :param x: X
@@ -553,7 +553,7 @@ def select_circle(
553
553
  ...
554
554
 
555
555
  def select_column(
556
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
556
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
557
557
  execution_context: int | str | None = None,
558
558
  undo: bool | None = None,
559
559
  *,
@@ -562,7 +562,7 @@ def select_column(
562
562
  ):
563
563
  """Select all keyframes on the specified frame(s)
564
564
 
565
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
565
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
566
566
  :type execution_context: int | str | None
567
567
  :type undo: bool | None
568
568
  :param mode: Mode
@@ -572,7 +572,7 @@ def select_column(
572
572
  ...
573
573
 
574
574
  def select_lasso(
575
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
575
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
576
576
  execution_context: int | str | None = None,
577
577
  undo: bool | None = None,
578
578
  *,
@@ -584,7 +584,7 @@ def select_lasso(
584
584
  ):
585
585
  """Select keyframe points using lasso selection
586
586
 
587
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
587
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
588
588
  :type execution_context: int | str | None
589
589
  :type undo: bool | None
590
590
  :param path: Path
@@ -611,7 +611,7 @@ def select_lasso(
611
611
  ...
612
612
 
613
613
  def select_leftright(
614
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
614
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
615
615
  execution_context: int | str | None = None,
616
616
  undo: bool | None = None,
617
617
  *,
@@ -620,7 +620,7 @@ def select_leftright(
620
620
  ):
621
621
  """Select keyframes to the left or the right of the current frame
622
622
 
623
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
623
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
624
624
  :type execution_context: int | str | None
625
625
  :type undo: bool | None
626
626
  :param mode: Mode
@@ -632,13 +632,13 @@ def select_leftright(
632
632
  ...
633
633
 
634
634
  def select_less(
635
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
635
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
636
636
  execution_context: int | str | None = None,
637
637
  undo: bool | None = None,
638
638
  ):
639
639
  """Deselect keyframes on ends of selection islands
640
640
 
641
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
641
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
642
642
  :type execution_context: int | str | None
643
643
  :type undo: bool | None
644
644
  """
@@ -646,13 +646,13 @@ def select_less(
646
646
  ...
647
647
 
648
648
  def select_linked(
649
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
649
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
650
650
  execution_context: int | str | None = None,
651
651
  undo: bool | None = None,
652
652
  ):
653
653
  """Select keyframes occurring in the same F-Curves as selected ones
654
654
 
655
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
655
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
656
656
  :type execution_context: int | str | None
657
657
  :type undo: bool | None
658
658
  """
@@ -660,13 +660,13 @@ def select_linked(
660
660
  ...
661
661
 
662
662
  def select_more(
663
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
663
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
664
664
  execution_context: int | str | None = None,
665
665
  undo: bool | None = None,
666
666
  ):
667
667
  """Select keyframes beside already selected ones
668
668
 
669
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
669
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
670
670
  :type execution_context: int | str | None
671
671
  :type undo: bool | None
672
672
  """
@@ -674,7 +674,7 @@ def select_more(
674
674
  ...
675
675
 
676
676
  def snap(
677
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
677
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
678
678
  execution_context: int | str | None = None,
679
679
  undo: bool | None = None,
680
680
  *,
@@ -683,7 +683,7 @@ def snap(
683
683
  ):
684
684
  """Snap selected keyframes to the times specified
685
685
 
686
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
686
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
687
687
  :type execution_context: int | str | None
688
688
  :type undo: bool | None
689
689
  :param type: Type
@@ -705,7 +705,7 @@ def snap(
705
705
  ...
706
706
 
707
707
  def stash(
708
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
708
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
709
709
  execution_context: int | str | None = None,
710
710
  undo: bool | None = None,
711
711
  *,
@@ -713,7 +713,7 @@ def stash(
713
713
  ):
714
714
  """Store this action in the NLA stack as a non-contributing strip for later use
715
715
 
716
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
716
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
717
717
  :type execution_context: int | str | None
718
718
  :type undo: bool | None
719
719
  :param create_new: Create New Action, Create a new action once the existing one has been safely stored
@@ -723,13 +723,13 @@ def stash(
723
723
  ...
724
724
 
725
725
  def stash_and_create(
726
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
726
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
727
727
  execution_context: int | str | None = None,
728
728
  undo: bool | None = None,
729
729
  ):
730
730
  """Store this action in the NLA stack as a non-contributing strip for later use, and create a new action
731
731
 
732
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
732
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
733
733
  :type execution_context: int | str | None
734
734
  :type undo: bool | None
735
735
  """
@@ -737,7 +737,7 @@ def stash_and_create(
737
737
  ...
738
738
 
739
739
  def unlink(
740
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
740
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
741
741
  execution_context: int | str | None = None,
742
742
  undo: bool | None = None,
743
743
  *,
@@ -745,7 +745,7 @@ def unlink(
745
745
  ):
746
746
  """Unlink this action from the active action slot (and/or exit Tweak Mode)
747
747
 
748
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
748
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
749
749
  :type execution_context: int | str | None
750
750
  :type undo: bool | None
751
751
  :param force_delete: Force Delete, Clear Fake User and remove copy stashed in this data-block's NLA stack
@@ -755,13 +755,13 @@ def unlink(
755
755
  ...
756
756
 
757
757
  def view_all(
758
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
758
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
759
759
  execution_context: int | str | None = None,
760
760
  undo: bool | None = None,
761
761
  ):
762
762
  """Reset viewable area to show full keyframe range
763
763
 
764
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
764
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
765
765
  :type execution_context: int | str | None
766
766
  :type undo: bool | None
767
767
  """
@@ -769,13 +769,13 @@ def view_all(
769
769
  ...
770
770
 
771
771
  def view_frame(
772
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
772
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
773
773
  execution_context: int | str | None = None,
774
774
  undo: bool | None = None,
775
775
  ):
776
776
  """Move the view to the current frame
777
777
 
778
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
778
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
779
779
  :type execution_context: int | str | None
780
780
  :type undo: bool | None
781
781
  """
@@ -783,13 +783,13 @@ def view_frame(
783
783
  ...
784
784
 
785
785
  def view_selected(
786
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
786
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
787
787
  execution_context: int | str | None = None,
788
788
  undo: bool | None = None,
789
789
  ):
790
790
  """Reset viewable area to show selected keyframes range
791
791
 
792
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
792
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
793
793
  :type execution_context: int | str | None
794
794
  :type undo: bool | None
795
795
  """