fake-bpy-module 20240812__py3-none-any.whl → 20240814__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (83) hide show
  1. bl_ui/space_view3d/__init__.pyi +31 -0
  2. bpy/ops/action/__init__.pyi +76 -76
  3. bpy/ops/anim/__init__.pyi +110 -110
  4. bpy/ops/armature/__init__.pyi +96 -96
  5. bpy/ops/asset/__init__.pyi +32 -32
  6. bpy/ops/boid/__init__.pyi +16 -16
  7. bpy/ops/brush/__init__.pyi +26 -26
  8. bpy/ops/buttons/__init__.pyi +12 -12
  9. bpy/ops/cachefile/__init__.pyi +10 -10
  10. bpy/ops/camera/__init__.pyi +4 -4
  11. bpy/ops/clip/__init__.pyi +184 -184
  12. bpy/ops/cloth/__init__.pyi +2 -2
  13. bpy/ops/collection/__init__.pyi +18 -18
  14. bpy/ops/console/__init__.pyi +42 -42
  15. bpy/ops/constraint/__init__.pyi +36 -36
  16. bpy/ops/curve/__init__.pyi +102 -102
  17. bpy/ops/curves/__init__.pyi +54 -54
  18. bpy/ops/cycles/__init__.pyi +6 -6
  19. bpy/ops/dpaint/__init__.pyi +10 -10
  20. bpy/ops/ed/__init__.pyi +24 -24
  21. bpy/ops/export_anim/__init__.pyi +2 -2
  22. bpy/ops/export_scene/__init__.pyi +4 -4
  23. bpy/ops/extensions/__init__.pyi +68 -68
  24. bpy/ops/file/__init__.pyi +80 -80
  25. bpy/ops/fluid/__init__.pyi +28 -28
  26. bpy/ops/font/__init__.pyi +46 -46
  27. bpy/ops/geometry/__init__.pyi +20 -20
  28. bpy/ops/gizmogroup/__init__.pyi +4 -4
  29. bpy/ops/gpencil/__init__.pyi +284 -284
  30. bpy/ops/graph/__init__.pyi +130 -130
  31. bpy/ops/grease_pencil/__init__.pyi +166 -166
  32. bpy/ops/image/__init__.pyi +98 -98
  33. bpy/ops/import_anim/__init__.pyi +2 -2
  34. bpy/ops/import_curve/__init__.pyi +2 -2
  35. bpy/ops/import_scene/__init__.pyi +4 -4
  36. bpy/ops/info/__init__.pyi +14 -14
  37. bpy/ops/lattice/__init__.pyi +16 -16
  38. bpy/ops/marker/__init__.pyi +22 -22
  39. bpy/ops/mask/__init__.pyi +78 -78
  40. bpy/ops/material/__init__.pyi +6 -6
  41. bpy/ops/mball/__init__.pyi +16 -16
  42. bpy/ops/mesh/__init__.pyi +326 -326
  43. bpy/ops/nla/__init__.pyi +78 -78
  44. bpy/ops/node/__init__.pyi +208 -208
  45. bpy/ops/object/__init__.pyi +473 -473
  46. bpy/ops/outliner/__init__.pyi +142 -142
  47. bpy/ops/paint/__init__.pyi +108 -108
  48. bpy/ops/paintcurve/__init__.pyi +16 -16
  49. bpy/ops/palette/__init__.pyi +14 -14
  50. bpy/ops/particle/__init__.pyi +72 -72
  51. bpy/ops/pose/__init__.pyi +102 -102
  52. bpy/ops/poselib/__init__.pyi +18 -18
  53. bpy/ops/preferences/__init__.pyi +70 -70
  54. bpy/ops/ptcache/__init__.pyi +14 -14
  55. bpy/ops/render/__init__.pyi +26 -26
  56. bpy/ops/rigidbody/__init__.pyi +26 -26
  57. bpy/ops/scene/__init__.pyi +74 -74
  58. bpy/ops/screen/__init__.pyi +78 -78
  59. bpy/ops/script/__init__.pyi +6 -6
  60. bpy/ops/sculpt/__init__.pyi +72 -72
  61. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  62. bpy/ops/sequencer/__init__.pyi +174 -174
  63. bpy/ops/sound/__init__.pyi +14 -14
  64. bpy/ops/spreadsheet/__init__.pyi +8 -8
  65. bpy/ops/surface/__init__.pyi +12 -12
  66. bpy/ops/text/__init__.pyi +86 -86
  67. bpy/ops/text_editor/__init__.pyi +2 -2
  68. bpy/ops/texture/__init__.pyi +8 -8
  69. bpy/ops/transform/__init__.pyi +54 -54
  70. bpy/ops/ui/__init__.pyi +64 -64
  71. bpy/ops/uilist/__init__.pyi +6 -6
  72. bpy/ops/uv/__init__.pyi +98 -98
  73. bpy/ops/view2d/__init__.pyi +28 -28
  74. bpy/ops/view3d/__init__.pyi +134 -134
  75. bpy/ops/wm/__init__.pyi +226 -226
  76. bpy/ops/workspace/__init__.pyi +14 -14
  77. bpy/ops/world/__init__.pyi +4 -4
  78. bpy/types/__init__.pyi +52 -36
  79. {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/METADATA +1 -1
  80. {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/RECORD +83 -83
  81. {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/WHEEL +1 -1
  82. freestyle/utils/__init__.pyi +1 -1
  83. {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/top_level.txt +0 -0
bpy/ops/anim/__init__.pyi CHANGED
@@ -7,7 +7,7 @@ GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
9
  def change_frame(
10
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
10
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
11
11
  execution_context: int | str | None = None,
12
12
  undo: bool | None = None,
13
13
  *,
@@ -16,7 +16,7 @@ def change_frame(
16
16
  ):
17
17
  """Interactively change the current frame number
18
18
 
19
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
19
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
20
20
  :type execution_context: int | str | None
21
21
  :type undo: bool | None
22
22
  :param frame: Frame
@@ -28,7 +28,7 @@ def change_frame(
28
28
  ...
29
29
 
30
30
  def channel_select_keys(
31
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
31
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
32
32
  execution_context: int | str | None = None,
33
33
  undo: bool | None = None,
34
34
  *,
@@ -36,7 +36,7 @@ def channel_select_keys(
36
36
  ):
37
37
  """Select all keyframes of channel under mouse
38
38
 
39
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
39
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
40
40
  :type execution_context: int | str | None
41
41
  :type undo: bool | None
42
42
  :param extend: Extend, Extend selection
@@ -46,7 +46,7 @@ def channel_select_keys(
46
46
  ...
47
47
 
48
48
  def channel_view_pick(
49
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
49
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
50
50
  execution_context: int | str | None = None,
51
51
  undo: bool | None = None,
52
52
  *,
@@ -55,7 +55,7 @@ def channel_view_pick(
55
55
  ):
56
56
  """Reset viewable area to show the channel under the cursor
57
57
 
58
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
58
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
59
59
  :type execution_context: int | str | None
60
60
  :type undo: bool | None
61
61
  :param include_handles: Include Handles, Include handles of keyframes when calculating extents
@@ -67,7 +67,7 @@ def channel_view_pick(
67
67
  ...
68
68
 
69
69
  def channels_bake(
70
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
70
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
71
71
  execution_context: int | str | None = None,
72
72
  undo: bool | None = None,
73
73
  *,
@@ -79,7 +79,7 @@ def channels_bake(
79
79
  ):
80
80
  """Create keyframes following the current shape of F-Curves of selected channels
81
81
 
82
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
82
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
83
83
  :type execution_context: int | str | None
84
84
  :type undo: bool | None
85
85
  :param range: Frame Range, The range in which to create new keys
@@ -106,13 +106,13 @@ def channels_bake(
106
106
  ...
107
107
 
108
108
  def channels_clean_empty(
109
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
109
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
110
110
  execution_context: int | str | None = None,
111
111
  undo: bool | None = None,
112
112
  ):
113
113
  """Delete all empty animation data containers from visible data-blocks
114
114
 
115
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
115
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
116
116
  :type execution_context: int | str | None
117
117
  :type undo: bool | None
118
118
  """
@@ -120,7 +120,7 @@ def channels_clean_empty(
120
120
  ...
121
121
 
122
122
  def channels_click(
123
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
123
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
124
124
  execution_context: int | str | None = None,
125
125
  undo: bool | None = None,
126
126
  *,
@@ -130,7 +130,7 @@ def channels_click(
130
130
  ):
131
131
  """Handle mouse clicks over animation channels
132
132
 
133
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
133
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
134
134
  :type execution_context: int | str | None
135
135
  :type undo: bool | None
136
136
  :param extend: Extend Select
@@ -144,7 +144,7 @@ def channels_click(
144
144
  ...
145
145
 
146
146
  def channels_collapse(
147
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
147
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
148
148
  execution_context: int | str | None = None,
149
149
  undo: bool | None = None,
150
150
  *,
@@ -152,7 +152,7 @@ def channels_collapse(
152
152
  ):
153
153
  """Collapse (close) all selected expandable animation channels
154
154
 
155
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
155
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
156
156
  :type execution_context: int | str | None
157
157
  :type undo: bool | None
158
158
  :param all: All, Collapse all channels (not just selected ones)
@@ -162,13 +162,13 @@ def channels_collapse(
162
162
  ...
163
163
 
164
164
  def channels_delete(
165
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
165
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
166
166
  execution_context: int | str | None = None,
167
167
  undo: bool | None = None,
168
168
  ):
169
169
  """Delete all selected animation channels
170
170
 
171
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
171
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
172
172
  :type execution_context: int | str | None
173
173
  :type undo: bool | None
174
174
  """
@@ -176,7 +176,7 @@ def channels_delete(
176
176
  ...
177
177
 
178
178
  def channels_editable_toggle(
179
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
179
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
180
180
  execution_context: int | str | None = None,
181
181
  undo: bool | None = None,
182
182
  *,
@@ -185,7 +185,7 @@ def channels_editable_toggle(
185
185
  ):
186
186
  """Toggle editability of selected channels
187
187
 
188
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
188
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
189
189
  :type execution_context: int | str | None
190
190
  :type undo: bool | None
191
191
  :param mode: Mode
@@ -197,7 +197,7 @@ def channels_editable_toggle(
197
197
  ...
198
198
 
199
199
  def channels_expand(
200
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
200
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
201
201
  execution_context: int | str | None = None,
202
202
  undo: bool | None = None,
203
203
  *,
@@ -205,7 +205,7 @@ def channels_expand(
205
205
  ):
206
206
  """Expand (open) all selected expandable animation channels
207
207
 
208
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
208
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
209
209
  :type execution_context: int | str | None
210
210
  :type undo: bool | None
211
211
  :param all: All, Expand all channels (not just selected ones)
@@ -215,13 +215,13 @@ def channels_expand(
215
215
  ...
216
216
 
217
217
  def channels_fcurves_enable(
218
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
218
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
219
219
  execution_context: int | str | None = None,
220
220
  undo: bool | None = None,
221
221
  ):
222
222
  """Clear 'disabled' tag from all F-Curves to get broken F-Curves working again
223
223
 
224
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
224
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
225
225
  :type execution_context: int | str | None
226
226
  :type undo: bool | None
227
227
  """
@@ -229,7 +229,7 @@ def channels_fcurves_enable(
229
229
  ...
230
230
 
231
231
  def channels_group(
232
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
232
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
233
233
  execution_context: int | str | None = None,
234
234
  undo: bool | None = None,
235
235
  *,
@@ -237,7 +237,7 @@ def channels_group(
237
237
  ):
238
238
  """Add selected F-Curves to a new group
239
239
 
240
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
240
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
241
241
  :type execution_context: int | str | None
242
242
  :type undo: bool | None
243
243
  :param name: Name, Name of newly created group
@@ -247,7 +247,7 @@ def channels_group(
247
247
  ...
248
248
 
249
249
  def channels_move(
250
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
250
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
251
251
  execution_context: int | str | None = None,
252
252
  undo: bool | None = None,
253
253
  *,
@@ -255,7 +255,7 @@ def channels_move(
255
255
  ):
256
256
  """Rearrange selected animation channels
257
257
 
258
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
258
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
259
259
  :type execution_context: int | str | None
260
260
  :type undo: bool | None
261
261
  :param direction: Direction
@@ -265,13 +265,13 @@ def channels_move(
265
265
  ...
266
266
 
267
267
  def channels_rename(
268
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
268
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
269
269
  execution_context: int | str | None = None,
270
270
  undo: bool | None = None,
271
271
  ):
272
272
  """Rename animation channel under mouse
273
273
 
274
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
274
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
275
275
  :type execution_context: int | str | None
276
276
  :type undo: bool | None
277
277
  """
@@ -279,7 +279,7 @@ def channels_rename(
279
279
  ...
280
280
 
281
281
  def channels_select_all(
282
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
282
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
283
283
  execution_context: int | str | None = None,
284
284
  undo: bool | None = None,
285
285
  *,
@@ -287,7 +287,7 @@ def channels_select_all(
287
287
  ):
288
288
  """Toggle selection of all animation channels
289
289
 
290
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
290
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
291
291
  :type execution_context: int | str | None
292
292
  :type undo: bool | None
293
293
  :param action: Action, Selection action to execute
@@ -309,7 +309,7 @@ def channels_select_all(
309
309
  ...
310
310
 
311
311
  def channels_select_box(
312
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
312
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
313
313
  execution_context: int | str | None = None,
314
314
  undo: bool | None = None,
315
315
  *,
@@ -323,7 +323,7 @@ def channels_select_box(
323
323
  ):
324
324
  """Select all animation channels within the specified region
325
325
 
326
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
326
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
327
327
  :type execution_context: int | str | None
328
328
  :type undo: bool | None
329
329
  :param xmin: X Min
@@ -345,13 +345,13 @@ def channels_select_box(
345
345
  ...
346
346
 
347
347
  def channels_select_filter(
348
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
348
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
349
349
  execution_context: int | str | None = None,
350
350
  undo: bool | None = None,
351
351
  ):
352
352
  """Start entering text which filters the set of channels shown to only include those with matching names
353
353
 
354
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
354
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
355
355
  :type execution_context: int | str | None
356
356
  :type undo: bool | None
357
357
  """
@@ -359,7 +359,7 @@ def channels_select_filter(
359
359
  ...
360
360
 
361
361
  def channels_setting_disable(
362
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
362
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
363
363
  execution_context: int | str | None = None,
364
364
  undo: bool | None = None,
365
365
  *,
@@ -368,7 +368,7 @@ def channels_setting_disable(
368
368
  ):
369
369
  """Disable specified setting on all selected animation channels
370
370
 
371
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
371
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
372
372
  :type execution_context: int | str | None
373
373
  :type undo: bool | None
374
374
  :param mode: Mode
@@ -380,7 +380,7 @@ def channels_setting_disable(
380
380
  ...
381
381
 
382
382
  def channels_setting_enable(
383
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
383
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
384
384
  execution_context: int | str | None = None,
385
385
  undo: bool | None = None,
386
386
  *,
@@ -389,7 +389,7 @@ def channels_setting_enable(
389
389
  ):
390
390
  """Enable specified setting on all selected animation channels
391
391
 
392
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
392
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
393
393
  :type execution_context: int | str | None
394
394
  :type undo: bool | None
395
395
  :param mode: Mode
@@ -401,7 +401,7 @@ def channels_setting_enable(
401
401
  ...
402
402
 
403
403
  def channels_setting_toggle(
404
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
404
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
405
405
  execution_context: int | str | None = None,
406
406
  undo: bool | None = None,
407
407
  *,
@@ -410,7 +410,7 @@ def channels_setting_toggle(
410
410
  ):
411
411
  """Toggle specified setting on all selected animation channels
412
412
 
413
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
413
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
414
414
  :type execution_context: int | str | None
415
415
  :type undo: bool | None
416
416
  :param mode: Mode
@@ -422,13 +422,13 @@ def channels_setting_toggle(
422
422
  ...
423
423
 
424
424
  def channels_ungroup(
425
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
425
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
426
426
  execution_context: int | str | None = None,
427
427
  undo: bool | None = None,
428
428
  ):
429
429
  """Remove selected F-Curves from their current groups
430
430
 
431
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
431
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
432
432
  :type execution_context: int | str | None
433
433
  :type undo: bool | None
434
434
  """
@@ -436,7 +436,7 @@ def channels_ungroup(
436
436
  ...
437
437
 
438
438
  def channels_view_selected(
439
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
439
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
440
440
  execution_context: int | str | None = None,
441
441
  undo: bool | None = None,
442
442
  *,
@@ -445,7 +445,7 @@ def channels_view_selected(
445
445
  ):
446
446
  """Reset viewable area to show the selected channels
447
447
 
448
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
448
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
449
449
  :type execution_context: int | str | None
450
450
  :type undo: bool | None
451
451
  :param include_handles: Include Handles, Include handles of keyframes when calculating extents
@@ -457,7 +457,7 @@ def channels_view_selected(
457
457
  ...
458
458
 
459
459
  def clear_useless_actions(
460
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
460
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
461
461
  execution_context: int | str | None = None,
462
462
  undo: bool | None = None,
463
463
  *,
@@ -465,7 +465,7 @@ def clear_useless_actions(
465
465
  ):
466
466
  """Mark actions with no F-Curves for deletion after save and reload of file preserving "action libraries"
467
467
 
468
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
468
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
469
469
  :type execution_context: int | str | None
470
470
  :type undo: bool | None
471
471
  :param only_unused: Only Unused, Only unused (Fake User only) actions get considered
@@ -475,13 +475,13 @@ def clear_useless_actions(
475
475
  ...
476
476
 
477
477
  def convert_legacy_action(
478
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
478
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
479
479
  execution_context: int | str | None = None,
480
480
  undo: bool | None = None,
481
481
  ):
482
482
  """Convert a legacy Action to a layered Action on the active object
483
483
 
484
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
484
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
485
485
  :type execution_context: int | str | None
486
486
  :type undo: bool | None
487
487
  """
@@ -489,13 +489,13 @@ def convert_legacy_action(
489
489
  ...
490
490
 
491
491
  def copy_driver_button(
492
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
492
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
493
493
  execution_context: int | str | None = None,
494
494
  undo: bool | None = None,
495
495
  ):
496
496
  """Copy the driver for the highlighted button
497
497
 
498
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
498
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
499
499
  :type execution_context: int | str | None
500
500
  :type undo: bool | None
501
501
  """
@@ -503,13 +503,13 @@ def copy_driver_button(
503
503
  ...
504
504
 
505
505
  def driver_button_add(
506
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
506
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
507
507
  execution_context: int | str | None = None,
508
508
  undo: bool | None = None,
509
509
  ):
510
510
  """Add driver for the property under the cursor
511
511
 
512
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
512
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
513
513
  :type execution_context: int | str | None
514
514
  :type undo: bool | None
515
515
  """
@@ -517,13 +517,13 @@ def driver_button_add(
517
517
  ...
518
518
 
519
519
  def driver_button_edit(
520
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
520
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
521
521
  execution_context: int | str | None = None,
522
522
  undo: bool | None = None,
523
523
  ):
524
524
  """Edit the drivers for the connected property represented by the highlighted button
525
525
 
526
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
526
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
527
527
  :type execution_context: int | str | None
528
528
  :type undo: bool | None
529
529
  """
@@ -531,7 +531,7 @@ def driver_button_edit(
531
531
  ...
532
532
 
533
533
  def driver_button_remove(
534
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
534
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
535
535
  execution_context: int | str | None = None,
536
536
  undo: bool | None = None,
537
537
  *,
@@ -539,7 +539,7 @@ def driver_button_remove(
539
539
  ):
540
540
  """Remove the driver(s) for the connected property(s) represented by the highlighted button
541
541
 
542
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
542
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
543
543
  :type execution_context: int | str | None
544
544
  :type undo: bool | None
545
545
  :param all: All, Delete drivers for all elements of the array
@@ -549,13 +549,13 @@ def driver_button_remove(
549
549
  ...
550
550
 
551
551
  def end_frame_set(
552
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
552
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
553
553
  execution_context: int | str | None = None,
554
554
  undo: bool | None = None,
555
555
  ):
556
556
  """Set the current frame as the preview or scene end frame
557
557
 
558
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
558
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
559
559
  :type execution_context: int | str | None
560
560
  :type undo: bool | None
561
561
  """
@@ -563,7 +563,7 @@ def end_frame_set(
563
563
  ...
564
564
 
565
565
  def keyframe_clear_button(
566
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
566
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
567
567
  execution_context: int | str | None = None,
568
568
  undo: bool | None = None,
569
569
  *,
@@ -571,7 +571,7 @@ def keyframe_clear_button(
571
571
  ):
572
572
  """Clear all keyframes on the currently active property
573
573
 
574
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
574
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
575
575
  :type execution_context: int | str | None
576
576
  :type undo: bool | None
577
577
  :param all: All, Clear keyframes from all elements of the array
@@ -581,7 +581,7 @@ def keyframe_clear_button(
581
581
  ...
582
582
 
583
583
  def keyframe_clear_v3d(
584
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
584
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
585
585
  execution_context: int | str | None = None,
586
586
  undo: bool | None = None,
587
587
  *,
@@ -589,7 +589,7 @@ def keyframe_clear_v3d(
589
589
  ):
590
590
  """Remove all keyframe animation for selected objects
591
591
 
592
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
592
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
593
593
  :type execution_context: int | str | None
594
594
  :type undo: bool | None
595
595
  :param confirm: Confirm, Prompt for confirmation
@@ -599,7 +599,7 @@ def keyframe_clear_v3d(
599
599
  ...
600
600
 
601
601
  def keyframe_delete(
602
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
602
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
603
603
  execution_context: int | str | None = None,
604
604
  undo: bool | None = None,
605
605
  *,
@@ -607,7 +607,7 @@ def keyframe_delete(
607
607
  ):
608
608
  """Delete keyframes on the current frame for all properties in the specified Keying Set
609
609
 
610
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
610
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
611
611
  :type execution_context: int | str | None
612
612
  :type undo: bool | None
613
613
  :param type: Keying Set, The Keying Set to use
@@ -617,7 +617,7 @@ def keyframe_delete(
617
617
  ...
618
618
 
619
619
  def keyframe_delete_button(
620
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
620
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
621
621
  execution_context: int | str | None = None,
622
622
  undo: bool | None = None,
623
623
  *,
@@ -625,7 +625,7 @@ def keyframe_delete_button(
625
625
  ):
626
626
  """Delete current keyframe of current UI-active property
627
627
 
628
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
628
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
629
629
  :type execution_context: int | str | None
630
630
  :type undo: bool | None
631
631
  :param all: All, Delete keyframes from all elements of the array
@@ -635,7 +635,7 @@ def keyframe_delete_button(
635
635
  ...
636
636
 
637
637
  def keyframe_delete_by_name(
638
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
638
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
639
639
  execution_context: int | str | None = None,
640
640
  undo: bool | None = None,
641
641
  *,
@@ -643,7 +643,7 @@ def keyframe_delete_by_name(
643
643
  ):
644
644
  """Alternate access to 'Delete Keyframe' for keymaps to use
645
645
 
646
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
646
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
647
647
  :type execution_context: int | str | None
648
648
  :type undo: bool | None
649
649
  :param type: Keying Set, The Keying Set to use
@@ -653,7 +653,7 @@ def keyframe_delete_by_name(
653
653
  ...
654
654
 
655
655
  def keyframe_delete_v3d(
656
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
656
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
657
657
  execution_context: int | str | None = None,
658
658
  undo: bool | None = None,
659
659
  *,
@@ -661,7 +661,7 @@ def keyframe_delete_v3d(
661
661
  ):
662
662
  """Remove keyframes on current frame for selected objects and bones
663
663
 
664
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
664
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
665
665
  :type execution_context: int | str | None
666
666
  :type undo: bool | None
667
667
  :param confirm: Confirm, Prompt for confirmation
@@ -671,7 +671,7 @@ def keyframe_delete_v3d(
671
671
  ...
672
672
 
673
673
  def keyframe_insert(
674
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
674
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
675
675
  execution_context: int | str | None = None,
676
676
  undo: bool | None = None,
677
677
  *,
@@ -679,7 +679,7 @@ def keyframe_insert(
679
679
  ):
680
680
  """Insert keyframes on the current frame using either the active keying set, or the user preferences if no keying set is active
681
681
 
682
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
682
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
683
683
  :type execution_context: int | str | None
684
684
  :type undo: bool | None
685
685
  :param type: Keying Set, The Keying Set to use
@@ -689,7 +689,7 @@ def keyframe_insert(
689
689
  ...
690
690
 
691
691
  def keyframe_insert_button(
692
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
692
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
693
693
  execution_context: int | str | None = None,
694
694
  undo: bool | None = None,
695
695
  *,
@@ -697,7 +697,7 @@ def keyframe_insert_button(
697
697
  ):
698
698
  """Insert a keyframe for current UI-active property
699
699
 
700
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
700
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
701
701
  :type execution_context: int | str | None
702
702
  :type undo: bool | None
703
703
  :param all: All, Insert a keyframe for all element of the array
@@ -707,7 +707,7 @@ def keyframe_insert_button(
707
707
  ...
708
708
 
709
709
  def keyframe_insert_by_name(
710
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
710
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
711
711
  execution_context: int | str | None = None,
712
712
  undo: bool | None = None,
713
713
  *,
@@ -715,7 +715,7 @@ def keyframe_insert_by_name(
715
715
  ):
716
716
  """Alternate access to 'Insert Keyframe' for keymaps to use
717
717
 
718
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
718
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
719
719
  :type execution_context: int | str | None
720
720
  :type undo: bool | None
721
721
  :param type: Keying Set, The Keying Set to use
@@ -725,7 +725,7 @@ def keyframe_insert_by_name(
725
725
  ...
726
726
 
727
727
  def keyframe_insert_menu(
728
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
728
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
729
729
  execution_context: int | str | None = None,
730
730
  undo: bool | None = None,
731
731
  *,
@@ -734,7 +734,7 @@ def keyframe_insert_menu(
734
734
  ):
735
735
  """Insert Keyframes for specified Keying Set, with menu of available Keying Sets if undefined
736
736
 
737
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
737
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
738
738
  :type execution_context: int | str | None
739
739
  :type undo: bool | None
740
740
  :param type: Keying Set, The Keying Set to use
@@ -746,7 +746,7 @@ def keyframe_insert_menu(
746
746
  ...
747
747
 
748
748
  def keying_set_active_set(
749
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
749
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
750
750
  execution_context: int | str | None = None,
751
751
  undo: bool | None = None,
752
752
  *,
@@ -754,7 +754,7 @@ def keying_set_active_set(
754
754
  ):
755
755
  """Set a new active keying set
756
756
 
757
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
757
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
758
758
  :type execution_context: int | str | None
759
759
  :type undo: bool | None
760
760
  :param type: Keying Set, The Keying Set to use
@@ -764,13 +764,13 @@ def keying_set_active_set(
764
764
  ...
765
765
 
766
766
  def keying_set_add(
767
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
767
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
768
768
  execution_context: int | str | None = None,
769
769
  undo: bool | None = None,
770
770
  ):
771
771
  """Add a new (empty) keying set to the active Scene
772
772
 
773
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
773
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
774
774
  :type execution_context: int | str | None
775
775
  :type undo: bool | None
776
776
  """
@@ -778,7 +778,7 @@ def keying_set_add(
778
778
  ...
779
779
 
780
780
  def keying_set_export(
781
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
781
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
782
782
  execution_context: int | str | None = None,
783
783
  undo: bool | None = None,
784
784
  *,
@@ -789,7 +789,7 @@ def keying_set_export(
789
789
  ):
790
790
  """Export Keying Set to a Python script
791
791
 
792
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
792
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
793
793
  :type execution_context: int | str | None
794
794
  :type undo: bool | None
795
795
  :param filepath: filepath
@@ -805,13 +805,13 @@ def keying_set_export(
805
805
  ...
806
806
 
807
807
  def keying_set_path_add(
808
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
808
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
809
809
  execution_context: int | str | None = None,
810
810
  undo: bool | None = None,
811
811
  ):
812
812
  """Add empty path to active keying set
813
813
 
814
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
814
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
815
815
  :type execution_context: int | str | None
816
816
  :type undo: bool | None
817
817
  """
@@ -819,13 +819,13 @@ def keying_set_path_add(
819
819
  ...
820
820
 
821
821
  def keying_set_path_remove(
822
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
822
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
823
823
  execution_context: int | str | None = None,
824
824
  undo: bool | None = None,
825
825
  ):
826
826
  """Remove active Path from active keying set
827
827
 
828
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
828
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
829
829
  :type execution_context: int | str | None
830
830
  :type undo: bool | None
831
831
  """
@@ -833,13 +833,13 @@ def keying_set_path_remove(
833
833
  ...
834
834
 
835
835
  def keying_set_remove(
836
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
836
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
837
837
  execution_context: int | str | None = None,
838
838
  undo: bool | None = None,
839
839
  ):
840
840
  """Remove the active keying set
841
841
 
842
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
842
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
843
843
  :type execution_context: int | str | None
844
844
  :type undo: bool | None
845
845
  """
@@ -847,7 +847,7 @@ def keying_set_remove(
847
847
  ...
848
848
 
849
849
  def keyingset_button_add(
850
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
850
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
851
851
  execution_context: int | str | None = None,
852
852
  undo: bool | None = None,
853
853
  *,
@@ -855,7 +855,7 @@ def keyingset_button_add(
855
855
  ):
856
856
  """Add current UI-active property to current keying set
857
857
 
858
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
858
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
859
859
  :type execution_context: int | str | None
860
860
  :type undo: bool | None
861
861
  :param all: All, Add all elements of the array to a Keying Set
@@ -865,13 +865,13 @@ def keyingset_button_add(
865
865
  ...
866
866
 
867
867
  def keyingset_button_remove(
868
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
868
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
869
869
  execution_context: int | str | None = None,
870
870
  undo: bool | None = None,
871
871
  ):
872
872
  """Remove current UI-active property from current keying set
873
873
 
874
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
874
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
875
875
  :type execution_context: int | str | None
876
876
  :type undo: bool | None
877
877
  """
@@ -879,13 +879,13 @@ def keyingset_button_remove(
879
879
  ...
880
880
 
881
881
  def paste_driver_button(
882
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
882
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
883
883
  execution_context: int | str | None = None,
884
884
  undo: bool | None = None,
885
885
  ):
886
886
  """Paste the driver in the internal clipboard to the highlighted button
887
887
 
888
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
888
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
889
889
  :type execution_context: int | str | None
890
890
  :type undo: bool | None
891
891
  """
@@ -893,13 +893,13 @@ def paste_driver_button(
893
893
  ...
894
894
 
895
895
  def previewrange_clear(
896
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
896
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
897
897
  execution_context: int | str | None = None,
898
898
  undo: bool | None = None,
899
899
  ):
900
900
  """Clear preview range
901
901
 
902
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
902
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
903
903
  :type execution_context: int | str | None
904
904
  :type undo: bool | None
905
905
  """
@@ -907,7 +907,7 @@ def previewrange_clear(
907
907
  ...
908
908
 
909
909
  def previewrange_set(
910
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
910
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
911
911
  execution_context: int | str | None = None,
912
912
  undo: bool | None = None,
913
913
  *,
@@ -919,7 +919,7 @@ def previewrange_set(
919
919
  ):
920
920
  """Interactively define frame range used for playback
921
921
 
922
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
922
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
923
923
  :type execution_context: int | str | None
924
924
  :type undo: bool | None
925
925
  :param xmin: X Min
@@ -937,13 +937,13 @@ def previewrange_set(
937
937
  ...
938
938
 
939
939
  def scene_range_frame(
940
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
940
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
941
941
  execution_context: int | str | None = None,
942
942
  undo: bool | None = None,
943
943
  ):
944
944
  """Reset the horizontal view to the current scene frame range, taking the preview range into account if it is active
945
945
 
946
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
946
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
947
947
  :type execution_context: int | str | None
948
948
  :type undo: bool | None
949
949
  """
@@ -951,13 +951,13 @@ def scene_range_frame(
951
951
  ...
952
952
 
953
953
  def slot_unassign_object(
954
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
954
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
955
955
  execution_context: int | str | None = None,
956
956
  undo: bool | None = None,
957
957
  ):
958
958
  """Clear the assigned action slot, effectively making this data-block non-animated
959
959
 
960
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
960
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
961
961
  :type execution_context: int | str | None
962
962
  :type undo: bool | None
963
963
  """
@@ -965,13 +965,13 @@ def slot_unassign_object(
965
965
  ...
966
966
 
967
967
  def start_frame_set(
968
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
968
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
969
969
  execution_context: int | str | None = None,
970
970
  undo: bool | None = None,
971
971
  ):
972
972
  """Set the current frame as the preview or scene start frame
973
973
 
974
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
974
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
975
975
  :type execution_context: int | str | None
976
976
  :type undo: bool | None
977
977
  """
@@ -979,7 +979,7 @@ def start_frame_set(
979
979
  ...
980
980
 
981
981
  def update_animated_transform_constraints(
982
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
982
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
983
983
  execution_context: int | str | None = None,
984
984
  undo: bool | None = None,
985
985
  *,
@@ -987,7 +987,7 @@ def update_animated_transform_constraints(
987
987
  ):
988
988
  """Update f-curves/drivers affecting Transform constraints (use it with files from 2.70 and earlier)
989
989
 
990
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
990
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
991
991
  :type execution_context: int | str | None
992
992
  :type undo: bool | None
993
993
  :param use_convert_to_radians: Convert to Radians, Convert f-curves/drivers affecting rotations to radians.Warning: Use this only once
@@ -997,7 +997,7 @@ def update_animated_transform_constraints(
997
997
  ...
998
998
 
999
999
  def view_curve_in_graph_editor(
1000
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1000
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1001
1001
  execution_context: int | str | None = None,
1002
1002
  undo: bool | None = None,
1003
1003
  *,
@@ -1006,7 +1006,7 @@ def view_curve_in_graph_editor(
1006
1006
  ):
1007
1007
  """Frame the property under the cursor in the Graph Editor
1008
1008
 
1009
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1009
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1010
1010
  :type execution_context: int | str | None
1011
1011
  :type undo: bool | None
1012
1012
  :param all: Show All, Frame the whole array property instead of only the index under the cursor