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,22 +7,22 @@ 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 clean(
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
  threshold: typing.Any | None = 0.001,
@@ -30,8 +30,8 @@ def clean(
30
30
  ):
31
31
  """Simplify F-Curves by removing closely spaced keyframes
32
32
 
33
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
34
- :type execution_context: str | int | None
33
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
34
+ :type execution_context: int | str | None
35
35
  :type undo: bool | None
36
36
  :param threshold: Threshold
37
37
  :type threshold: typing.Any | None
@@ -42,8 +42,8 @@ def clean(
42
42
  ...
43
43
 
44
44
  def clickselect(
45
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
46
- execution_context: str | int | None = None,
45
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
46
+ execution_context: int | str | None = None,
47
47
  undo: bool | None = None,
48
48
  *,
49
49
  wait_to_deselect_others: bool | typing.Any | None = False,
@@ -56,8 +56,8 @@ def clickselect(
56
56
  ):
57
57
  """Select keyframes by clicking on them
58
58
 
59
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
60
- :type execution_context: str | int | None
59
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
60
+ :type execution_context: int | str | None
61
61
  :type undo: bool | None
62
62
  :param wait_to_deselect_others: Wait to Deselect Others
63
63
  :type wait_to_deselect_others: bool | typing.Any | None
@@ -78,30 +78,30 @@ def clickselect(
78
78
  ...
79
79
 
80
80
  def copy(
81
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
82
- execution_context: str | int | None = None,
81
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
82
+ execution_context: int | str | None = None,
83
83
  undo: bool | None = None,
84
84
  ):
85
85
  """Copy selected keyframes to the internal clipboard
86
86
 
87
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
88
- :type execution_context: str | int | None
87
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
88
+ :type execution_context: int | str | None
89
89
  :type undo: bool | None
90
90
  """
91
91
 
92
92
  ...
93
93
 
94
94
  def delete(
95
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
96
- execution_context: str | int | None = None,
95
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
96
+ execution_context: int | str | None = None,
97
97
  undo: bool | None = None,
98
98
  *,
99
99
  confirm: bool | typing.Any | None = True,
100
100
  ):
101
101
  """Remove all selected keyframes
102
102
 
103
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
104
- :type execution_context: str | int | None
103
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
104
+ :type execution_context: int | str | None
105
105
  :type undo: bool | None
106
106
  :param confirm: Confirm, Prompt for confirmation
107
107
  :type confirm: bool | typing.Any | None
@@ -110,22 +110,22 @@ def delete(
110
110
  ...
111
111
 
112
112
  def duplicate(
113
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
114
- execution_context: str | int | None = None,
113
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
114
+ execution_context: int | str | None = None,
115
115
  undo: bool | None = None,
116
116
  ):
117
117
  """Make a copy of all selected keyframes
118
118
 
119
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
120
- :type execution_context: str | int | None
119
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
120
+ :type execution_context: int | str | None
121
121
  :type undo: bool | None
122
122
  """
123
123
 
124
124
  ...
125
125
 
126
126
  def duplicate_move(
127
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
128
- execution_context: str | int | None = None,
127
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
128
+ execution_context: int | str | None = None,
129
129
  undo: bool | None = None,
130
130
  *,
131
131
  ACTION_OT_duplicate: duplicate | None = None,
@@ -133,8 +133,8 @@ def duplicate_move(
133
133
  ):
134
134
  """Make a copy of all selected keyframes and move them
135
135
 
136
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
137
- :type execution_context: str | int | None
136
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
137
+ :type execution_context: int | str | None
138
138
  :type undo: bool | None
139
139
  :param ACTION_OT_duplicate: Duplicate Keyframes, Make a copy of all selected keyframes
140
140
  :type ACTION_OT_duplicate: duplicate | None
@@ -145,16 +145,16 @@ def duplicate_move(
145
145
  ...
146
146
 
147
147
  def easing_type(
148
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
149
- execution_context: str | int | None = None,
148
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
149
+ execution_context: int | str | None = None,
150
150
  undo: bool | None = None,
151
151
  *,
152
152
  type: str | None = "AUTO",
153
153
  ):
154
154
  """Set easing type for the F-Curve segments starting from the selected keyframes
155
155
 
156
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
157
- :type execution_context: str | int | None
156
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
157
+ :type execution_context: int | str | None
158
158
  :type undo: bool | None
159
159
  :param type: Type
160
160
  :type type: str | None
@@ -163,16 +163,16 @@ def easing_type(
163
163
  ...
164
164
 
165
165
  def extrapolation_type(
166
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
167
- execution_context: str | int | None = None,
166
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
167
+ execution_context: int | str | None = None,
168
168
  undo: bool | None = None,
169
169
  *,
170
170
  type: str | None = "CONSTANT",
171
171
  ):
172
172
  """Set extrapolation mode for selected F-Curves
173
173
 
174
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
175
- :type execution_context: str | int | None
174
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
175
+ :type execution_context: int | str | None
176
176
  :type undo: bool | None
177
177
  :param type: Type
178
178
 
@@ -193,30 +193,30 @@ def extrapolation_type(
193
193
  ...
194
194
 
195
195
  def frame_jump(
196
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
197
- execution_context: str | int | None = None,
196
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
197
+ execution_context: int | str | None = None,
198
198
  undo: bool | None = None,
199
199
  ):
200
200
  """Set the current frame to the average frame value of selected keyframes
201
201
 
202
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
203
- :type execution_context: str | int | None
202
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
203
+ :type execution_context: int | str | None
204
204
  :type undo: bool | None
205
205
  """
206
206
 
207
207
  ...
208
208
 
209
209
  def handle_type(
210
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
211
- execution_context: str | int | None = None,
210
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
211
+ execution_context: int | str | None = None,
212
212
  undo: bool | None = None,
213
213
  *,
214
214
  type: str | None = "FREE",
215
215
  ):
216
216
  """Set type of handle for selected keyframes
217
217
 
218
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
219
- :type execution_context: str | int | None
218
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
219
+ :type execution_context: int | str | None
220
220
  :type undo: bool | None
221
221
  :param type: Type
222
222
  :type type: str | None
@@ -225,16 +225,16 @@ def handle_type(
225
225
  ...
226
226
 
227
227
  def interpolation_type(
228
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
229
- execution_context: str | int | None = None,
228
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
229
+ execution_context: int | str | None = None,
230
230
  undo: bool | None = None,
231
231
  *,
232
232
  type: str | None = "CONSTANT",
233
233
  ):
234
234
  """Set interpolation mode for the F-Curve segments starting from the selected keyframes
235
235
 
236
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
237
- :type execution_context: str | int | None
236
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
237
+ :type execution_context: int | str | None
238
238
  :type undo: bool | None
239
239
  :param type: Type
240
240
  :type type: str | None
@@ -243,16 +243,16 @@ def interpolation_type(
243
243
  ...
244
244
 
245
245
  def keyframe_insert(
246
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
247
- execution_context: str | int | None = None,
246
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
247
+ execution_context: int | str | None = None,
248
248
  undo: bool | None = None,
249
249
  *,
250
250
  type: str | None = "ALL",
251
251
  ):
252
252
  """Insert keyframes for the specified channels
253
253
 
254
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
255
- :type execution_context: str | int | None
254
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
255
+ :type execution_context: int | str | None
256
256
  :type undo: bool | None
257
257
  :param type: Type
258
258
  :type type: str | None
@@ -261,16 +261,16 @@ def keyframe_insert(
261
261
  ...
262
262
 
263
263
  def keyframe_type(
264
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
265
- execution_context: str | int | None = None,
264
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
265
+ execution_context: int | str | None = None,
266
266
  undo: bool | None = None,
267
267
  *,
268
268
  type: str | None = "KEYFRAME",
269
269
  ):
270
270
  """Set type of keyframe for the selected keyframes
271
271
 
272
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
273
- :type execution_context: str | int | None
272
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
273
+ :type execution_context: int | str | None
274
274
  :type undo: bool | None
275
275
  :param type: Type
276
276
  :type type: str | None
@@ -279,58 +279,58 @@ def keyframe_type(
279
279
  ...
280
280
 
281
281
  def layer_next(
282
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
283
- execution_context: str | int | None = None,
282
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
283
+ execution_context: int | str | None = None,
284
284
  undo: bool | None = None,
285
285
  ):
286
286
  """Switch to editing action in animation layer above the current action in the NLA Stack
287
287
 
288
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
289
- :type execution_context: str | int | None
288
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
289
+ :type execution_context: int | str | None
290
290
  :type undo: bool | None
291
291
  """
292
292
 
293
293
  ...
294
294
 
295
295
  def layer_prev(
296
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
297
- execution_context: str | int | None = None,
296
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
297
+ execution_context: int | str | None = None,
298
298
  undo: bool | None = None,
299
299
  ):
300
300
  """Switch to editing action in animation layer below the current action in the NLA Stack
301
301
 
302
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
303
- :type execution_context: str | int | None
302
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
303
+ :type execution_context: int | str | None
304
304
  :type undo: bool | None
305
305
  """
306
306
 
307
307
  ...
308
308
 
309
309
  def markers_make_local(
310
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
311
- execution_context: str | int | None = None,
310
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
311
+ execution_context: int | str | None = None,
312
312
  undo: bool | None = None,
313
313
  ):
314
314
  """Move selected scene markers to the active Action as local 'pose' markers
315
315
 
316
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
317
- :type execution_context: str | int | None
316
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
317
+ :type execution_context: int | str | None
318
318
  :type undo: bool | None
319
319
  """
320
320
 
321
321
  ...
322
322
 
323
323
  def mirror(
324
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
325
- execution_context: str | int | None = None,
324
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
325
+ execution_context: int | str | None = None,
326
326
  undo: bool | None = None,
327
327
  *,
328
328
  type: str | None = "CFRA",
329
329
  ):
330
330
  """Flip selected keyframes over the selected mirror line
331
331
 
332
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
333
- :type execution_context: str | int | None
332
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
333
+ :type execution_context: int | str | None
334
334
  :type undo: bool | None
335
335
  :param type: Type
336
336
 
@@ -348,22 +348,22 @@ def mirror(
348
348
  ...
349
349
 
350
350
  def new(
351
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
352
- execution_context: str | int | None = None,
351
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
352
+ execution_context: int | str | None = None,
353
353
  undo: bool | None = None,
354
354
  ):
355
355
  """Create new action
356
356
 
357
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
358
- :type execution_context: str | int | None
357
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
358
+ :type execution_context: int | str | None
359
359
  :type undo: bool | None
360
360
  """
361
361
 
362
362
  ...
363
363
 
364
364
  def paste(
365
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
366
- execution_context: str | int | None = None,
365
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
366
+ execution_context: int | str | None = None,
367
367
  undo: bool | None = None,
368
368
  *,
369
369
  offset: str | None = "START",
@@ -372,8 +372,8 @@ def paste(
372
372
  ):
373
373
  """Paste keyframes from the internal clipboard for the selected channels, starting on the current frame
374
374
 
375
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
376
- :type execution_context: str | int | None
375
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
376
+ :type execution_context: int | str | None
377
377
  :type undo: bool | None
378
378
  :param offset: Offset, Paste time offset of keys
379
379
  :type offset: str | None
@@ -386,44 +386,44 @@ def paste(
386
386
  ...
387
387
 
388
388
  def previewrange_set(
389
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
390
- execution_context: str | int | None = None,
389
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
390
+ execution_context: int | str | None = None,
391
391
  undo: bool | None = None,
392
392
  ):
393
393
  """Set Preview Range based on extents of selected Keyframes
394
394
 
395
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
396
- :type execution_context: str | int | None
395
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
396
+ :type execution_context: int | str | None
397
397
  :type undo: bool | None
398
398
  """
399
399
 
400
400
  ...
401
401
 
402
402
  def push_down(
403
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
404
- execution_context: str | int | None = None,
403
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
404
+ execution_context: int | str | None = None,
405
405
  undo: bool | None = None,
406
406
  ):
407
407
  """Push action down on to the NLA stack as a new strip
408
408
 
409
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
410
- :type execution_context: str | int | None
409
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
410
+ :type execution_context: int | str | None
411
411
  :type undo: bool | None
412
412
  """
413
413
 
414
414
  ...
415
415
 
416
416
  def select_all(
417
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
418
- execution_context: str | int | None = None,
417
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
418
+ execution_context: int | str | None = None,
419
419
  undo: bool | None = None,
420
420
  *,
421
421
  action: str | None = "TOGGLE",
422
422
  ):
423
423
  """Toggle selection of all keyframes
424
424
 
425
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
426
- :type execution_context: str | int | None
425
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
426
+ :type execution_context: int | str | None
427
427
  :type undo: bool | None
428
428
  :param action: Action, Selection action to execute
429
429
 
@@ -444,8 +444,8 @@ def select_all(
444
444
  ...
445
445
 
446
446
  def select_box(
447
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
448
- execution_context: str | int | None = None,
447
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
448
+ execution_context: int | str | None = None,
449
449
  undo: bool | None = None,
450
450
  *,
451
451
  axis_range: bool | typing.Any | None = False,
@@ -459,8 +459,8 @@ def select_box(
459
459
  ):
460
460
  """Select all keyframes within the specified region
461
461
 
462
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
463
- :type execution_context: str | int | None
462
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
463
+ :type execution_context: int | str | None
464
464
  :type undo: bool | None
465
465
  :param axis_range: Axis Range
466
466
  :type axis_range: bool | typing.Any | None
@@ -492,8 +492,8 @@ def select_box(
492
492
  ...
493
493
 
494
494
  def select_circle(
495
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
496
- execution_context: str | int | None = None,
495
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
496
+ execution_context: int | str | None = None,
497
497
  undo: bool | None = None,
498
498
  *,
499
499
  x: typing.Any | None = 0,
@@ -504,8 +504,8 @@ def select_circle(
504
504
  ):
505
505
  """Select keyframe points using circle selection
506
506
 
507
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
508
- :type execution_context: str | int | None
507
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
508
+ :type execution_context: int | str | None
509
509
  :type undo: bool | None
510
510
  :param x: X
511
511
  :type x: typing.Any | None
@@ -531,16 +531,16 @@ def select_circle(
531
531
  ...
532
532
 
533
533
  def select_column(
534
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
535
- execution_context: str | int | None = None,
534
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
535
+ execution_context: int | str | None = None,
536
536
  undo: bool | None = None,
537
537
  *,
538
538
  mode: str | None = "KEYS",
539
539
  ):
540
540
  """Select all keyframes on the specified frame(s)
541
541
 
542
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
543
- :type execution_context: str | int | None
542
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
543
+ :type execution_context: int | str | None
544
544
  :type undo: bool | None
545
545
  :param mode: Mode
546
546
  :type mode: str | None
@@ -549,8 +549,8 @@ def select_column(
549
549
  ...
550
550
 
551
551
  def select_lasso(
552
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
553
- execution_context: str | int | None = None,
552
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
553
+ execution_context: int | str | None = None,
554
554
  undo: bool | None = None,
555
555
  *,
556
556
  path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
@@ -558,8 +558,8 @@ def select_lasso(
558
558
  ):
559
559
  """Select keyframe points using lasso selection
560
560
 
561
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
562
- :type execution_context: str | int | None
561
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
562
+ :type execution_context: int | str | None
563
563
  :type undo: bool | None
564
564
  :param path: Path
565
565
  :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
@@ -579,8 +579,8 @@ def select_lasso(
579
579
  ...
580
580
 
581
581
  def select_leftright(
582
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
583
- execution_context: str | int | None = None,
582
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
583
+ execution_context: int | str | None = None,
584
584
  undo: bool | None = None,
585
585
  *,
586
586
  mode: str | None = "CHECK",
@@ -588,8 +588,8 @@ def select_leftright(
588
588
  ):
589
589
  """Select keyframes to the left or the right of the current frame
590
590
 
591
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
592
- :type execution_context: str | int | None
591
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
592
+ :type execution_context: int | str | None
593
593
  :type undo: bool | None
594
594
  :param mode: Mode
595
595
  :type mode: str | None
@@ -600,58 +600,58 @@ def select_leftright(
600
600
  ...
601
601
 
602
602
  def select_less(
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
  """Deselect keyframes on ends of selection islands
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 select_linked(
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
  """Select keyframes occurring in the same F-Curves as selected ones
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 select_more(
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
  """Select keyframes beside already selected ones
636
636
 
637
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
638
- :type execution_context: str | int | None
637
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
638
+ :type execution_context: int | str | None
639
639
  :type undo: bool | None
640
640
  """
641
641
 
642
642
  ...
643
643
 
644
644
  def snap(
645
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
646
- execution_context: str | int | None = None,
645
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
646
+ execution_context: int | str | None = None,
647
647
  undo: bool | None = None,
648
648
  *,
649
649
  type: str | None = "CFRA",
650
650
  ):
651
651
  """Snap selected keyframes to the times specified
652
652
 
653
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
654
- :type execution_context: str | int | None
653
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
654
+ :type execution_context: int | str | None
655
655
  :type undo: bool | None
656
656
  :param type: Type
657
657
 
@@ -672,16 +672,16 @@ def snap(
672
672
  ...
673
673
 
674
674
  def stash(
675
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
676
- execution_context: str | int | None = None,
675
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
676
+ execution_context: int | str | None = None,
677
677
  undo: bool | None = None,
678
678
  *,
679
679
  create_new: bool | typing.Any | None = True,
680
680
  ):
681
681
  """Store this action in the NLA stack as a non-contributing strip for later use
682
682
 
683
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
684
- :type execution_context: str | int | None
683
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
684
+ :type execution_context: int | str | None
685
685
  :type undo: bool | None
686
686
  :param create_new: Create New Action, Create a new action once the existing one has been safely stored
687
687
  :type create_new: bool | typing.Any | None
@@ -690,30 +690,30 @@ def stash(
690
690
  ...
691
691
 
692
692
  def stash_and_create(
693
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
694
- execution_context: str | int | None = None,
693
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
694
+ execution_context: int | str | None = None,
695
695
  undo: bool | None = None,
696
696
  ):
697
697
  """Store this action in the NLA stack as a non-contributing strip for later use, and create a new action
698
698
 
699
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
700
- :type execution_context: str | int | None
699
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
700
+ :type execution_context: int | str | None
701
701
  :type undo: bool | None
702
702
  """
703
703
 
704
704
  ...
705
705
 
706
706
  def unlink(
707
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
708
- execution_context: str | int | None = None,
707
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
708
+ execution_context: int | str | None = None,
709
709
  undo: bool | None = None,
710
710
  *,
711
711
  force_delete: bool | typing.Any | None = False,
712
712
  ):
713
713
  """Unlink this action from the active action slot (and/or exit Tweak Mode)
714
714
 
715
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
716
- :type execution_context: str | int | None
715
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
716
+ :type execution_context: int | str | None
717
717
  :type undo: bool | None
718
718
  :param force_delete: Force Delete, Clear Fake User and remove copy stashed in this data-block's NLA stack
719
719
  :type force_delete: bool | typing.Any | None
@@ -722,42 +722,42 @@ def unlink(
722
722
  ...
723
723
 
724
724
  def view_all(
725
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
726
- execution_context: str | int | None = None,
725
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
726
+ execution_context: int | str | None = None,
727
727
  undo: bool | None = None,
728
728
  ):
729
729
  """Reset viewable area to show full keyframe range
730
730
 
731
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
732
- :type execution_context: str | int | None
731
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
732
+ :type execution_context: int | str | None
733
733
  :type undo: bool | None
734
734
  """
735
735
 
736
736
  ...
737
737
 
738
738
  def view_frame(
739
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
740
- execution_context: str | int | None = None,
739
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
740
+ execution_context: int | str | None = None,
741
741
  undo: bool | None = None,
742
742
  ):
743
743
  """Move the view to the current frame
744
744
 
745
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
746
- :type execution_context: str | int | None
745
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
746
+ :type execution_context: int | str | None
747
747
  :type undo: bool | None
748
748
  """
749
749
 
750
750
  ...
751
751
 
752
752
  def view_selected(
753
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
754
- execution_context: str | int | None = None,
753
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
754
+ execution_context: int | str | None = None,
755
755
  undo: bool | None = None,
756
756
  ):
757
757
  """Reset viewable area to show selected keyframes range
758
758
 
759
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
760
- :type execution_context: str | int | None
759
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
760
+ :type execution_context: int | str | None
761
761
  :type undo: bool | None
762
762
  """
763
763