fake-bpy-module 20240601__py3-none-any.whl → 20240605__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 (108) hide show
  1. aud/__init__.pyi +4 -4
  2. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
  3. bl_ui/space_node/__init__.pyi +0 -1
  4. bl_ui/space_sequencer/__init__.pyi +14 -0
  5. bl_ui/space_userpref/__init__.pyi +234 -0
  6. bl_ui/space_view3d/__init__.pyi +810 -0
  7. bl_ui/space_view3d_toolbar/__init__.pyi +949 -3
  8. blf/__init__.pyi +4 -4
  9. bmesh/ops/__init__.pyi +97 -82
  10. bmesh/types/__init__.pyi +37 -32
  11. bmesh/utils/__init__.pyi +2 -4
  12. bpy/app/handlers/__init__.pyi +36 -36
  13. bpy/ops/action/__init__.pyi +152 -152
  14. bpy/ops/anim/__init__.pyi +216 -216
  15. bpy/ops/armature/__init__.pyi +192 -192
  16. bpy/ops/asset/__init__.pyi +64 -64
  17. bpy/ops/boid/__init__.pyi +32 -32
  18. bpy/ops/brush/__init__.pyi +36 -36
  19. bpy/ops/buttons/__init__.pyi +24 -24
  20. bpy/ops/cachefile/__init__.pyi +20 -20
  21. bpy/ops/camera/__init__.pyi +8 -8
  22. bpy/ops/clip/__init__.pyi +368 -368
  23. bpy/ops/cloth/__init__.pyi +4 -4
  24. bpy/ops/collection/__init__.pyi +36 -36
  25. bpy/ops/console/__init__.pyi +84 -84
  26. bpy/ops/constraint/__init__.pyi +72 -72
  27. bpy/ops/curve/__init__.pyi +204 -204
  28. bpy/ops/curves/__init__.pyi +108 -108
  29. bpy/ops/cycles/__init__.pyi +12 -12
  30. bpy/ops/dpaint/__init__.pyi +20 -20
  31. bpy/ops/ed/__init__.pyi +48 -48
  32. bpy/ops/export_anim/__init__.pyi +4 -4
  33. bpy/ops/export_scene/__init__.pyi +8 -8
  34. bpy/ops/extensions/__init__.pyi +123 -109
  35. bpy/ops/file/__init__.pyi +160 -160
  36. bpy/ops/fluid/__init__.pyi +56 -56
  37. bpy/ops/font/__init__.pyi +92 -92
  38. bpy/ops/geometry/__init__.pyi +40 -40
  39. bpy/ops/gizmogroup/__init__.pyi +8 -8
  40. bpy/ops/gpencil/__init__.pyi +600 -600
  41. bpy/ops/graph/__init__.pyi +260 -260
  42. bpy/ops/grease_pencil/__init__.pyi +292 -292
  43. bpy/ops/image/__init__.pyi +192 -192
  44. bpy/ops/import_anim/__init__.pyi +4 -4
  45. bpy/ops/import_curve/__init__.pyi +4 -4
  46. bpy/ops/import_scene/__init__.pyi +8 -8
  47. bpy/ops/info/__init__.pyi +28 -28
  48. bpy/ops/lattice/__init__.pyi +32 -32
  49. bpy/ops/marker/__init__.pyi +44 -44
  50. bpy/ops/mask/__init__.pyi +156 -156
  51. bpy/ops/material/__init__.pyi +12 -12
  52. bpy/ops/mball/__init__.pyi +32 -32
  53. bpy/ops/mesh/__init__.pyi +652 -652
  54. bpy/ops/nla/__init__.pyi +156 -156
  55. bpy/ops/node/__init__.pyi +416 -416
  56. bpy/ops/object/__init__.pyi +984 -984
  57. bpy/ops/outliner/__init__.pyi +284 -284
  58. bpy/ops/paint/__init__.pyi +220 -220
  59. bpy/ops/paintcurve/__init__.pyi +32 -32
  60. bpy/ops/palette/__init__.pyi +28 -28
  61. bpy/ops/particle/__init__.pyi +144 -144
  62. bpy/ops/pose/__init__.pyi +156 -156
  63. bpy/ops/poselib/__init__.pyi +36 -36
  64. bpy/ops/preferences/__init__.pyi +148 -148
  65. bpy/ops/ptcache/__init__.pyi +28 -28
  66. bpy/ops/render/__init__.pyi +48 -48
  67. bpy/ops/rigidbody/__init__.pyi +52 -52
  68. bpy/ops/scene/__init__.pyi +148 -192
  69. bpy/ops/screen/__init__.pyi +156 -156
  70. bpy/ops/script/__init__.pyi +12 -12
  71. bpy/ops/sculpt/__init__.pyi +152 -152
  72. bpy/ops/sculpt_curves/__init__.pyi +16 -16
  73. bpy/ops/sequencer/__init__.pyi +364 -340
  74. bpy/ops/sound/__init__.pyi +28 -28
  75. bpy/ops/spreadsheet/__init__.pyi +16 -16
  76. bpy/ops/surface/__init__.pyi +24 -24
  77. bpy/ops/text/__init__.pyi +172 -172
  78. bpy/ops/text_editor/__init__.pyi +4 -4
  79. bpy/ops/texture/__init__.pyi +16 -16
  80. bpy/ops/transform/__init__.pyi +111 -108
  81. bpy/ops/ui/__init__.pyi +132 -132
  82. bpy/ops/uilist/__init__.pyi +12 -12
  83. bpy/ops/uv/__init__.pyi +196 -196
  84. bpy/ops/view2d/__init__.pyi +56 -56
  85. bpy/ops/view3d/__init__.pyi +268 -268
  86. bpy/ops/wm/__init__.pyi +448 -448
  87. bpy/ops/workspace/__init__.pyi +28 -28
  88. bpy/ops/world/__init__.pyi +8 -8
  89. bpy/path/__init__.pyi +18 -18
  90. bpy/props/__init__.pyi +11 -11
  91. bpy/types/__init__.pyi +2185 -1933
  92. bpy/utils/__init__.pyi +4 -4
  93. bpy_extras/mesh_utils/__init__.pyi +4 -4
  94. bpy_extras/view3d_utils/__init__.pyi +24 -20
  95. bpy_types/__init__.pyi +12 -7
  96. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/METADATA +5 -1
  97. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/RECORD +108 -108
  98. freestyle/types/__init__.pyi +64 -64
  99. freestyle/utils/__init__.pyi +2 -2
  100. gpu/matrix/__init__.pyi +15 -6
  101. gpu/state/__init__.pyi +2 -2
  102. gpu/types/__init__.pyi +6 -4
  103. gpu_extras/presets/__init__.pyi +8 -4
  104. imbuf/__init__.pyi +4 -4
  105. mathutils/__init__.pyi +292 -187
  106. mathutils/geometry/__init__.pyi +2 -5
  107. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/WHEEL +0 -0
  108. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/top_level.txt +0 -0
@@ -7,30 +7,30 @@ GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
9
  def bake_keys(
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
  """Add keyframes on every frame between the selected keyframes
15
15
 
16
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
17
- :type execution_context: str | int | None
16
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
17
+ :type execution_context: int | str | None
18
18
  :type undo: bool | None
19
19
  """
20
20
 
21
21
  ...
22
22
 
23
23
  def blend_offset(
24
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
25
- execution_context: str | int | None = None,
24
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
25
+ execution_context: int | str | None = None,
26
26
  undo: bool | None = None,
27
27
  *,
28
28
  factor: typing.Any | None = 0.0,
29
29
  ):
30
30
  """Shift selected keys to the value of the neighboring keys as a block
31
31
 
32
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
33
- :type execution_context: str | int | None
32
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
33
+ :type execution_context: int | str | None
34
34
  :type undo: bool | None
35
35
  :param factor: Offset Factor, Control which key to offset towards and how far
36
36
  :type factor: typing.Any | None
@@ -39,16 +39,16 @@ def blend_offset(
39
39
  ...
40
40
 
41
41
  def blend_to_default(
42
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
43
- execution_context: str | int | None = None,
42
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
43
+ execution_context: int | str | None = None,
44
44
  undo: bool | None = None,
45
45
  *,
46
46
  factor: typing.Any | None = 0.0,
47
47
  ):
48
48
  """Blend selected keys to their default value from their current position
49
49
 
50
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
51
- :type execution_context: str | int | None
50
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
51
+ :type execution_context: int | str | None
52
52
  :type undo: bool | None
53
53
  :param factor: Factor, How much to blend to the default value
54
54
  :type factor: typing.Any | None
@@ -57,16 +57,16 @@ def blend_to_default(
57
57
  ...
58
58
 
59
59
  def blend_to_ease(
60
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
61
- execution_context: str | int | None = None,
60
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
61
+ execution_context: int | str | None = None,
62
62
  undo: bool | None = None,
63
63
  *,
64
64
  factor: typing.Any | None = 0.0,
65
65
  ):
66
66
  """Blends keyframes from current state to an ease-in or ease-out curve
67
67
 
68
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
69
- :type execution_context: str | int | None
68
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
69
+ :type execution_context: int | str | None
70
70
  :type undo: bool | None
71
71
  :param factor: Blend, Favor either original data or ease curve
72
72
  :type factor: typing.Any | None
@@ -75,16 +75,16 @@ def blend_to_ease(
75
75
  ...
76
76
 
77
77
  def blend_to_neighbor(
78
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
79
- execution_context: str | int | None = None,
78
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
79
+ execution_context: int | str | None = None,
80
80
  undo: bool | None = None,
81
81
  *,
82
82
  factor: typing.Any | None = 0.0,
83
83
  ):
84
84
  """Blend selected keyframes to their left or right neighbor
85
85
 
86
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
87
- :type execution_context: str | int | None
86
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
87
+ :type execution_context: int | str | None
88
88
  :type undo: bool | None
89
89
  :param factor: Blend, The blend factor with 0 being the current frame
90
90
  :type factor: typing.Any | None
@@ -93,16 +93,16 @@ def blend_to_neighbor(
93
93
  ...
94
94
 
95
95
  def breakdown(
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
  factor: typing.Any | None = 0.0,
101
101
  ):
102
102
  """Move selected keyframes to an inbetween position relative to adjacent keys
103
103
 
104
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
105
- :type execution_context: str | int | None
104
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
105
+ :type execution_context: int | str | None
106
106
  :type undo: bool | None
107
107
  :param factor: Factor, Favor either the left or the right key
108
108
  :type factor: typing.Any | None
@@ -111,8 +111,8 @@ def breakdown(
111
111
  ...
112
112
 
113
113
  def butterworth_smooth(
114
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
115
- execution_context: str | int | None = None,
114
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
115
+ execution_context: int | str | None = None,
116
116
  undo: bool | None = None,
117
117
  *,
118
118
  cutoff_frequency: typing.Any | None = 3.0,
@@ -123,8 +123,8 @@ def butterworth_smooth(
123
123
  ):
124
124
  """Smooth an F-Curve while maintaining the general shape of the curve
125
125
 
126
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
127
- :type execution_context: str | int | None
126
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
127
+ :type execution_context: int | str | None
128
128
  :type undo: bool | None
129
129
  :param cutoff_frequency: Frequency Cutoff (Hz), Lower values give a smoother curve
130
130
  :type cutoff_frequency: typing.Any | None
@@ -141,8 +141,8 @@ def butterworth_smooth(
141
141
  ...
142
142
 
143
143
  def clean(
144
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
145
- execution_context: str | int | None = None,
144
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
145
+ execution_context: int | str | None = None,
146
146
  undo: bool | None = None,
147
147
  *,
148
148
  threshold: typing.Any | None = 0.001,
@@ -150,8 +150,8 @@ def clean(
150
150
  ):
151
151
  """Simplify F-Curves by removing closely spaced keyframes
152
152
 
153
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
154
- :type execution_context: str | int | None
153
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
154
+ :type execution_context: int | str | None
155
155
  :type undo: bool | None
156
156
  :param threshold: Threshold
157
157
  :type threshold: typing.Any | None
@@ -162,8 +162,8 @@ def clean(
162
162
  ...
163
163
 
164
164
  def click_insert(
165
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
166
- execution_context: str | int | None = None,
165
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
166
+ execution_context: int | str | None = None,
167
167
  undo: bool | None = None,
168
168
  *,
169
169
  frame: typing.Any | None = 1.0,
@@ -172,8 +172,8 @@ def click_insert(
172
172
  ):
173
173
  """Insert new keyframe at the cursor position for the active F-Curve
174
174
 
175
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
176
- :type execution_context: str | int | None
175
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
176
+ :type execution_context: int | str | None
177
177
  :type undo: bool | None
178
178
  :param frame: Frame Number, Frame to insert keyframe on
179
179
  :type frame: typing.Any | None
@@ -186,8 +186,8 @@ def click_insert(
186
186
  ...
187
187
 
188
188
  def clickselect(
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
  wait_to_deselect_others: bool | typing.Any | None = False,
@@ -200,8 +200,8 @@ def clickselect(
200
200
  ):
201
201
  """Select keyframes by clicking on them
202
202
 
203
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
204
- :type execution_context: str | int | None
203
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
204
+ :type execution_context: int | str | None
205
205
  :type undo: bool | None
206
206
  :param wait_to_deselect_others: Wait to Deselect Others
207
207
  :type wait_to_deselect_others: bool | typing.Any | None
@@ -222,22 +222,22 @@ def clickselect(
222
222
  ...
223
223
 
224
224
  def copy(
225
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
226
- execution_context: str | int | None = None,
225
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
226
+ execution_context: int | str | None = None,
227
227
  undo: bool | None = None,
228
228
  ):
229
229
  """Copy selected keyframes to the internal clipboard
230
230
 
231
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
232
- :type execution_context: str | int | None
231
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
232
+ :type execution_context: int | str | None
233
233
  :type undo: bool | None
234
234
  """
235
235
 
236
236
  ...
237
237
 
238
238
  def cursor_set(
239
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
240
- execution_context: str | int | None = None,
239
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
240
+ execution_context: int | str | None = None,
241
241
  undo: bool | None = None,
242
242
  *,
243
243
  frame: typing.Any | None = 0.0,
@@ -245,8 +245,8 @@ def cursor_set(
245
245
  ):
246
246
  """Interactively set the current frame and value cursor
247
247
 
248
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
249
- :type execution_context: str | int | None
248
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
249
+ :type execution_context: int | str | None
250
250
  :type undo: bool | None
251
251
  :param frame: Frame
252
252
  :type frame: typing.Any | None
@@ -257,8 +257,8 @@ def cursor_set(
257
257
  ...
258
258
 
259
259
  def decimate(
260
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
261
- execution_context: str | int | None = None,
260
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
261
+ execution_context: int | str | None = None,
262
262
  undo: bool | None = None,
263
263
  *,
264
264
  mode: str | None = "RATIO",
@@ -267,8 +267,8 @@ def decimate(
267
267
  ):
268
268
  """Decimate F-Curves by removing keyframes that influence the curve shape the least
269
269
 
270
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
271
- :type execution_context: str | int | None
270
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
271
+ :type execution_context: int | str | None
272
272
  :type undo: bool | None
273
273
  :param mode: Mode, Which mode to use for decimation
274
274
 
@@ -287,16 +287,16 @@ def decimate(
287
287
  ...
288
288
 
289
289
  def delete(
290
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
291
- execution_context: str | int | None = None,
290
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
291
+ execution_context: int | str | None = None,
292
292
  undo: bool | None = None,
293
293
  *,
294
294
  confirm: bool | typing.Any | None = True,
295
295
  ):
296
296
  """Remove all selected keyframes
297
297
 
298
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
299
- :type execution_context: str | int | None
298
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
299
+ :type execution_context: int | str | None
300
300
  :type undo: bool | None
301
301
  :param confirm: Confirm, Prompt for confirmation
302
302
  :type confirm: bool | typing.Any | None
@@ -305,44 +305,44 @@ def delete(
305
305
  ...
306
306
 
307
307
  def driver_delete_invalid(
308
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
309
- execution_context: str | int | None = None,
308
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
309
+ execution_context: int | str | None = None,
310
310
  undo: bool | None = None,
311
311
  ):
312
312
  """Delete all visible drivers considered invalid
313
313
 
314
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
315
- :type execution_context: str | int | None
314
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
315
+ :type execution_context: int | str | None
316
316
  :type undo: bool | None
317
317
  """
318
318
 
319
319
  ...
320
320
 
321
321
  def driver_variables_copy(
322
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
323
- execution_context: str | int | None = None,
322
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
323
+ execution_context: int | str | None = None,
324
324
  undo: bool | None = None,
325
325
  ):
326
326
  """Copy the driver variables of the active driver
327
327
 
328
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
329
- :type execution_context: str | int | None
328
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
329
+ :type execution_context: int | str | None
330
330
  :type undo: bool | None
331
331
  """
332
332
 
333
333
  ...
334
334
 
335
335
  def driver_variables_paste(
336
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
337
- execution_context: str | int | None = None,
336
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
337
+ execution_context: int | str | None = None,
338
338
  undo: bool | None = None,
339
339
  *,
340
340
  replace: bool | typing.Any | None = False,
341
341
  ):
342
342
  """Add copied driver variables to the active driver
343
343
 
344
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
345
- :type execution_context: str | int | None
344
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
345
+ :type execution_context: int | str | None
346
346
  :type undo: bool | None
347
347
  :param replace: Replace Existing, Replace existing driver variables, instead of just appending to the end of the existing list
348
348
  :type replace: bool | typing.Any | None
@@ -351,16 +351,16 @@ def driver_variables_paste(
351
351
  ...
352
352
 
353
353
  def duplicate(
354
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
355
- execution_context: str | int | None = None,
354
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
355
+ execution_context: int | str | None = None,
356
356
  undo: bool | None = None,
357
357
  *,
358
358
  mode: str | None = "TRANSLATION",
359
359
  ):
360
360
  """Make a copy of all selected keyframes
361
361
 
362
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
363
- :type execution_context: str | int | None
362
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
363
+ :type execution_context: int | str | None
364
364
  :type undo: bool | None
365
365
  :param mode: Mode
366
366
  :type mode: str | None
@@ -369,8 +369,8 @@ def duplicate(
369
369
  ...
370
370
 
371
371
  def duplicate_move(
372
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
373
- execution_context: str | int | None = None,
372
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
373
+ execution_context: int | str | None = None,
374
374
  undo: bool | None = None,
375
375
  *,
376
376
  GRAPH_OT_duplicate: duplicate | None = None,
@@ -378,8 +378,8 @@ def duplicate_move(
378
378
  ):
379
379
  """Make a copy of all selected keyframes and move them
380
380
 
381
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
382
- :type execution_context: str | int | None
381
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
382
+ :type execution_context: int | str | None
383
383
  :type undo: bool | None
384
384
  :param GRAPH_OT_duplicate: Duplicate Keyframes, Make a copy of all selected keyframes
385
385
  :type GRAPH_OT_duplicate: duplicate | None
@@ -390,8 +390,8 @@ def duplicate_move(
390
390
  ...
391
391
 
392
392
  def ease(
393
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
394
- execution_context: str | int | None = None,
393
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
394
+ execution_context: int | str | None = None,
395
395
  undo: bool | None = None,
396
396
  *,
397
397
  factor: typing.Any | None = 0.0,
@@ -399,8 +399,8 @@ def ease(
399
399
  ):
400
400
  """Align keyframes on a ease-in or ease-out curve
401
401
 
402
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
403
- :type execution_context: str | int | None
402
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
403
+ :type execution_context: int | str | None
404
404
  :type undo: bool | None
405
405
  :param factor: Curve Bend, Defines if the keys should be aligned on an ease-in or ease-out curve
406
406
  :type factor: typing.Any | None
@@ -411,16 +411,16 @@ def ease(
411
411
  ...
412
412
 
413
413
  def easing_type(
414
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
415
- execution_context: str | int | None = None,
414
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
415
+ execution_context: int | str | None = None,
416
416
  undo: bool | None = None,
417
417
  *,
418
418
  type: str | None = "AUTO",
419
419
  ):
420
420
  """Set easing type for the F-Curve segments starting from the selected keyframes
421
421
 
422
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
423
- :type execution_context: str | int | None
422
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
423
+ :type execution_context: int | str | None
424
424
  :type undo: bool | None
425
425
  :param type: Type
426
426
  :type type: str | None
@@ -429,8 +429,8 @@ def easing_type(
429
429
  ...
430
430
 
431
431
  def equalize_handles(
432
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
433
- execution_context: str | int | None = None,
432
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
433
+ execution_context: int | str | None = None,
434
434
  undo: bool | None = None,
435
435
  *,
436
436
  side: str | None = "LEFT",
@@ -439,8 +439,8 @@ def equalize_handles(
439
439
  ):
440
440
  """Ensure selected keyframes' handles have equal length, optionally making them horizontal. Automatic, Automatic Clamped, or Vector handle types will be converted to Aligned
441
441
 
442
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
443
- :type execution_context: str | int | None
442
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
443
+ :type execution_context: int | str | None
444
444
  :type undo: bool | None
445
445
  :param side: Side, Side of the keyframes' Bézier handles to affect
446
446
 
@@ -462,30 +462,30 @@ def equalize_handles(
462
462
  ...
463
463
 
464
464
  def euler_filter(
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
  """Fix large jumps and flips in the selected Euler Rotation F-Curves arising from rotation values being clipped when baking physics
470
470
 
471
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
472
- :type execution_context: str | int | None
471
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
472
+ :type execution_context: int | str | None
473
473
  :type undo: bool | None
474
474
  """
475
475
 
476
476
  ...
477
477
 
478
478
  def extrapolation_type(
479
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
480
- execution_context: str | int | None = None,
479
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
480
+ execution_context: int | str | None = None,
481
481
  undo: bool | None = None,
482
482
  *,
483
483
  type: str | None = "CONSTANT",
484
484
  ):
485
485
  """Set extrapolation mode for selected F-Curves
486
486
 
487
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
488
- :type execution_context: str | int | None
487
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
488
+ :type execution_context: int | str | None
489
489
  :type undo: bool | None
490
490
  :param type: Type
491
491
 
@@ -506,8 +506,8 @@ def extrapolation_type(
506
506
  ...
507
507
 
508
508
  def fmodifier_add(
509
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
510
- execution_context: str | int | None = None,
509
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
510
+ execution_context: int | str | None = None,
511
511
  undo: bool | None = None,
512
512
  *,
513
513
  type: str | None = "NULL",
@@ -515,8 +515,8 @@ def fmodifier_add(
515
515
  ):
516
516
  """Add F-Modifier to the active/selected F-Curves
517
517
 
518
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
519
- :type execution_context: str | int | None
518
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
519
+ :type execution_context: int | str | None
520
520
  :type undo: bool | None
521
521
  :param type: Type
522
522
  :type type: str | None
@@ -527,22 +527,22 @@ def fmodifier_add(
527
527
  ...
528
528
 
529
529
  def fmodifier_copy(
530
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
531
- execution_context: str | int | None = None,
530
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
531
+ execution_context: int | str | None = None,
532
532
  undo: bool | None = None,
533
533
  ):
534
534
  """Copy the F-Modifier(s) of the active F-Curve
535
535
 
536
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
537
- :type execution_context: str | int | None
536
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
537
+ :type execution_context: int | str | None
538
538
  :type undo: bool | None
539
539
  """
540
540
 
541
541
  ...
542
542
 
543
543
  def fmodifier_paste(
544
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
545
- execution_context: str | int | None = None,
544
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
545
+ execution_context: int | str | None = None,
546
546
  undo: bool | None = None,
547
547
  *,
548
548
  only_active: bool | typing.Any | None = False,
@@ -550,8 +550,8 @@ def fmodifier_paste(
550
550
  ):
551
551
  """Add copied F-Modifiers to the selected F-Curves
552
552
 
553
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
554
- :type execution_context: str | int | None
553
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
554
+ :type execution_context: int | str | None
555
555
  :type undo: bool | None
556
556
  :param only_active: Only Active, Only paste F-Modifiers on active F-Curve
557
557
  :type only_active: bool | typing.Any | None
@@ -562,22 +562,22 @@ def fmodifier_paste(
562
562
  ...
563
563
 
564
564
  def frame_jump(
565
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
566
- execution_context: str | int | None = None,
565
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
566
+ execution_context: int | str | None = None,
567
567
  undo: bool | None = None,
568
568
  ):
569
569
  """Place the cursor on the midpoint of selected keyframes
570
570
 
571
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
572
- :type execution_context: str | int | None
571
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
572
+ :type execution_context: int | str | None
573
573
  :type undo: bool | None
574
574
  """
575
575
 
576
576
  ...
577
577
 
578
578
  def gaussian_smooth(
579
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
580
- execution_context: str | int | None = None,
579
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
580
+ execution_context: int | str | None = None,
581
581
  undo: bool | None = None,
582
582
  *,
583
583
  factor: typing.Any | None = 1.0,
@@ -586,8 +586,8 @@ def gaussian_smooth(
586
586
  ):
587
587
  """Smooth the curve using a Gaussian filter
588
588
 
589
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
590
- :type execution_context: str | int | None
589
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
590
+ :type execution_context: int | str | None
591
591
  :type undo: bool | None
592
592
  :param factor: Factor, How much to blend to the default value
593
593
  :type factor: typing.Any | None
@@ -600,44 +600,44 @@ def gaussian_smooth(
600
600
  ...
601
601
 
602
602
  def ghost_curves_clear(
603
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
604
- execution_context: str | int | None = None,
603
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
604
+ execution_context: int | str | None = None,
605
605
  undo: bool | None = None,
606
606
  ):
607
607
  """Clear F-Curve snapshots (Ghosts) for active Graph Editor
608
608
 
609
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
610
- :type execution_context: str | int | None
609
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
610
+ :type execution_context: int | str | None
611
611
  :type undo: bool | None
612
612
  """
613
613
 
614
614
  ...
615
615
 
616
616
  def ghost_curves_create(
617
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
618
- execution_context: str | int | None = None,
617
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
618
+ execution_context: int | str | None = None,
619
619
  undo: bool | None = None,
620
620
  ):
621
621
  """Create snapshot (Ghosts) of selected F-Curves as background aid for active Graph Editor
622
622
 
623
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
624
- :type execution_context: str | int | None
623
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
624
+ :type execution_context: int | str | None
625
625
  :type undo: bool | None
626
626
  """
627
627
 
628
628
  ...
629
629
 
630
630
  def handle_type(
631
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
632
- execution_context: str | int | None = None,
631
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
632
+ execution_context: int | str | None = None,
633
633
  undo: bool | None = None,
634
634
  *,
635
635
  type: str | None = "FREE",
636
636
  ):
637
637
  """Set type of handle for selected keyframes
638
638
 
639
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
640
- :type execution_context: str | int | None
639
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
640
+ :type execution_context: int | str | None
641
641
  :type undo: bool | None
642
642
  :param type: Type
643
643
  :type type: str | None
@@ -646,16 +646,16 @@ def handle_type(
646
646
  ...
647
647
 
648
648
  def hide(
649
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
650
- execution_context: str | int | None = None,
649
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
650
+ execution_context: int | str | None = None,
651
651
  undo: bool | None = None,
652
652
  *,
653
653
  unselected: bool | typing.Any | None = False,
654
654
  ):
655
655
  """Hide selected curves from Graph Editor view
656
656
 
657
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
658
- :type execution_context: str | int | None
657
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
658
+ :type execution_context: int | str | None
659
659
  :type undo: bool | None
660
660
  :param unselected: Unselected, Hide unselected rather than selected curves
661
661
  :type unselected: bool | typing.Any | None
@@ -664,16 +664,16 @@ def hide(
664
664
  ...
665
665
 
666
666
  def interpolation_type(
667
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
668
- execution_context: str | int | None = None,
667
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
668
+ execution_context: int | str | None = None,
669
669
  undo: bool | None = None,
670
670
  *,
671
671
  type: str | None = "CONSTANT",
672
672
  ):
673
673
  """Set interpolation mode for the F-Curve segments starting from the selected keyframes
674
674
 
675
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
676
- :type execution_context: str | int | None
675
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
676
+ :type execution_context: int | str | None
677
677
  :type undo: bool | None
678
678
  :param type: Type
679
679
  :type type: str | None
@@ -682,16 +682,16 @@ def interpolation_type(
682
682
  ...
683
683
 
684
684
  def keyframe_insert(
685
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
686
- execution_context: str | int | None = None,
685
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
686
+ execution_context: int | str | None = None,
687
687
  undo: bool | None = None,
688
688
  *,
689
689
  type: str | None = "ALL",
690
690
  ):
691
691
  """Insert keyframes for the specified channels
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 type: Type
697
697
 
@@ -715,16 +715,16 @@ def keyframe_insert(
715
715
  ...
716
716
 
717
717
  def keyframe_jump(
718
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
719
- execution_context: str | int | None = None,
718
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
719
+ execution_context: int | str | None = None,
720
720
  undo: bool | None = None,
721
721
  *,
722
722
  next: bool | typing.Any | None = True,
723
723
  ):
724
724
  """Jump to previous/next keyframe
725
725
 
726
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
727
- :type execution_context: str | int | None
726
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
727
+ :type execution_context: int | str | None
728
728
  :type undo: bool | None
729
729
  :param next: Next Keyframe
730
730
  :type next: bool | typing.Any | None
@@ -733,30 +733,30 @@ def keyframe_jump(
733
733
  ...
734
734
 
735
735
  def keys_to_samples(
736
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
737
- execution_context: str | int | None = None,
736
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
737
+ execution_context: int | str | None = None,
738
738
  undo: bool | None = None,
739
739
  ):
740
740
  """Convert selected channels to an uneditable set of samples to save storage space
741
741
 
742
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
743
- :type execution_context: str | int | None
742
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
743
+ :type execution_context: int | str | None
744
744
  :type undo: bool | None
745
745
  """
746
746
 
747
747
  ...
748
748
 
749
749
  def match_slope(
750
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
751
- execution_context: str | int | None = None,
750
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
751
+ execution_context: int | str | None = None,
752
752
  undo: bool | None = None,
753
753
  *,
754
754
  factor: typing.Any | None = 0.0,
755
755
  ):
756
756
  """Blend selected keys to the slope of neighboring ones
757
757
 
758
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
759
- :type execution_context: str | int | None
758
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
759
+ :type execution_context: int | str | None
760
760
  :type undo: bool | None
761
761
  :param factor: Factor, Defines which keys to use as slope and how much to blend towards them
762
762
  :type factor: typing.Any | None
@@ -765,16 +765,16 @@ def match_slope(
765
765
  ...
766
766
 
767
767
  def mirror(
768
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
769
- execution_context: str | int | None = None,
768
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
769
+ execution_context: int | str | None = None,
770
770
  undo: bool | None = None,
771
771
  *,
772
772
  type: str | None = "CFRA",
773
773
  ):
774
774
  """Flip selected keyframes over the selected mirror line
775
775
 
776
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
777
- :type execution_context: str | int | None
776
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
777
+ :type execution_context: int | str | None
778
778
  :type undo: bool | None
779
779
  :param type: Type
780
780
 
@@ -798,8 +798,8 @@ def mirror(
798
798
  ...
799
799
 
800
800
  def paste(
801
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
802
- execution_context: str | int | None = None,
801
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
802
+ execution_context: int | str | None = None,
803
803
  undo: bool | None = None,
804
804
  *,
805
805
  offset: str | None = "START",
@@ -809,8 +809,8 @@ def paste(
809
809
  ):
810
810
  """Paste keyframes from the internal clipboard for the selected channels, starting on the current frame
811
811
 
812
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
813
- :type execution_context: str | int | None
812
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
813
+ :type execution_context: int | str | None
814
814
  :type undo: bool | None
815
815
  :param offset: Frame Offset, Paste time offset of keys
816
816
  :type offset: str | None
@@ -825,30 +825,30 @@ def paste(
825
825
  ...
826
826
 
827
827
  def previewrange_set(
828
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
829
- execution_context: str | int | None = None,
828
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
829
+ execution_context: int | str | None = None,
830
830
  undo: bool | None = None,
831
831
  ):
832
832
  """Set Preview Range based on range of selected keyframes
833
833
 
834
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
835
- :type execution_context: str | int | None
834
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
835
+ :type execution_context: int | str | None
836
836
  :type undo: bool | None
837
837
  """
838
838
 
839
839
  ...
840
840
 
841
841
  def push_pull(
842
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
843
- execution_context: str | int | None = None,
842
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
843
+ execution_context: int | str | None = None,
844
844
  undo: bool | None = None,
845
845
  *,
846
846
  factor: typing.Any | None = 1.0,
847
847
  ):
848
848
  """Exaggerate or minimize the value of the selected keys
849
849
 
850
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
851
- :type execution_context: str | int | None
850
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
851
+ :type execution_context: int | str | None
852
852
  :type undo: bool | None
853
853
  :param factor: Factor, Control how far to push or pull the keys
854
854
  :type factor: typing.Any | None
@@ -857,16 +857,16 @@ def push_pull(
857
857
  ...
858
858
 
859
859
  def reveal(
860
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
861
- execution_context: str | int | None = None,
860
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
861
+ execution_context: int | str | None = None,
862
862
  undo: bool | None = None,
863
863
  *,
864
864
  select: bool | typing.Any | None = True,
865
865
  ):
866
866
  """Make previously hidden curves visible again in Graph Editor view
867
867
 
868
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
869
- :type execution_context: str | int | None
868
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
869
+ :type execution_context: int | str | None
870
870
  :type undo: bool | None
871
871
  :param select: Select
872
872
  :type select: bool | typing.Any | None
@@ -875,30 +875,30 @@ def reveal(
875
875
  ...
876
876
 
877
877
  def samples_to_keys(
878
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
879
- execution_context: str | int | None = None,
878
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
879
+ execution_context: int | str | None = None,
880
880
  undo: bool | None = None,
881
881
  ):
882
882
  """Convert selected channels from samples to keyframes
883
883
 
884
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
885
- :type execution_context: str | int | None
884
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
885
+ :type execution_context: int | str | None
886
886
  :type undo: bool | None
887
887
  """
888
888
 
889
889
  ...
890
890
 
891
891
  def scale_average(
892
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
893
- execution_context: str | int | None = None,
892
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
893
+ execution_context: int | str | None = None,
894
894
  undo: bool | None = None,
895
895
  *,
896
896
  factor: typing.Any | None = 1.0,
897
897
  ):
898
898
  """Scale selected key values by their combined average
899
899
 
900
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
901
- :type execution_context: str | int | None
900
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
901
+ :type execution_context: int | str | None
902
902
  :type undo: bool | None
903
903
  :param factor: Scale Factor, The scale factor applied to the curve segments
904
904
  :type factor: typing.Any | None
@@ -907,8 +907,8 @@ def scale_average(
907
907
  ...
908
908
 
909
909
  def scale_from_neighbor(
910
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
911
- execution_context: str | int | None = None,
910
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
911
+ execution_context: int | str | None = None,
912
912
  undo: bool | None = None,
913
913
  *,
914
914
  factor: typing.Any | None = 0.0,
@@ -916,8 +916,8 @@ def scale_from_neighbor(
916
916
  ):
917
917
  """Increase or decrease the value of selected keys in relationship to the neighboring one
918
918
 
919
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
920
- :type execution_context: str | int | None
919
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
920
+ :type execution_context: int | str | None
921
921
  :type undo: bool | None
922
922
  :param factor: Factor, The factor to scale keys with
923
923
  :type factor: typing.Any | None
@@ -928,16 +928,16 @@ def scale_from_neighbor(
928
928
  ...
929
929
 
930
930
  def select_all(
931
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
932
- execution_context: str | int | None = None,
931
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
932
+ execution_context: int | str | None = None,
933
933
  undo: bool | None = None,
934
934
  *,
935
935
  action: str | None = "TOGGLE",
936
936
  ):
937
937
  """Toggle selection of all keyframes
938
938
 
939
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
940
- :type execution_context: str | int | None
939
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
940
+ :type execution_context: int | str | None
941
941
  :type undo: bool | None
942
942
  :param action: Action, Selection action to execute
943
943
 
@@ -958,8 +958,8 @@ def select_all(
958
958
  ...
959
959
 
960
960
  def select_box(
961
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
962
- execution_context: str | int | None = None,
961
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
962
+ execution_context: int | str | None = None,
963
963
  undo: bool | None = None,
964
964
  *,
965
965
  axis_range: bool | typing.Any | None = False,
@@ -975,8 +975,8 @@ def select_box(
975
975
  ):
976
976
  """Select all keyframes within the specified region
977
977
 
978
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
979
- :type execution_context: str | int | None
978
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
979
+ :type execution_context: int | str | None
980
980
  :type undo: bool | None
981
981
  :param axis_range: Axis Range
982
982
  :type axis_range: bool | typing.Any | None
@@ -1012,8 +1012,8 @@ def select_box(
1012
1012
  ...
1013
1013
 
1014
1014
  def select_circle(
1015
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1016
- execution_context: str | int | None = None,
1015
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1016
+ execution_context: int | str | None = None,
1017
1017
  undo: bool | None = None,
1018
1018
  *,
1019
1019
  x: typing.Any | None = 0,
@@ -1025,8 +1025,8 @@ def select_circle(
1025
1025
  ):
1026
1026
  """Select keyframe points using circle selection
1027
1027
 
1028
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1029
- :type execution_context: str | int | None
1028
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1029
+ :type execution_context: int | str | None
1030
1030
  :type undo: bool | None
1031
1031
  :param x: X
1032
1032
  :type x: typing.Any | None
@@ -1054,16 +1054,16 @@ def select_circle(
1054
1054
  ...
1055
1055
 
1056
1056
  def select_column(
1057
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1058
- execution_context: str | int | None = None,
1057
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1058
+ execution_context: int | str | None = None,
1059
1059
  undo: bool | None = None,
1060
1060
  *,
1061
1061
  mode: str | None = "KEYS",
1062
1062
  ):
1063
1063
  """Select all keyframes on the specified frame(s)
1064
1064
 
1065
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1066
- :type execution_context: str | int | None
1065
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1066
+ :type execution_context: int | str | None
1067
1067
  :type undo: bool | None
1068
1068
  :param mode: Mode
1069
1069
  :type mode: str | None
@@ -1072,8 +1072,8 @@ def select_column(
1072
1072
  ...
1073
1073
 
1074
1074
  def select_key_handles(
1075
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1076
- execution_context: str | int | None = None,
1075
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1076
+ execution_context: int | str | None = None,
1077
1077
  undo: bool | None = None,
1078
1078
  *,
1079
1079
  left_handle_action: str | None = "SELECT",
@@ -1082,8 +1082,8 @@ def select_key_handles(
1082
1082
  ):
1083
1083
  """For selected keyframes, select/deselect any combination of the key itself and its handles
1084
1084
 
1085
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1086
- :type execution_context: str | int | None
1085
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1086
+ :type execution_context: int | str | None
1087
1087
  :type undo: bool | None
1088
1088
  :param left_handle_action: Left Handle, Effect on the left handle
1089
1089
 
@@ -1123,8 +1123,8 @@ def select_key_handles(
1123
1123
  ...
1124
1124
 
1125
1125
  def select_lasso(
1126
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1127
- execution_context: str | int | None = None,
1126
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1127
+ execution_context: int | str | None = None,
1128
1128
  undo: bool | None = None,
1129
1129
  *,
1130
1130
  path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
@@ -1133,8 +1133,8 @@ def select_lasso(
1133
1133
  ):
1134
1134
  """Select keyframe points using lasso selection
1135
1135
 
1136
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1137
- :type execution_context: str | int | None
1136
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1137
+ :type execution_context: int | str | None
1138
1138
  :type undo: bool | None
1139
1139
  :param path: Path
1140
1140
  :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
@@ -1156,8 +1156,8 @@ def select_lasso(
1156
1156
  ...
1157
1157
 
1158
1158
  def select_leftright(
1159
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1160
- execution_context: str | int | None = None,
1159
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1160
+ execution_context: int | str | None = None,
1161
1161
  undo: bool | None = None,
1162
1162
  *,
1163
1163
  mode: str | None = "CHECK",
@@ -1165,8 +1165,8 @@ def select_leftright(
1165
1165
  ):
1166
1166
  """Select keyframes to the left or the right of the current frame
1167
1167
 
1168
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1169
- :type execution_context: str | int | None
1168
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1169
+ :type execution_context: int | str | None
1170
1170
  :type undo: bool | None
1171
1171
  :param mode: Mode
1172
1172
  :type mode: str | None
@@ -1177,50 +1177,50 @@ def select_leftright(
1177
1177
  ...
1178
1178
 
1179
1179
  def select_less(
1180
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1181
- execution_context: str | int | None = None,
1180
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1181
+ execution_context: int | str | None = None,
1182
1182
  undo: bool | None = None,
1183
1183
  ):
1184
1184
  """Deselect keyframes on ends of selection islands
1185
1185
 
1186
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1187
- :type execution_context: str | int | None
1186
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1187
+ :type execution_context: int | str | None
1188
1188
  :type undo: bool | None
1189
1189
  """
1190
1190
 
1191
1191
  ...
1192
1192
 
1193
1193
  def select_linked(
1194
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1195
- execution_context: str | int | None = None,
1194
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1195
+ execution_context: int | str | None = None,
1196
1196
  undo: bool | None = None,
1197
1197
  ):
1198
1198
  """Select keyframes occurring in the same F-Curves as selected ones
1199
1199
 
1200
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1201
- :type execution_context: str | int | None
1200
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1201
+ :type execution_context: int | str | None
1202
1202
  :type undo: bool | None
1203
1203
  """
1204
1204
 
1205
1205
  ...
1206
1206
 
1207
1207
  def select_more(
1208
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1209
- execution_context: str | int | None = None,
1208
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1209
+ execution_context: int | str | None = None,
1210
1210
  undo: bool | None = None,
1211
1211
  ):
1212
1212
  """Select keyframes beside already selected ones
1213
1213
 
1214
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1215
- :type execution_context: str | int | None
1214
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1215
+ :type execution_context: int | str | None
1216
1216
  :type undo: bool | None
1217
1217
  """
1218
1218
 
1219
1219
  ...
1220
1220
 
1221
1221
  def shear(
1222
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1223
- execution_context: str | int | None = None,
1222
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1223
+ execution_context: int | str | None = None,
1224
1224
  undo: bool | None = None,
1225
1225
  *,
1226
1226
  factor: typing.Any | None = 0.0,
@@ -1228,8 +1228,8 @@ def shear(
1228
1228
  ):
1229
1229
  """Affect the value of the keys linearly, keeping the same relationship between them using either the left or the right key as reference
1230
1230
 
1231
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1232
- :type execution_context: str | int | None
1231
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1232
+ :type execution_context: int | str | None
1233
1233
  :type undo: bool | None
1234
1234
  :param factor: Shear Factor, The amount of shear to apply
1235
1235
  :type factor: typing.Any | None
@@ -1246,30 +1246,30 @@ def shear(
1246
1246
  ...
1247
1247
 
1248
1248
  def smooth(
1249
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1250
- execution_context: str | int | None = None,
1249
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1250
+ execution_context: int | str | None = None,
1251
1251
  undo: bool | None = None,
1252
1252
  ):
1253
1253
  """Apply weighted moving means to make selected F-Curves less bumpy
1254
1254
 
1255
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1256
- :type execution_context: str | int | None
1255
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1256
+ :type execution_context: int | str | None
1257
1257
  :type undo: bool | None
1258
1258
  """
1259
1259
 
1260
1260
  ...
1261
1261
 
1262
1262
  def snap(
1263
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1264
- execution_context: str | int | None = None,
1263
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1264
+ execution_context: int | str | None = None,
1265
1265
  undo: bool | None = None,
1266
1266
  *,
1267
1267
  type: str | None = "CFRA",
1268
1268
  ):
1269
1269
  """Snap selected keyframes to the chosen times/values
1270
1270
 
1271
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1272
- :type execution_context: str | int | None
1271
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1272
+ :type execution_context: int | str | None
1273
1273
  :type undo: bool | None
1274
1274
  :param type: Type
1275
1275
 
@@ -1296,22 +1296,22 @@ def snap(
1296
1296
  ...
1297
1297
 
1298
1298
  def snap_cursor_value(
1299
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1300
- execution_context: str | int | None = None,
1299
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1300
+ execution_context: int | str | None = None,
1301
1301
  undo: bool | None = None,
1302
1302
  ):
1303
1303
  """Place the cursor value on the average value of selected keyframes
1304
1304
 
1305
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1306
- :type execution_context: str | int | None
1305
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1306
+ :type execution_context: int | str | None
1307
1307
  :type undo: bool | None
1308
1308
  """
1309
1309
 
1310
1310
  ...
1311
1311
 
1312
1312
  def sound_to_samples(
1313
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1314
- execution_context: str | int | None = None,
1313
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1314
+ execution_context: int | str | None = None,
1315
1315
  undo: bool | None = None,
1316
1316
  *,
1317
1317
  filepath: str | typing.Any = "",
@@ -1350,8 +1350,8 @@ def sound_to_samples(
1350
1350
  ):
1351
1351
  """Bakes a sound wave to samples on selected channels
1352
1352
 
1353
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1354
- :type execution_context: str | int | None
1353
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1354
+ :type execution_context: int | str | None
1355
1355
  :type undo: bool | None
1356
1356
  :param filepath: File Path, Path to file
1357
1357
  :type filepath: str | typing.Any
@@ -1436,16 +1436,16 @@ def sound_to_samples(
1436
1436
  ...
1437
1437
 
1438
1438
  def time_offset(
1439
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1440
- execution_context: str | int | None = None,
1439
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1440
+ execution_context: int | str | None = None,
1441
1441
  undo: bool | None = None,
1442
1442
  *,
1443
1443
  frame_offset: typing.Any | None = 0.0,
1444
1444
  ):
1445
1445
  """Shifts the value of selected keys in time
1446
1446
 
1447
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1448
- :type execution_context: str | int | None
1447
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1448
+ :type execution_context: int | str | None
1449
1449
  :type undo: bool | None
1450
1450
  :param frame_offset: Frame Offset, How far in frames to offset the animation
1451
1451
  :type frame_offset: typing.Any | None
@@ -1454,16 +1454,16 @@ def time_offset(
1454
1454
  ...
1455
1455
 
1456
1456
  def view_all(
1457
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1458
- execution_context: str | int | None = None,
1457
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1458
+ execution_context: int | str | None = None,
1459
1459
  undo: bool | None = None,
1460
1460
  *,
1461
1461
  include_handles: bool | typing.Any | None = True,
1462
1462
  ):
1463
1463
  """Reset viewable area to show full keyframe range
1464
1464
 
1465
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1466
- :type execution_context: str | int | None
1465
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1466
+ :type execution_context: int | str | None
1467
1467
  :type undo: bool | None
1468
1468
  :param include_handles: Include Handles, Include handles of keyframes when calculating extents
1469
1469
  :type include_handles: bool | typing.Any | None
@@ -1472,30 +1472,30 @@ def view_all(
1472
1472
  ...
1473
1473
 
1474
1474
  def view_frame(
1475
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1476
- execution_context: str | int | None = None,
1475
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1476
+ execution_context: int | str | None = None,
1477
1477
  undo: bool | None = None,
1478
1478
  ):
1479
1479
  """Move the view to the current frame
1480
1480
 
1481
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1482
- :type execution_context: str | int | None
1481
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1482
+ :type execution_context: int | str | None
1483
1483
  :type undo: bool | None
1484
1484
  """
1485
1485
 
1486
1486
  ...
1487
1487
 
1488
1488
  def view_selected(
1489
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1490
- execution_context: str | int | None = None,
1489
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1490
+ execution_context: int | str | None = None,
1491
1491
  undo: bool | None = None,
1492
1492
  *,
1493
1493
  include_handles: bool | typing.Any | None = True,
1494
1494
  ):
1495
1495
  """Reset viewable area to show selected keyframe range
1496
1496
 
1497
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1498
- :type execution_context: str | int | None
1497
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1498
+ :type execution_context: int | str | None
1499
1499
  :type undo: bool | None
1500
1500
  :param include_handles: Include Handles, Include handles of keyframes when calculating extents
1501
1501
  :type include_handles: bool | typing.Any | None