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

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

Potentially problematic release.


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

Files changed (106) hide show
  1. aud/__init__.pyi +4 -4
  2. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
  3. bl_ui/generic_ui_list/__init__.pyi +2 -2
  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. blf/__init__.pyi +4 -4
  8. bmesh/ops/__init__.pyi +97 -82
  9. bmesh/types/__init__.pyi +37 -32
  10. bmesh/utils/__init__.pyi +2 -4
  11. bpy/ops/action/__init__.pyi +152 -152
  12. bpy/ops/anim/__init__.pyi +216 -216
  13. bpy/ops/armature/__init__.pyi +192 -192
  14. bpy/ops/asset/__init__.pyi +64 -64
  15. bpy/ops/boid/__init__.pyi +32 -32
  16. bpy/ops/brush/__init__.pyi +36 -36
  17. bpy/ops/buttons/__init__.pyi +24 -24
  18. bpy/ops/cachefile/__init__.pyi +20 -20
  19. bpy/ops/camera/__init__.pyi +8 -8
  20. bpy/ops/clip/__init__.pyi +368 -368
  21. bpy/ops/cloth/__init__.pyi +4 -4
  22. bpy/ops/collection/__init__.pyi +36 -36
  23. bpy/ops/console/__init__.pyi +84 -84
  24. bpy/ops/constraint/__init__.pyi +72 -72
  25. bpy/ops/curve/__init__.pyi +204 -204
  26. bpy/ops/curves/__init__.pyi +108 -108
  27. bpy/ops/cycles/__init__.pyi +12 -12
  28. bpy/ops/dpaint/__init__.pyi +20 -20
  29. bpy/ops/ed/__init__.pyi +48 -48
  30. bpy/ops/export_anim/__init__.pyi +4 -4
  31. bpy/ops/export_scene/__init__.pyi +8 -8
  32. bpy/ops/extensions/__init__.pyi +123 -109
  33. bpy/ops/file/__init__.pyi +160 -160
  34. bpy/ops/fluid/__init__.pyi +56 -56
  35. bpy/ops/font/__init__.pyi +92 -92
  36. bpy/ops/geometry/__init__.pyi +40 -40
  37. bpy/ops/gizmogroup/__init__.pyi +8 -8
  38. bpy/ops/gpencil/__init__.pyi +600 -600
  39. bpy/ops/graph/__init__.pyi +260 -260
  40. bpy/ops/grease_pencil/__init__.pyi +292 -292
  41. bpy/ops/image/__init__.pyi +192 -192
  42. bpy/ops/import_anim/__init__.pyi +4 -4
  43. bpy/ops/import_curve/__init__.pyi +4 -4
  44. bpy/ops/import_scene/__init__.pyi +8 -8
  45. bpy/ops/info/__init__.pyi +28 -28
  46. bpy/ops/lattice/__init__.pyi +32 -32
  47. bpy/ops/marker/__init__.pyi +44 -44
  48. bpy/ops/mask/__init__.pyi +156 -156
  49. bpy/ops/material/__init__.pyi +12 -12
  50. bpy/ops/mball/__init__.pyi +32 -32
  51. bpy/ops/mesh/__init__.pyi +652 -652
  52. bpy/ops/nla/__init__.pyi +156 -156
  53. bpy/ops/node/__init__.pyi +416 -416
  54. bpy/ops/object/__init__.pyi +984 -984
  55. bpy/ops/outliner/__init__.pyi +284 -284
  56. bpy/ops/paint/__init__.pyi +220 -220
  57. bpy/ops/paintcurve/__init__.pyi +32 -32
  58. bpy/ops/palette/__init__.pyi +28 -28
  59. bpy/ops/particle/__init__.pyi +144 -144
  60. bpy/ops/pose/__init__.pyi +156 -156
  61. bpy/ops/poselib/__init__.pyi +36 -36
  62. bpy/ops/preferences/__init__.pyi +148 -148
  63. bpy/ops/ptcache/__init__.pyi +28 -28
  64. bpy/ops/render/__init__.pyi +48 -48
  65. bpy/ops/rigidbody/__init__.pyi +52 -52
  66. bpy/ops/scene/__init__.pyi +156 -156
  67. bpy/ops/screen/__init__.pyi +156 -156
  68. bpy/ops/script/__init__.pyi +12 -12
  69. bpy/ops/sculpt/__init__.pyi +144 -144
  70. bpy/ops/sculpt_curves/__init__.pyi +16 -16
  71. bpy/ops/sequencer/__init__.pyi +364 -340
  72. bpy/ops/sound/__init__.pyi +28 -28
  73. bpy/ops/spreadsheet/__init__.pyi +16 -16
  74. bpy/ops/surface/__init__.pyi +24 -24
  75. bpy/ops/text/__init__.pyi +172 -172
  76. bpy/ops/text_editor/__init__.pyi +4 -4
  77. bpy/ops/texture/__init__.pyi +16 -16
  78. bpy/ops/transform/__init__.pyi +111 -108
  79. bpy/ops/ui/__init__.pyi +132 -132
  80. bpy/ops/uilist/__init__.pyi +12 -12
  81. bpy/ops/uv/__init__.pyi +196 -196
  82. bpy/ops/view2d/__init__.pyi +56 -56
  83. bpy/ops/view3d/__init__.pyi +268 -268
  84. bpy/ops/wm/__init__.pyi +448 -448
  85. bpy/ops/workspace/__init__.pyi +28 -28
  86. bpy/ops/world/__init__.pyi +8 -8
  87. bpy/path/__init__.pyi +18 -18
  88. bpy/props/__init__.pyi +11 -11
  89. bpy/types/__init__.pyi +1527 -1737
  90. bpy/utils/__init__.pyi +4 -4
  91. bpy_extras/mesh_utils/__init__.pyi +4 -4
  92. bpy_extras/view3d_utils/__init__.pyi +24 -20
  93. bpy_types/__init__.pyi +12 -7
  94. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/METADATA +1 -1
  95. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/RECORD +106 -106
  96. freestyle/types/__init__.pyi +64 -64
  97. freestyle/utils/__init__.pyi +2 -2
  98. gpu/matrix/__init__.pyi +15 -6
  99. gpu/state/__init__.pyi +2 -2
  100. gpu/types/__init__.pyi +6 -4
  101. gpu_extras/presets/__init__.pyi +8 -4
  102. imbuf/__init__.pyi +4 -4
  103. mathutils/__init__.pyi +292 -187
  104. mathutils/geometry/__init__.pyi +2 -5
  105. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/WHEEL +0 -0
  106. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/top_level.txt +0 -0
bpy/ops/anim/__init__.pyi CHANGED
@@ -6,22 +6,22 @@ GenericType1 = typing.TypeVar("GenericType1")
6
6
  GenericType2 = typing.TypeVar("GenericType2")
7
7
 
8
8
  def binding_unassign_object(
9
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
10
- execution_context: str | int | None = None,
9
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
10
+ execution_context: int | str | None = None,
11
11
  undo: bool | None = None,
12
12
  ):
13
13
  """Clear the assigned action binding, effectively making this data-block non-animated
14
14
 
15
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
16
- :type execution_context: str | int | None
15
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
16
+ :type execution_context: int | str | None
17
17
  :type undo: bool | None
18
18
  """
19
19
 
20
20
  ...
21
21
 
22
22
  def change_frame(
23
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
24
- execution_context: str | int | None = None,
23
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
24
+ execution_context: int | str | None = None,
25
25
  undo: bool | None = None,
26
26
  *,
27
27
  frame: typing.Any | None = 0.0,
@@ -29,8 +29,8 @@ def change_frame(
29
29
  ):
30
30
  """Interactively change the current frame number
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 frame: Frame
36
36
  :type frame: typing.Any | None
@@ -41,16 +41,16 @@ def change_frame(
41
41
  ...
42
42
 
43
43
  def channel_select_keys(
44
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
45
- execution_context: str | int | None = None,
44
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
45
+ execution_context: int | str | None = None,
46
46
  undo: bool | None = None,
47
47
  *,
48
48
  extend: bool | typing.Any | None = False,
49
49
  ):
50
50
  """Select all keyframes of channel under mouse
51
51
 
52
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
53
- :type execution_context: str | int | None
52
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
53
+ :type execution_context: int | str | None
54
54
  :type undo: bool | None
55
55
  :param extend: Extend, Extend selection
56
56
  :type extend: bool | typing.Any | None
@@ -59,8 +59,8 @@ def channel_select_keys(
59
59
  ...
60
60
 
61
61
  def channel_view_pick(
62
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
63
- execution_context: str | int | None = None,
62
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
63
+ execution_context: int | str | None = None,
64
64
  undo: bool | None = None,
65
65
  *,
66
66
  include_handles: bool | typing.Any | None = True,
@@ -68,8 +68,8 @@ def channel_view_pick(
68
68
  ):
69
69
  """Reset viewable area to show the channel under the cursor
70
70
 
71
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
72
- :type execution_context: str | int | None
71
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
72
+ :type execution_context: int | str | None
73
73
  :type undo: bool | None
74
74
  :param include_handles: Include Handles, Include handles of keyframes when calculating extents
75
75
  :type include_handles: bool | typing.Any | None
@@ -80,8 +80,8 @@ def channel_view_pick(
80
80
  ...
81
81
 
82
82
  def channels_bake(
83
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
84
- execution_context: str | int | None = None,
83
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
84
+ execution_context: int | str | None = None,
85
85
  undo: bool | None = None,
86
86
  *,
87
87
  range: typing.Any | None = (0, 0),
@@ -92,8 +92,8 @@ def channels_bake(
92
92
  ):
93
93
  """Create keyframes following the current shape of F-Curves of selected channels
94
94
 
95
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
96
- :type execution_context: str | int | None
95
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
96
+ :type execution_context: int | str | None
97
97
  :type undo: bool | None
98
98
  :param range: Frame Range, The range in which to create new keys
99
99
  :type range: typing.Any | None
@@ -119,22 +119,22 @@ def channels_bake(
119
119
  ...
120
120
 
121
121
  def channels_clean_empty(
122
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
123
- execution_context: str | int | None = None,
122
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
123
+ execution_context: int | str | None = None,
124
124
  undo: bool | None = None,
125
125
  ):
126
126
  """Delete all empty animation data containers from visible data-blocks
127
127
 
128
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
129
- :type execution_context: str | int | None
128
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
129
+ :type execution_context: int | str | None
130
130
  :type undo: bool | None
131
131
  """
132
132
 
133
133
  ...
134
134
 
135
135
  def channels_click(
136
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
137
- execution_context: str | int | None = None,
136
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
137
+ execution_context: int | str | None = None,
138
138
  undo: bool | None = None,
139
139
  *,
140
140
  extend: bool | typing.Any | None = False,
@@ -143,8 +143,8 @@ def channels_click(
143
143
  ):
144
144
  """Handle mouse clicks over animation channels
145
145
 
146
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
147
- :type execution_context: str | int | None
146
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
147
+ :type execution_context: int | str | None
148
148
  :type undo: bool | None
149
149
  :param extend: Extend Select
150
150
  :type extend: bool | typing.Any | None
@@ -157,16 +157,16 @@ def channels_click(
157
157
  ...
158
158
 
159
159
  def channels_collapse(
160
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
161
- execution_context: str | int | None = None,
160
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
161
+ execution_context: int | str | None = None,
162
162
  undo: bool | None = None,
163
163
  *,
164
164
  all: bool | typing.Any | None = True,
165
165
  ):
166
166
  """Collapse (close) all selected expandable animation channels
167
167
 
168
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
169
- :type execution_context: str | int | None
168
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
169
+ :type execution_context: int | str | None
170
170
  :type undo: bool | None
171
171
  :param all: All, Collapse all channels (not just selected ones)
172
172
  :type all: bool | typing.Any | None
@@ -175,22 +175,22 @@ def channels_collapse(
175
175
  ...
176
176
 
177
177
  def channels_delete(
178
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
179
- execution_context: str | int | None = None,
178
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
179
+ execution_context: int | str | None = None,
180
180
  undo: bool | None = None,
181
181
  ):
182
182
  """Delete all selected animation channels
183
183
 
184
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
185
- :type execution_context: str | int | None
184
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
185
+ :type execution_context: int | str | None
186
186
  :type undo: bool | None
187
187
  """
188
188
 
189
189
  ...
190
190
 
191
191
  def channels_editable_toggle(
192
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
193
- execution_context: str | int | None = None,
192
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
193
+ execution_context: int | str | None = None,
194
194
  undo: bool | None = None,
195
195
  *,
196
196
  mode: str | None = "TOGGLE",
@@ -198,8 +198,8 @@ def channels_editable_toggle(
198
198
  ):
199
199
  """Toggle editability of selected channels
200
200
 
201
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
202
- :type execution_context: str | int | None
201
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
202
+ :type execution_context: int | str | None
203
203
  :type undo: bool | None
204
204
  :param mode: Mode
205
205
  :type mode: str | None
@@ -210,16 +210,16 @@ def channels_editable_toggle(
210
210
  ...
211
211
 
212
212
  def channels_expand(
213
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
214
- execution_context: str | int | None = None,
213
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
214
+ execution_context: int | str | None = None,
215
215
  undo: bool | None = None,
216
216
  *,
217
217
  all: bool | typing.Any | None = True,
218
218
  ):
219
219
  """Expand (open) all selected expandable animation channels
220
220
 
221
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
222
- :type execution_context: str | int | None
221
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
222
+ :type execution_context: int | str | None
223
223
  :type undo: bool | None
224
224
  :param all: All, Expand all channels (not just selected ones)
225
225
  :type all: bool | typing.Any | None
@@ -228,30 +228,30 @@ def channels_expand(
228
228
  ...
229
229
 
230
230
  def channels_fcurves_enable(
231
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
232
- execution_context: str | int | None = None,
231
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
232
+ execution_context: int | str | None = None,
233
233
  undo: bool | None = None,
234
234
  ):
235
235
  """Clear 'disabled' tag from all F-Curves to get broken F-Curves working again
236
236
 
237
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
238
- :type execution_context: str | int | None
237
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
238
+ :type execution_context: int | str | None
239
239
  :type undo: bool | None
240
240
  """
241
241
 
242
242
  ...
243
243
 
244
244
  def channels_group(
245
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
246
- execution_context: str | int | None = None,
245
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
246
+ execution_context: int | str | None = None,
247
247
  undo: bool | None = None,
248
248
  *,
249
249
  name: str | typing.Any = "New Group",
250
250
  ):
251
251
  """Add selected F-Curves to a new group
252
252
 
253
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
254
- :type execution_context: str | int | None
253
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
254
+ :type execution_context: int | str | None
255
255
  :type undo: bool | None
256
256
  :param name: Name, Name of newly created group
257
257
  :type name: str | typing.Any
@@ -260,16 +260,16 @@ def channels_group(
260
260
  ...
261
261
 
262
262
  def channels_move(
263
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
264
- execution_context: str | int | None = None,
263
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
264
+ execution_context: int | str | None = None,
265
265
  undo: bool | None = None,
266
266
  *,
267
267
  direction: str | None = "DOWN",
268
268
  ):
269
269
  """Rearrange selected animation channels
270
270
 
271
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
272
- :type execution_context: str | int | None
271
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
272
+ :type execution_context: int | str | None
273
273
  :type undo: bool | None
274
274
  :param direction: Direction
275
275
  :type direction: str | None
@@ -278,30 +278,30 @@ def channels_move(
278
278
  ...
279
279
 
280
280
  def channels_rename(
281
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
282
- execution_context: str | int | None = None,
281
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
282
+ execution_context: int | str | None = None,
283
283
  undo: bool | None = None,
284
284
  ):
285
285
  """Rename animation channel under mouse
286
286
 
287
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
288
- :type execution_context: str | int | None
287
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
288
+ :type execution_context: int | str | None
289
289
  :type undo: bool | None
290
290
  """
291
291
 
292
292
  ...
293
293
 
294
294
  def channels_select_all(
295
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
296
- execution_context: str | int | None = None,
295
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
296
+ execution_context: int | str | None = None,
297
297
  undo: bool | None = None,
298
298
  *,
299
299
  action: str | None = "TOGGLE",
300
300
  ):
301
301
  """Toggle selection of all animation channels
302
302
 
303
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
304
- :type execution_context: str | int | None
303
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
304
+ :type execution_context: int | str | None
305
305
  :type undo: bool | None
306
306
  :param action: Action, Selection action to execute
307
307
 
@@ -322,8 +322,8 @@ def channels_select_all(
322
322
  ...
323
323
 
324
324
  def channels_select_box(
325
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
326
- execution_context: str | int | None = None,
325
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
326
+ execution_context: int | str | None = None,
327
327
  undo: bool | None = None,
328
328
  *,
329
329
  xmin: typing.Any | None = 0,
@@ -336,8 +336,8 @@ def channels_select_box(
336
336
  ):
337
337
  """Select all animation channels within the specified region
338
338
 
339
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
340
- :type execution_context: str | int | None
339
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
340
+ :type execution_context: int | str | None
341
341
  :type undo: bool | None
342
342
  :param xmin: X Min
343
343
  :type xmin: typing.Any | None
@@ -358,22 +358,22 @@ def channels_select_box(
358
358
  ...
359
359
 
360
360
  def channels_select_filter(
361
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
362
- execution_context: str | int | None = None,
361
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
362
+ execution_context: int | str | None = None,
363
363
  undo: bool | None = None,
364
364
  ):
365
365
  """Start entering text which filters the set of channels shown to only include those with matching names
366
366
 
367
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
368
- :type execution_context: str | int | None
367
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
368
+ :type execution_context: int | str | None
369
369
  :type undo: bool | None
370
370
  """
371
371
 
372
372
  ...
373
373
 
374
374
  def channels_setting_disable(
375
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
376
- execution_context: str | int | None = None,
375
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
376
+ execution_context: int | str | None = None,
377
377
  undo: bool | None = None,
378
378
  *,
379
379
  mode: str | None = "DISABLE",
@@ -381,8 +381,8 @@ def channels_setting_disable(
381
381
  ):
382
382
  """Disable specified setting on all selected animation channels
383
383
 
384
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
385
- :type execution_context: str | int | None
384
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
385
+ :type execution_context: int | str | None
386
386
  :type undo: bool | None
387
387
  :param mode: Mode
388
388
  :type mode: str | None
@@ -393,8 +393,8 @@ def channels_setting_disable(
393
393
  ...
394
394
 
395
395
  def channels_setting_enable(
396
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
397
- execution_context: str | int | None = None,
396
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
397
+ execution_context: int | str | None = None,
398
398
  undo: bool | None = None,
399
399
  *,
400
400
  mode: str | None = "ENABLE",
@@ -402,8 +402,8 @@ def channels_setting_enable(
402
402
  ):
403
403
  """Enable specified setting on all selected animation channels
404
404
 
405
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
406
- :type execution_context: str | int | None
405
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
406
+ :type execution_context: int | str | None
407
407
  :type undo: bool | None
408
408
  :param mode: Mode
409
409
  :type mode: str | None
@@ -414,8 +414,8 @@ def channels_setting_enable(
414
414
  ...
415
415
 
416
416
  def channels_setting_toggle(
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
  mode: str | None = "TOGGLE",
@@ -423,8 +423,8 @@ def channels_setting_toggle(
423
423
  ):
424
424
  """Toggle specified setting on all selected animation channels
425
425
 
426
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
427
- :type execution_context: str | int | None
426
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
427
+ :type execution_context: int | str | None
428
428
  :type undo: bool | None
429
429
  :param mode: Mode
430
430
  :type mode: str | None
@@ -435,22 +435,22 @@ def channels_setting_toggle(
435
435
  ...
436
436
 
437
437
  def channels_ungroup(
438
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
439
- execution_context: str | int | None = None,
438
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
439
+ execution_context: int | str | None = None,
440
440
  undo: bool | None = None,
441
441
  ):
442
442
  """Remove selected F-Curves from their current groups
443
443
 
444
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
445
- :type execution_context: str | int | None
444
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
445
+ :type execution_context: int | str | None
446
446
  :type undo: bool | None
447
447
  """
448
448
 
449
449
  ...
450
450
 
451
451
  def channels_view_selected(
452
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
453
- execution_context: str | int | None = None,
452
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
453
+ execution_context: int | str | None = None,
454
454
  undo: bool | None = None,
455
455
  *,
456
456
  include_handles: bool | typing.Any | None = True,
@@ -458,8 +458,8 @@ def channels_view_selected(
458
458
  ):
459
459
  """Reset viewable area to show the selected channels
460
460
 
461
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
462
- :type execution_context: str | int | None
461
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
462
+ :type execution_context: int | str | None
463
463
  :type undo: bool | None
464
464
  :param include_handles: Include Handles, Include handles of keyframes when calculating extents
465
465
  :type include_handles: bool | typing.Any | None
@@ -470,16 +470,16 @@ def channels_view_selected(
470
470
  ...
471
471
 
472
472
  def clear_useless_actions(
473
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
474
- execution_context: str | int | None = None,
473
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
474
+ execution_context: int | str | None = None,
475
475
  undo: bool | None = None,
476
476
  *,
477
477
  only_unused: bool | typing.Any | None = True,
478
478
  ):
479
479
  """Mark actions with no F-Curves for deletion after save and reload of file preserving "action libraries"
480
480
 
481
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
482
- :type execution_context: str | int | None
481
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
482
+ :type execution_context: int | str | None
483
483
  :type undo: bool | None
484
484
  :param only_unused: Only Unused, Only unused (Fake User only) actions get considered
485
485
  :type only_unused: bool | typing.Any | None
@@ -488,58 +488,58 @@ def clear_useless_actions(
488
488
  ...
489
489
 
490
490
  def copy_driver_button(
491
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
492
- execution_context: str | int | None = None,
491
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
492
+ execution_context: int | str | None = None,
493
493
  undo: bool | None = None,
494
494
  ):
495
495
  """Copy the driver for the highlighted button
496
496
 
497
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
498
- :type execution_context: str | int | None
497
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
498
+ :type execution_context: int | str | None
499
499
  :type undo: bool | None
500
500
  """
501
501
 
502
502
  ...
503
503
 
504
504
  def driver_button_add(
505
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
506
- execution_context: str | int | None = None,
505
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
506
+ execution_context: int | str | None = None,
507
507
  undo: bool | None = None,
508
508
  ):
509
509
  """Add driver for the property under the cursor
510
510
 
511
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
512
- :type execution_context: str | int | None
511
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
512
+ :type execution_context: int | str | None
513
513
  :type undo: bool | None
514
514
  """
515
515
 
516
516
  ...
517
517
 
518
518
  def driver_button_edit(
519
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
520
- execution_context: str | int | None = None,
519
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
520
+ execution_context: int | str | None = None,
521
521
  undo: bool | None = None,
522
522
  ):
523
523
  """Edit the drivers for the connected property represented by the highlighted button
524
524
 
525
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
526
- :type execution_context: str | int | None
525
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
526
+ :type execution_context: int | str | None
527
527
  :type undo: bool | None
528
528
  """
529
529
 
530
530
  ...
531
531
 
532
532
  def driver_button_remove(
533
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
534
- execution_context: str | int | None = None,
533
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
534
+ execution_context: int | str | None = None,
535
535
  undo: bool | None = None,
536
536
  *,
537
537
  all: bool | typing.Any | None = True,
538
538
  ):
539
539
  """Remove the driver(s) for the connected property(s) represented by the highlighted button
540
540
 
541
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
542
- :type execution_context: str | int | None
541
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
542
+ :type execution_context: int | str | None
543
543
  :type undo: bool | None
544
544
  :param all: All, Delete drivers for all elements of the array
545
545
  :type all: bool | typing.Any | None
@@ -548,30 +548,30 @@ def driver_button_remove(
548
548
  ...
549
549
 
550
550
  def end_frame_set(
551
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
552
- execution_context: str | int | None = None,
551
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
552
+ execution_context: int | str | None = None,
553
553
  undo: bool | None = None,
554
554
  ):
555
555
  """Set the current frame as the preview or scene end frame
556
556
 
557
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
558
- :type execution_context: str | int | None
557
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
558
+ :type execution_context: int | str | None
559
559
  :type undo: bool | None
560
560
  """
561
561
 
562
562
  ...
563
563
 
564
564
  def keyframe_clear_button(
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
  all: bool | typing.Any | None = True,
570
570
  ):
571
571
  """Clear all keyframes on the currently active property
572
572
 
573
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
574
- :type execution_context: str | int | None
573
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
574
+ :type execution_context: int | str | None
575
575
  :type undo: bool | None
576
576
  :param all: All, Clear keyframes from all elements of the array
577
577
  :type all: bool | typing.Any | None
@@ -580,16 +580,16 @@ def keyframe_clear_button(
580
580
  ...
581
581
 
582
582
  def keyframe_clear_v3d(
583
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
584
- execution_context: str | int | None = None,
583
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
584
+ execution_context: int | str | None = None,
585
585
  undo: bool | None = None,
586
586
  *,
587
587
  confirm: bool | typing.Any | None = True,
588
588
  ):
589
589
  """Remove all keyframe animation for selected objects
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 confirm: Confirm, Prompt for confirmation
595
595
  :type confirm: bool | typing.Any | None
@@ -598,16 +598,16 @@ def keyframe_clear_v3d(
598
598
  ...
599
599
 
600
600
  def keyframe_delete(
601
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
602
- execution_context: str | int | None = None,
601
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
602
+ execution_context: int | str | None = None,
603
603
  undo: bool | None = None,
604
604
  *,
605
605
  type: str | None = "DEFAULT",
606
606
  ):
607
607
  """Delete keyframes on the current frame for all properties in the specified Keying Set
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
  :param type: Keying Set, The Keying Set to use
613
613
  :type type: str | None
@@ -616,16 +616,16 @@ def keyframe_delete(
616
616
  ...
617
617
 
618
618
  def keyframe_delete_button(
619
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
620
- execution_context: str | int | None = None,
619
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
620
+ execution_context: int | str | None = None,
621
621
  undo: bool | None = None,
622
622
  *,
623
623
  all: bool | typing.Any | None = True,
624
624
  ):
625
625
  """Delete current keyframe of current UI-active property
626
626
 
627
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
628
- :type execution_context: str | int | None
627
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
628
+ :type execution_context: int | str | None
629
629
  :type undo: bool | None
630
630
  :param all: All, Delete keyframes from all elements of the array
631
631
  :type all: bool | typing.Any | None
@@ -634,16 +634,16 @@ def keyframe_delete_button(
634
634
  ...
635
635
 
636
636
  def keyframe_delete_by_name(
637
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
638
- execution_context: str | int | None = None,
637
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
638
+ execution_context: int | str | None = None,
639
639
  undo: bool | None = None,
640
640
  *,
641
641
  type: str | typing.Any = "",
642
642
  ):
643
643
  """Alternate access to 'Delete Keyframe' for keymaps to use
644
644
 
645
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
646
- :type execution_context: str | int | None
645
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
646
+ :type execution_context: int | str | None
647
647
  :type undo: bool | None
648
648
  :param type: Keying Set, The Keying Set to use
649
649
  :type type: str | typing.Any
@@ -652,16 +652,16 @@ def keyframe_delete_by_name(
652
652
  ...
653
653
 
654
654
  def keyframe_delete_v3d(
655
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
656
- execution_context: str | int | None = None,
655
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
656
+ execution_context: int | str | None = None,
657
657
  undo: bool | None = None,
658
658
  *,
659
659
  confirm: bool | typing.Any | None = True,
660
660
  ):
661
661
  """Remove keyframes on current frame for selected objects and bones
662
662
 
663
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
664
- :type execution_context: str | int | None
663
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
664
+ :type execution_context: int | str | None
665
665
  :type undo: bool | None
666
666
  :param confirm: Confirm, Prompt for confirmation
667
667
  :type confirm: bool | typing.Any | None
@@ -670,16 +670,16 @@ def keyframe_delete_v3d(
670
670
  ...
671
671
 
672
672
  def keyframe_insert(
673
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
674
- execution_context: str | int | None = None,
673
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
674
+ execution_context: int | str | None = None,
675
675
  undo: bool | None = None,
676
676
  *,
677
677
  type: str | None = "DEFAULT",
678
678
  ):
679
679
  """Insert keyframes on the current frame using either the active keying set, or the user preferences if no keying set is active
680
680
 
681
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
682
- :type execution_context: str | int | None
681
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
682
+ :type execution_context: int | str | None
683
683
  :type undo: bool | None
684
684
  :param type: Keying Set, The Keying Set to use
685
685
  :type type: str | None
@@ -688,16 +688,16 @@ def keyframe_insert(
688
688
  ...
689
689
 
690
690
  def keyframe_insert_button(
691
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
692
- execution_context: str | int | None = None,
691
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
692
+ execution_context: int | str | None = None,
693
693
  undo: bool | None = None,
694
694
  *,
695
695
  all: bool | typing.Any | None = True,
696
696
  ):
697
697
  """Insert a keyframe for current UI-active property
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
  :param all: All, Insert a keyframe for all element of the array
703
703
  :type all: bool | typing.Any | None
@@ -706,16 +706,16 @@ def keyframe_insert_button(
706
706
  ...
707
707
 
708
708
  def keyframe_insert_by_name(
709
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
710
- execution_context: str | int | None = None,
709
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
710
+ execution_context: int | str | None = None,
711
711
  undo: bool | None = None,
712
712
  *,
713
713
  type: str | typing.Any = "",
714
714
  ):
715
715
  """Alternate access to 'Insert Keyframe' for keymaps to use
716
716
 
717
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
718
- :type execution_context: str | int | None
717
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
718
+ :type execution_context: int | str | None
719
719
  :type undo: bool | None
720
720
  :param type: Keying Set, The Keying Set to use
721
721
  :type type: str | typing.Any
@@ -724,8 +724,8 @@ def keyframe_insert_by_name(
724
724
  ...
725
725
 
726
726
  def keyframe_insert_menu(
727
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
728
- execution_context: str | int | None = None,
727
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
728
+ execution_context: int | str | None = None,
729
729
  undo: bool | None = None,
730
730
  *,
731
731
  type: str | None = "DEFAULT",
@@ -733,8 +733,8 @@ def keyframe_insert_menu(
733
733
  ):
734
734
  """Insert Keyframes for specified Keying Set, with menu of available Keying Sets if undefined
735
735
 
736
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
737
- :type execution_context: str | int | None
736
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
737
+ :type execution_context: int | str | None
738
738
  :type undo: bool | None
739
739
  :param type: Keying Set, The Keying Set to use
740
740
  :type type: str | None
@@ -745,16 +745,16 @@ def keyframe_insert_menu(
745
745
  ...
746
746
 
747
747
  def keying_set_active_set(
748
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
749
- execution_context: str | int | None = None,
748
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
749
+ execution_context: int | str | None = None,
750
750
  undo: bool | None = None,
751
751
  *,
752
752
  type: str | None = "DEFAULT",
753
753
  ):
754
754
  """Set a new active keying set
755
755
 
756
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
757
- :type execution_context: str | int | None
756
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
757
+ :type execution_context: int | str | None
758
758
  :type undo: bool | None
759
759
  :param type: Keying Set, The Keying Set to use
760
760
  :type type: str | None
@@ -763,22 +763,22 @@ def keying_set_active_set(
763
763
  ...
764
764
 
765
765
  def keying_set_add(
766
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
767
- execution_context: str | int | None = None,
766
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
767
+ execution_context: int | str | None = None,
768
768
  undo: bool | None = None,
769
769
  ):
770
770
  """Add a new (empty) keying set to the active Scene
771
771
 
772
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
773
- :type execution_context: str | int | None
772
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
773
+ :type execution_context: int | str | None
774
774
  :type undo: bool | None
775
775
  """
776
776
 
777
777
  ...
778
778
 
779
779
  def keying_set_export(
780
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
781
- execution_context: str | int | None = None,
780
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
781
+ execution_context: int | str | None = None,
782
782
  undo: bool | None = None,
783
783
  *,
784
784
  filepath: str | typing.Any = "",
@@ -788,8 +788,8 @@ def keying_set_export(
788
788
  ):
789
789
  """Export Keying Set to a Python script
790
790
 
791
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
792
- :type execution_context: str | int | None
791
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
792
+ :type execution_context: int | str | None
793
793
  :type undo: bool | None
794
794
  :param filepath: filepath
795
795
  :type filepath: str | typing.Any
@@ -804,58 +804,58 @@ def keying_set_export(
804
804
  ...
805
805
 
806
806
  def keying_set_path_add(
807
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
808
- execution_context: str | int | None = None,
807
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
808
+ execution_context: int | str | None = None,
809
809
  undo: bool | None = None,
810
810
  ):
811
811
  """Add empty path to active keying set
812
812
 
813
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
814
- :type execution_context: str | int | None
813
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
814
+ :type execution_context: int | str | None
815
815
  :type undo: bool | None
816
816
  """
817
817
 
818
818
  ...
819
819
 
820
820
  def keying_set_path_remove(
821
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
822
- execution_context: str | int | None = None,
821
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
822
+ execution_context: int | str | None = None,
823
823
  undo: bool | None = None,
824
824
  ):
825
825
  """Remove active Path from active keying set
826
826
 
827
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
828
- :type execution_context: str | int | None
827
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
828
+ :type execution_context: int | str | None
829
829
  :type undo: bool | None
830
830
  """
831
831
 
832
832
  ...
833
833
 
834
834
  def keying_set_remove(
835
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
836
- execution_context: str | int | None = None,
835
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
836
+ execution_context: int | str | None = None,
837
837
  undo: bool | None = None,
838
838
  ):
839
839
  """Remove the active keying set
840
840
 
841
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
842
- :type execution_context: str | int | None
841
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
842
+ :type execution_context: int | str | None
843
843
  :type undo: bool | None
844
844
  """
845
845
 
846
846
  ...
847
847
 
848
848
  def keyingset_button_add(
849
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
850
- execution_context: str | int | None = None,
849
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
850
+ execution_context: int | str | None = None,
851
851
  undo: bool | None = None,
852
852
  *,
853
853
  all: bool | typing.Any | None = True,
854
854
  ):
855
855
  """Add current UI-active property to current keying set
856
856
 
857
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
858
- :type execution_context: str | int | None
857
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
858
+ :type execution_context: int | str | None
859
859
  :type undo: bool | None
860
860
  :param all: All, Add all elements of the array to a Keying Set
861
861
  :type all: bool | typing.Any | None
@@ -864,50 +864,50 @@ def keyingset_button_add(
864
864
  ...
865
865
 
866
866
  def keyingset_button_remove(
867
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
868
- execution_context: str | int | None = None,
867
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
868
+ execution_context: int | str | None = None,
869
869
  undo: bool | None = None,
870
870
  ):
871
871
  """Remove current UI-active property from current keying set
872
872
 
873
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
874
- :type execution_context: str | int | None
873
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
874
+ :type execution_context: int | str | None
875
875
  :type undo: bool | None
876
876
  """
877
877
 
878
878
  ...
879
879
 
880
880
  def paste_driver_button(
881
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
882
- execution_context: str | int | None = None,
881
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
882
+ execution_context: int | str | None = None,
883
883
  undo: bool | None = None,
884
884
  ):
885
885
  """Paste the driver in the internal clipboard to the highlighted button
886
886
 
887
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
888
- :type execution_context: str | int | None
887
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
888
+ :type execution_context: int | str | None
889
889
  :type undo: bool | None
890
890
  """
891
891
 
892
892
  ...
893
893
 
894
894
  def previewrange_clear(
895
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
896
- execution_context: str | int | None = None,
895
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
896
+ execution_context: int | str | None = None,
897
897
  undo: bool | None = None,
898
898
  ):
899
899
  """Clear preview range
900
900
 
901
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
902
- :type execution_context: str | int | None
901
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
902
+ :type execution_context: int | str | None
903
903
  :type undo: bool | None
904
904
  """
905
905
 
906
906
  ...
907
907
 
908
908
  def previewrange_set(
909
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
910
- execution_context: str | int | None = None,
909
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
910
+ execution_context: int | str | None = None,
911
911
  undo: bool | None = None,
912
912
  *,
913
913
  xmin: typing.Any | None = 0,
@@ -918,8 +918,8 @@ def previewrange_set(
918
918
  ):
919
919
  """Interactively define frame range used for playback
920
920
 
921
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
922
- :type execution_context: str | int | None
921
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
922
+ :type execution_context: int | str | None
923
923
  :type undo: bool | None
924
924
  :param xmin: X Min
925
925
  :type xmin: typing.Any | None
@@ -936,44 +936,44 @@ def previewrange_set(
936
936
  ...
937
937
 
938
938
  def scene_range_frame(
939
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
940
- execution_context: str | int | None = None,
939
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
940
+ execution_context: int | str | None = None,
941
941
  undo: bool | None = None,
942
942
  ):
943
943
  """Reset the horizontal view to the current scene frame range, taking the preview range into account if it is active
944
944
 
945
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
946
- :type execution_context: str | int | None
945
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
946
+ :type execution_context: int | str | None
947
947
  :type undo: bool | None
948
948
  """
949
949
 
950
950
  ...
951
951
 
952
952
  def start_frame_set(
953
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
954
- execution_context: str | int | None = None,
953
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
954
+ execution_context: int | str | None = None,
955
955
  undo: bool | None = None,
956
956
  ):
957
957
  """Set the current frame as the preview or scene start frame
958
958
 
959
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
960
- :type execution_context: str | int | None
959
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
960
+ :type execution_context: int | str | None
961
961
  :type undo: bool | None
962
962
  """
963
963
 
964
964
  ...
965
965
 
966
966
  def update_animated_transform_constraints(
967
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
968
- execution_context: str | int | None = None,
967
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
968
+ execution_context: int | str | None = None,
969
969
  undo: bool | None = None,
970
970
  *,
971
971
  use_convert_to_radians: bool | typing.Any | None = True,
972
972
  ):
973
973
  """Update f-curves/drivers affecting Transform constraints (use it with files from 2.70 and earlier)
974
974
 
975
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
976
- :type execution_context: str | int | None
975
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
976
+ :type execution_context: int | str | None
977
977
  :type undo: bool | None
978
978
  :param use_convert_to_radians: Convert to Radians, Convert f-curves/drivers affecting rotations to radians.Warning: Use this only once
979
979
  :type use_convert_to_radians: bool | typing.Any | None
@@ -982,8 +982,8 @@ def update_animated_transform_constraints(
982
982
  ...
983
983
 
984
984
  def view_curve_in_graph_editor(
985
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
986
- execution_context: str | int | None = None,
985
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
986
+ execution_context: int | str | None = None,
987
987
  undo: bool | None = None,
988
988
  *,
989
989
  all: bool | typing.Any | None = False,
@@ -991,8 +991,8 @@ def view_curve_in_graph_editor(
991
991
  ):
992
992
  """Frame the property under the cursor in the Graph Editor
993
993
 
994
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
995
- :type execution_context: str | int | None
994
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
995
+ :type execution_context: int | str | None
996
996
  :type undo: bool | None
997
997
  :param all: Show All, Frame the whole array property instead of only the index under the cursor
998
998
  :type all: bool | typing.Any | None