fake-bpy-module 20240811__py3-none-any.whl → 20240813__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (83) hide show
  1. bl_ui/space_view3d/__init__.pyi +31 -0
  2. bpy/ops/action/__init__.pyi +76 -76
  3. bpy/ops/anim/__init__.pyi +110 -110
  4. bpy/ops/armature/__init__.pyi +96 -96
  5. bpy/ops/asset/__init__.pyi +32 -32
  6. bpy/ops/boid/__init__.pyi +16 -16
  7. bpy/ops/brush/__init__.pyi +26 -26
  8. bpy/ops/buttons/__init__.pyi +12 -12
  9. bpy/ops/cachefile/__init__.pyi +10 -10
  10. bpy/ops/camera/__init__.pyi +4 -4
  11. bpy/ops/clip/__init__.pyi +184 -184
  12. bpy/ops/cloth/__init__.pyi +2 -2
  13. bpy/ops/collection/__init__.pyi +18 -18
  14. bpy/ops/console/__init__.pyi +42 -42
  15. bpy/ops/constraint/__init__.pyi +36 -36
  16. bpy/ops/curve/__init__.pyi +102 -102
  17. bpy/ops/curves/__init__.pyi +54 -54
  18. bpy/ops/cycles/__init__.pyi +6 -6
  19. bpy/ops/dpaint/__init__.pyi +10 -10
  20. bpy/ops/ed/__init__.pyi +24 -24
  21. bpy/ops/export_anim/__init__.pyi +2 -2
  22. bpy/ops/export_scene/__init__.pyi +4 -4
  23. bpy/ops/extensions/__init__.pyi +68 -68
  24. bpy/ops/file/__init__.pyi +80 -80
  25. bpy/ops/fluid/__init__.pyi +28 -28
  26. bpy/ops/font/__init__.pyi +46 -46
  27. bpy/ops/geometry/__init__.pyi +20 -20
  28. bpy/ops/gizmogroup/__init__.pyi +4 -4
  29. bpy/ops/gpencil/__init__.pyi +284 -284
  30. bpy/ops/graph/__init__.pyi +130 -130
  31. bpy/ops/grease_pencil/__init__.pyi +166 -166
  32. bpy/ops/image/__init__.pyi +98 -98
  33. bpy/ops/import_anim/__init__.pyi +2 -2
  34. bpy/ops/import_curve/__init__.pyi +2 -2
  35. bpy/ops/import_scene/__init__.pyi +4 -4
  36. bpy/ops/info/__init__.pyi +14 -14
  37. bpy/ops/lattice/__init__.pyi +16 -16
  38. bpy/ops/marker/__init__.pyi +22 -22
  39. bpy/ops/mask/__init__.pyi +78 -78
  40. bpy/ops/material/__init__.pyi +6 -6
  41. bpy/ops/mball/__init__.pyi +16 -16
  42. bpy/ops/mesh/__init__.pyi +326 -326
  43. bpy/ops/nla/__init__.pyi +78 -78
  44. bpy/ops/node/__init__.pyi +208 -208
  45. bpy/ops/object/__init__.pyi +473 -473
  46. bpy/ops/outliner/__init__.pyi +142 -142
  47. bpy/ops/paint/__init__.pyi +108 -108
  48. bpy/ops/paintcurve/__init__.pyi +16 -16
  49. bpy/ops/palette/__init__.pyi +14 -14
  50. bpy/ops/particle/__init__.pyi +72 -72
  51. bpy/ops/pose/__init__.pyi +102 -102
  52. bpy/ops/poselib/__init__.pyi +18 -18
  53. bpy/ops/preferences/__init__.pyi +70 -70
  54. bpy/ops/ptcache/__init__.pyi +14 -14
  55. bpy/ops/render/__init__.pyi +26 -26
  56. bpy/ops/rigidbody/__init__.pyi +26 -26
  57. bpy/ops/scene/__init__.pyi +74 -74
  58. bpy/ops/screen/__init__.pyi +78 -78
  59. bpy/ops/script/__init__.pyi +6 -6
  60. bpy/ops/sculpt/__init__.pyi +72 -72
  61. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  62. bpy/ops/sequencer/__init__.pyi +174 -174
  63. bpy/ops/sound/__init__.pyi +14 -14
  64. bpy/ops/spreadsheet/__init__.pyi +8 -8
  65. bpy/ops/surface/__init__.pyi +12 -12
  66. bpy/ops/text/__init__.pyi +86 -86
  67. bpy/ops/text_editor/__init__.pyi +2 -2
  68. bpy/ops/texture/__init__.pyi +8 -8
  69. bpy/ops/transform/__init__.pyi +54 -54
  70. bpy/ops/ui/__init__.pyi +64 -64
  71. bpy/ops/uilist/__init__.pyi +6 -6
  72. bpy/ops/uv/__init__.pyi +98 -98
  73. bpy/ops/view2d/__init__.pyi +28 -28
  74. bpy/ops/view3d/__init__.pyi +134 -134
  75. bpy/ops/wm/__init__.pyi +226 -226
  76. bpy/ops/workspace/__init__.pyi +14 -14
  77. bpy/ops/world/__init__.pyi +4 -4
  78. bpy/types/__init__.pyi +76 -64
  79. {fake_bpy_module-20240811.dist-info → fake_bpy_module-20240813.dist-info}/METADATA +1 -1
  80. {fake_bpy_module-20240811.dist-info → fake_bpy_module-20240813.dist-info}/RECORD +83 -83
  81. freestyle/utils/__init__.pyi +1 -1
  82. {fake_bpy_module-20240811.dist-info → fake_bpy_module-20240813.dist-info}/WHEEL +0 -0
  83. {fake_bpy_module-20240811.dist-info → fake_bpy_module-20240813.dist-info}/top_level.txt +0 -0
@@ -7,7 +7,7 @@ GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
9
  def action_set(
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
  *,
@@ -15,7 +15,7 @@ def action_set(
15
15
  ):
16
16
  """Change the active action used
17
17
 
18
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
18
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
19
19
  :type execution_context: int | str | None
20
20
  :type undo: bool | None
21
21
  :param action: Action
@@ -25,7 +25,7 @@ def action_set(
25
25
  ...
26
26
 
27
27
  def animdata_operation(
28
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
28
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
29
29
  execution_context: int | str | None = None,
30
30
  undo: bool | None = None,
31
31
  *,
@@ -36,7 +36,7 @@ def animdata_operation(
36
36
  ):
37
37
  """Undocumented, consider contributing.
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 type: Animation Operation
@@ -61,13 +61,13 @@ def animdata_operation(
61
61
  ...
62
62
 
63
63
  def clear_filter(
64
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
64
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
65
65
  execution_context: int | str | None = None,
66
66
  undo: bool | None = None,
67
67
  ):
68
68
  """Clear the search filter
69
69
 
70
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
70
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
71
71
  :type execution_context: int | str | None
72
72
  :type undo: bool | None
73
73
  """
@@ -75,7 +75,7 @@ def clear_filter(
75
75
  ...
76
76
 
77
77
  def collection_color_tag_set(
78
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
78
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
79
79
  execution_context: int | str | None = None,
80
80
  undo: bool | None = None,
81
81
  *,
@@ -94,7 +94,7 @@ def collection_color_tag_set(
94
94
  ):
95
95
  """Set a color tag for the selected collections
96
96
 
97
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
97
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
98
98
  :type execution_context: int | str | None
99
99
  :type undo: bool | None
100
100
  :param color: Color Tag
@@ -104,13 +104,13 @@ def collection_color_tag_set(
104
104
  ...
105
105
 
106
106
  def collection_disable(
107
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
107
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
108
108
  execution_context: int | str | None = None,
109
109
  undo: bool | None = None,
110
110
  ):
111
111
  """Disable viewport display in the view layers
112
112
 
113
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
113
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
114
114
  :type execution_context: int | str | None
115
115
  :type undo: bool | None
116
116
  """
@@ -118,13 +118,13 @@ def collection_disable(
118
118
  ...
119
119
 
120
120
  def collection_disable_render(
121
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
121
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
122
122
  execution_context: int | str | None = None,
123
123
  undo: bool | None = None,
124
124
  ):
125
125
  """Do not render this collection
126
126
 
127
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
127
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
128
128
  :type execution_context: int | str | None
129
129
  :type undo: bool | None
130
130
  """
@@ -132,13 +132,13 @@ def collection_disable_render(
132
132
  ...
133
133
 
134
134
  def collection_drop(
135
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
135
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
136
136
  execution_context: int | str | None = None,
137
137
  undo: bool | None = None,
138
138
  ):
139
139
  """Drag to move to collection in Outliner
140
140
 
141
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
141
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
142
142
  :type execution_context: int | str | None
143
143
  :type undo: bool | None
144
144
  """
@@ -146,13 +146,13 @@ def collection_drop(
146
146
  ...
147
147
 
148
148
  def collection_duplicate(
149
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
149
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
150
150
  execution_context: int | str | None = None,
151
151
  undo: bool | None = None,
152
152
  ):
153
153
  """Recursively duplicate the collection, all its children, objects and object data
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
  """
@@ -160,13 +160,13 @@ def collection_duplicate(
160
160
  ...
161
161
 
162
162
  def collection_duplicate_linked(
163
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
163
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
164
164
  execution_context: int | str | None = None,
165
165
  undo: bool | None = None,
166
166
  ):
167
167
  """Recursively duplicate the collection, all its children and objects, with linked object data
168
168
 
169
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
169
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
170
170
  :type execution_context: int | str | None
171
171
  :type undo: bool | None
172
172
  """
@@ -174,13 +174,13 @@ def collection_duplicate_linked(
174
174
  ...
175
175
 
176
176
  def collection_enable(
177
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
177
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
178
178
  execution_context: int | str | None = None,
179
179
  undo: bool | None = None,
180
180
  ):
181
181
  """Enable viewport display in the view layers
182
182
 
183
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
183
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
184
184
  :type execution_context: int | str | None
185
185
  :type undo: bool | None
186
186
  """
@@ -188,13 +188,13 @@ def collection_enable(
188
188
  ...
189
189
 
190
190
  def collection_enable_render(
191
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
191
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
192
192
  execution_context: int | str | None = None,
193
193
  undo: bool | None = None,
194
194
  ):
195
195
  """Render the collection
196
196
 
197
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
197
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
198
198
  :type execution_context: int | str | None
199
199
  :type undo: bool | None
200
200
  """
@@ -202,13 +202,13 @@ def collection_enable_render(
202
202
  ...
203
203
 
204
204
  def collection_exclude_clear(
205
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
205
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
206
206
  execution_context: int | str | None = None,
207
207
  undo: bool | None = None,
208
208
  ):
209
209
  """Include collection in the active view layer
210
210
 
211
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
211
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
212
212
  :type execution_context: int | str | None
213
213
  :type undo: bool | None
214
214
  """
@@ -216,13 +216,13 @@ def collection_exclude_clear(
216
216
  ...
217
217
 
218
218
  def collection_exclude_set(
219
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
219
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
220
220
  execution_context: int | str | None = None,
221
221
  undo: bool | None = None,
222
222
  ):
223
223
  """Exclude collection from the active view layer
224
224
 
225
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
225
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
226
226
  :type execution_context: int | str | None
227
227
  :type undo: bool | None
228
228
  """
@@ -230,13 +230,13 @@ def collection_exclude_set(
230
230
  ...
231
231
 
232
232
  def collection_hide(
233
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
233
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
234
234
  execution_context: int | str | None = None,
235
235
  undo: bool | None = None,
236
236
  ):
237
237
  """Hide the collection in this view layer
238
238
 
239
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
239
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
240
240
  :type execution_context: int | str | None
241
241
  :type undo: bool | None
242
242
  """
@@ -244,13 +244,13 @@ def collection_hide(
244
244
  ...
245
245
 
246
246
  def collection_hide_inside(
247
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
247
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
248
248
  execution_context: int | str | None = None,
249
249
  undo: bool | None = None,
250
250
  ):
251
251
  """Hide all the objects and collections inside the collection
252
252
 
253
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
253
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
254
254
  :type execution_context: int | str | None
255
255
  :type undo: bool | None
256
256
  """
@@ -258,13 +258,13 @@ def collection_hide_inside(
258
258
  ...
259
259
 
260
260
  def collection_hierarchy_delete(
261
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
261
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
262
262
  execution_context: int | str | None = None,
263
263
  undo: bool | None = None,
264
264
  ):
265
265
  """Delete selected collection hierarchies
266
266
 
267
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
267
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
268
268
  :type execution_context: int | str | None
269
269
  :type undo: bool | None
270
270
  """
@@ -272,13 +272,13 @@ def collection_hierarchy_delete(
272
272
  ...
273
273
 
274
274
  def collection_holdout_clear(
275
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
275
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
276
276
  execution_context: int | str | None = None,
277
277
  undo: bool | None = None,
278
278
  ):
279
279
  """Clear masking of collection in the active view layer
280
280
 
281
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
281
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
282
282
  :type execution_context: int | str | None
283
283
  :type undo: bool | None
284
284
  """
@@ -286,13 +286,13 @@ def collection_holdout_clear(
286
286
  ...
287
287
 
288
288
  def collection_holdout_set(
289
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
289
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
290
290
  execution_context: int | str | None = None,
291
291
  undo: bool | None = None,
292
292
  ):
293
293
  """Mask collection in the active view layer
294
294
 
295
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
295
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
296
296
  :type execution_context: int | str | None
297
297
  :type undo: bool | None
298
298
  """
@@ -300,13 +300,13 @@ def collection_holdout_set(
300
300
  ...
301
301
 
302
302
  def collection_indirect_only_clear(
303
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
303
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
304
304
  execution_context: int | str | None = None,
305
305
  undo: bool | None = None,
306
306
  ):
307
307
  """Clear collection contributing only indirectly in the view layer
308
308
 
309
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
309
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
310
310
  :type execution_context: int | str | None
311
311
  :type undo: bool | None
312
312
  """
@@ -314,13 +314,13 @@ def collection_indirect_only_clear(
314
314
  ...
315
315
 
316
316
  def collection_indirect_only_set(
317
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
317
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
318
318
  execution_context: int | str | None = None,
319
319
  undo: bool | None = None,
320
320
  ):
321
321
  """Set collection to only contribute indirectly (through shadows and reflections) in the view layer
322
322
 
323
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
323
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
324
324
  :type execution_context: int | str | None
325
325
  :type undo: bool | None
326
326
  """
@@ -328,13 +328,13 @@ def collection_indirect_only_set(
328
328
  ...
329
329
 
330
330
  def collection_instance(
331
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
331
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
332
332
  execution_context: int | str | None = None,
333
333
  undo: bool | None = None,
334
334
  ):
335
335
  """Instance selected collections to active scene
336
336
 
337
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
337
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
338
338
  :type execution_context: int | str | None
339
339
  :type undo: bool | None
340
340
  """
@@ -342,7 +342,7 @@ def collection_instance(
342
342
  ...
343
343
 
344
344
  def collection_isolate(
345
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
345
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
346
346
  execution_context: int | str | None = None,
347
347
  undo: bool | None = None,
348
348
  *,
@@ -350,7 +350,7 @@ def collection_isolate(
350
350
  ):
351
351
  """Hide all but this collection and its parents
352
352
 
353
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
353
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
354
354
  :type execution_context: int | str | None
355
355
  :type undo: bool | None
356
356
  :param extend: Extend, Extend current visible collections
@@ -360,13 +360,13 @@ def collection_isolate(
360
360
  ...
361
361
 
362
362
  def collection_link(
363
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
363
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
364
364
  execution_context: int | str | None = None,
365
365
  undo: bool | None = None,
366
366
  ):
367
367
  """Link selected collections to active scene
368
368
 
369
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
369
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
370
370
  :type execution_context: int | str | None
371
371
  :type undo: bool | None
372
372
  """
@@ -374,7 +374,7 @@ def collection_link(
374
374
  ...
375
375
 
376
376
  def collection_new(
377
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
377
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
378
378
  execution_context: int | str | None = None,
379
379
  undo: bool | None = None,
380
380
  *,
@@ -382,7 +382,7 @@ def collection_new(
382
382
  ):
383
383
  """Add a new collection inside selected collection
384
384
 
385
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
385
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
386
386
  :type execution_context: int | str | None
387
387
  :type undo: bool | None
388
388
  :param nested: Nested, Add as child of selected collection
@@ -392,13 +392,13 @@ def collection_new(
392
392
  ...
393
393
 
394
394
  def collection_objects_deselect(
395
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
395
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
396
396
  execution_context: int | str | None = None,
397
397
  undo: bool | None = None,
398
398
  ):
399
399
  """Deselect objects in collection
400
400
 
401
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
401
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
402
402
  :type execution_context: int | str | None
403
403
  :type undo: bool | None
404
404
  """
@@ -406,13 +406,13 @@ def collection_objects_deselect(
406
406
  ...
407
407
 
408
408
  def collection_objects_select(
409
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
409
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
410
410
  execution_context: int | str | None = None,
411
411
  undo: bool | None = None,
412
412
  ):
413
413
  """Select objects in collection
414
414
 
415
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
415
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
416
416
  :type execution_context: int | str | None
417
417
  :type undo: bool | None
418
418
  """
@@ -420,13 +420,13 @@ def collection_objects_select(
420
420
  ...
421
421
 
422
422
  def collection_show(
423
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
423
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
424
424
  execution_context: int | str | None = None,
425
425
  undo: bool | None = None,
426
426
  ):
427
427
  """Show the collection in this view layer
428
428
 
429
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
429
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
430
430
  :type execution_context: int | str | None
431
431
  :type undo: bool | None
432
432
  """
@@ -434,13 +434,13 @@ def collection_show(
434
434
  ...
435
435
 
436
436
  def collection_show_inside(
437
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
437
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
438
438
  execution_context: int | str | None = None,
439
439
  undo: bool | None = None,
440
440
  ):
441
441
  """Show all the objects and collections inside the collection
442
442
 
443
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
443
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
444
444
  :type execution_context: int | str | None
445
445
  :type undo: bool | None
446
446
  """
@@ -448,7 +448,7 @@ def collection_show_inside(
448
448
  ...
449
449
 
450
450
  def constraint_operation(
451
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
451
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
452
452
  execution_context: int | str | None = None,
453
453
  undo: bool | None = None,
454
454
  *,
@@ -456,7 +456,7 @@ def constraint_operation(
456
456
  ):
457
457
  """Undocumented, consider contributing.
458
458
 
459
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
459
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
460
460
  :type execution_context: int | str | None
461
461
  :type undo: bool | None
462
462
  :param type: Constraint Operation
@@ -466,7 +466,7 @@ def constraint_operation(
466
466
  ...
467
467
 
468
468
  def data_operation(
469
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
469
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
470
470
  execution_context: int | str | None = None,
471
471
  undo: bool | None = None,
472
472
  *,
@@ -474,7 +474,7 @@ def data_operation(
474
474
  ):
475
475
  """Undocumented, consider contributing.
476
476
 
477
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
477
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
478
478
  :type execution_context: int | str | None
479
479
  :type undo: bool | None
480
480
  :param type: Data Operation
@@ -484,13 +484,13 @@ def data_operation(
484
484
  ...
485
485
 
486
486
  def datastack_drop(
487
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
487
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
488
488
  execution_context: int | str | None = None,
489
489
  undo: bool | None = None,
490
490
  ):
491
491
  """Copy or reorder modifiers, constraints, and effects
492
492
 
493
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
493
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
494
494
  :type execution_context: int | str | None
495
495
  :type undo: bool | None
496
496
  """
@@ -498,7 +498,7 @@ def datastack_drop(
498
498
  ...
499
499
 
500
500
  def delete(
501
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
501
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
502
502
  execution_context: int | str | None = None,
503
503
  undo: bool | None = None,
504
504
  *,
@@ -506,7 +506,7 @@ def delete(
506
506
  ):
507
507
  """Delete selected objects and collections
508
508
 
509
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
509
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
510
510
  :type execution_context: int | str | None
511
511
  :type undo: bool | None
512
512
  :param hierarchy: Hierarchy, Delete child objects and collections
@@ -516,13 +516,13 @@ def delete(
516
516
  ...
517
517
 
518
518
  def drivers_add_selected(
519
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
519
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
520
520
  execution_context: int | str | None = None,
521
521
  undo: bool | None = None,
522
522
  ):
523
523
  """Add drivers to selected items
524
524
 
525
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
525
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
526
526
  :type execution_context: int | str | None
527
527
  :type undo: bool | None
528
528
  """
@@ -530,13 +530,13 @@ def drivers_add_selected(
530
530
  ...
531
531
 
532
532
  def drivers_delete_selected(
533
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
533
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
534
534
  execution_context: int | str | None = None,
535
535
  undo: bool | None = None,
536
536
  ):
537
537
  """Delete drivers assigned to selected items
538
538
 
539
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
539
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
540
540
  :type execution_context: int | str | None
541
541
  :type undo: bool | None
542
542
  """
@@ -544,13 +544,13 @@ def drivers_delete_selected(
544
544
  ...
545
545
 
546
546
  def expanded_toggle(
547
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
547
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
548
548
  execution_context: int | str | None = None,
549
549
  undo: bool | None = None,
550
550
  ):
551
551
  """Expand/Collapse all items
552
552
 
553
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
553
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
554
554
  :type execution_context: int | str | None
555
555
  :type undo: bool | None
556
556
  """
@@ -558,13 +558,13 @@ def expanded_toggle(
558
558
  ...
559
559
 
560
560
  def hide(
561
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
561
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
562
562
  execution_context: int | str | None = None,
563
563
  undo: bool | None = None,
564
564
  ):
565
565
  """Hide selected objects and collections
566
566
 
567
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
567
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
568
568
  :type execution_context: int | str | None
569
569
  :type undo: bool | None
570
570
  """
@@ -572,13 +572,13 @@ def hide(
572
572
  ...
573
573
 
574
574
  def highlight_update(
575
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
575
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
576
576
  execution_context: int | str | None = None,
577
577
  undo: bool | None = None,
578
578
  ):
579
579
  """Update the item highlight based on the current mouse position
580
580
 
581
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
581
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
582
582
  :type execution_context: int | str | None
583
583
  :type undo: bool | None
584
584
  """
@@ -586,13 +586,13 @@ def highlight_update(
586
586
  ...
587
587
 
588
588
  def id_copy(
589
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
589
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
590
590
  execution_context: int | str | None = None,
591
591
  undo: bool | None = None,
592
592
  ):
593
593
  """Copy the selected data-blocks to the internal clipboard
594
594
 
595
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
595
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
596
596
  :type execution_context: int | str | None
597
597
  :type undo: bool | None
598
598
  """
@@ -600,13 +600,13 @@ def id_copy(
600
600
  ...
601
601
 
602
602
  def id_delete(
603
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
603
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
604
604
  execution_context: int | str | None = None,
605
605
  undo: bool | None = None,
606
606
  ):
607
607
  """Delete the ID under cursor
608
608
 
609
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
609
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
610
610
  :type execution_context: int | str | None
611
611
  :type undo: bool | None
612
612
  """
@@ -614,7 +614,7 @@ def id_delete(
614
614
  ...
615
615
 
616
616
  def id_operation(
617
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
617
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
618
618
  execution_context: int | str | None = None,
619
619
  undo: bool | None = None,
620
620
  *,
@@ -635,7 +635,7 @@ def id_operation(
635
635
  ):
636
636
  """General data-block management operations
637
637
 
638
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
638
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
639
639
  :type execution_context: int | str | None
640
640
  :type undo: bool | None
641
641
  :param type: ID Data Operation
@@ -678,13 +678,13 @@ def id_operation(
678
678
  ...
679
679
 
680
680
  def id_paste(
681
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
681
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
682
682
  execution_context: int | str | None = None,
683
683
  undo: bool | None = None,
684
684
  ):
685
685
  """Paste data-blocks from the internal clipboard
686
686
 
687
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
687
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
688
688
  :type execution_context: int | str | None
689
689
  :type undo: bool | None
690
690
  """
@@ -692,7 +692,7 @@ def id_paste(
692
692
  ...
693
693
 
694
694
  def id_remap(
695
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
695
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
696
696
  execution_context: int | str | None = None,
697
697
  undo: bool | None = None,
698
698
  *,
@@ -743,7 +743,7 @@ def id_remap(
743
743
  ):
744
744
  """Undocumented, consider contributing.
745
745
 
746
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
746
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
747
747
  :type execution_context: int | str | None
748
748
  :type undo: bool | None
749
749
  :param id_type: ID Type
@@ -757,7 +757,7 @@ def id_remap(
757
757
  ...
758
758
 
759
759
  def item_activate(
760
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
760
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
761
761
  execution_context: int | str | None = None,
762
762
  undo: bool | None = None,
763
763
  *,
@@ -768,7 +768,7 @@ def item_activate(
768
768
  ):
769
769
  """Handle mouse clicks to select and activate items
770
770
 
771
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
771
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
772
772
  :type execution_context: int | str | None
773
773
  :type undo: bool | None
774
774
  :param extend: Extend, Extend selection for activation
@@ -784,13 +784,13 @@ def item_activate(
784
784
  ...
785
785
 
786
786
  def item_drag_drop(
787
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
787
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
788
788
  execution_context: int | str | None = None,
789
789
  undo: bool | None = None,
790
790
  ):
791
791
  """Drag and drop element to another place
792
792
 
793
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
793
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
794
794
  :type execution_context: int | str | None
795
795
  :type undo: bool | None
796
796
  """
@@ -798,7 +798,7 @@ def item_drag_drop(
798
798
  ...
799
799
 
800
800
  def item_openclose(
801
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
801
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
802
802
  execution_context: int | str | None = None,
803
803
  undo: bool | None = None,
804
804
  *,
@@ -806,7 +806,7 @@ def item_openclose(
806
806
  ):
807
807
  """Toggle whether item under cursor is enabled or closed
808
808
 
809
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
809
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
810
810
  :type execution_context: int | str | None
811
811
  :type undo: bool | None
812
812
  :param all: All, Close or open all items
@@ -816,7 +816,7 @@ def item_openclose(
816
816
  ...
817
817
 
818
818
  def item_rename(
819
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
819
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
820
820
  execution_context: int | str | None = None,
821
821
  undo: bool | None = None,
822
822
  *,
@@ -824,7 +824,7 @@ def item_rename(
824
824
  ):
825
825
  """Rename the active element
826
826
 
827
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
827
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
828
828
  :type execution_context: int | str | None
829
829
  :type undo: bool | None
830
830
  :param use_active: Use Active, Rename the active item, rather than the one the mouse is over
@@ -834,13 +834,13 @@ def item_rename(
834
834
  ...
835
835
 
836
836
  def keyingset_add_selected(
837
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
837
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
838
838
  execution_context: int | str | None = None,
839
839
  undo: bool | None = None,
840
840
  ):
841
841
  """Add selected items (blue-gray rows) to active Keying Set
842
842
 
843
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
843
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
844
844
  :type execution_context: int | str | None
845
845
  :type undo: bool | None
846
846
  """
@@ -848,13 +848,13 @@ def keyingset_add_selected(
848
848
  ...
849
849
 
850
850
  def keyingset_remove_selected(
851
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
851
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
852
852
  execution_context: int | str | None = None,
853
853
  undo: bool | None = None,
854
854
  ):
855
855
  """Remove selected items (blue-gray rows) from active Keying Set
856
856
 
857
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
857
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
858
858
  :type execution_context: int | str | None
859
859
  :type undo: bool | None
860
860
  """
@@ -862,7 +862,7 @@ def keyingset_remove_selected(
862
862
  ...
863
863
 
864
864
  def lib_operation(
865
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
865
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
866
866
  execution_context: int | str | None = None,
867
867
  undo: bool | None = None,
868
868
  *,
@@ -870,7 +870,7 @@ def lib_operation(
870
870
  ):
871
871
  """Undocumented, consider contributing.
872
872
 
873
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
873
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
874
874
  :type execution_context: int | str | None
875
875
  :type undo: bool | None
876
876
  :param type: Library Operation
@@ -889,13 +889,13 @@ def lib_operation(
889
889
  ...
890
890
 
891
891
  def lib_relocate(
892
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
892
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
893
893
  execution_context: int | str | None = None,
894
894
  undo: bool | None = None,
895
895
  ):
896
896
  """Relocate the library under cursor
897
897
 
898
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
898
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
899
899
  :type execution_context: int | str | None
900
900
  :type undo: bool | None
901
901
  """
@@ -903,7 +903,7 @@ def lib_relocate(
903
903
  ...
904
904
 
905
905
  def liboverride_operation(
906
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
906
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
907
907
  execution_context: int | str | None = None,
908
908
  undo: bool | None = None,
909
909
  *,
@@ -918,7 +918,7 @@ def liboverride_operation(
918
918
  ):
919
919
  """Create, reset or clear library override hierarchies
920
920
 
921
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
921
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
922
922
  :type execution_context: int | str | None
923
923
  :type undo: bool | None
924
924
  :param type: Library Override Operation
@@ -948,7 +948,7 @@ def liboverride_operation(
948
948
  ...
949
949
 
950
950
  def liboverride_troubleshoot_operation(
951
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
951
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
952
952
  execution_context: int | str | None = None,
953
953
  undo: bool | None = None,
954
954
  *,
@@ -963,7 +963,7 @@ def liboverride_troubleshoot_operation(
963
963
  ):
964
964
  """Advanced operations over library override to help fix broken hierarchies
965
965
 
966
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
966
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
967
967
  :type execution_context: int | str | None
968
968
  :type undo: bool | None
969
969
  :param type: Library Override Troubleshoot Operation
@@ -993,13 +993,13 @@ def liboverride_troubleshoot_operation(
993
993
  ...
994
994
 
995
995
  def material_drop(
996
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
996
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
997
997
  execution_context: int | str | None = None,
998
998
  undo: bool | None = None,
999
999
  ):
1000
1000
  """Drag material to object in Outliner
1001
1001
 
1002
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1002
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1003
1003
  :type execution_context: int | str | None
1004
1004
  :type undo: bool | None
1005
1005
  """
@@ -1007,7 +1007,7 @@ def material_drop(
1007
1007
  ...
1008
1008
 
1009
1009
  def modifier_operation(
1010
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1010
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1011
1011
  execution_context: int | str | None = None,
1012
1012
  undo: bool | None = None,
1013
1013
  *,
@@ -1015,7 +1015,7 @@ def modifier_operation(
1015
1015
  ):
1016
1016
  """Undocumented, consider contributing.
1017
1017
 
1018
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1018
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1019
1019
  :type execution_context: int | str | None
1020
1020
  :type undo: bool | None
1021
1021
  :param type: Modifier Operation
@@ -1025,7 +1025,7 @@ def modifier_operation(
1025
1025
  ...
1026
1026
 
1027
1027
  def object_operation(
1028
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1028
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1029
1029
  execution_context: int | str | None = None,
1030
1030
  undo: bool | None = None,
1031
1031
  *,
@@ -1034,7 +1034,7 @@ def object_operation(
1034
1034
  ):
1035
1035
  """Undocumented, consider contributing.
1036
1036
 
1037
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1037
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1038
1038
  :type execution_context: int | str | None
1039
1039
  :type undo: bool | None
1040
1040
  :param type: Object Operation
@@ -1059,13 +1059,13 @@ def object_operation(
1059
1059
  ...
1060
1060
 
1061
1061
  def operation(
1062
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1062
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1063
1063
  execution_context: int | str | None = None,
1064
1064
  undo: bool | None = None,
1065
1065
  ):
1066
1066
  """Context menu for item operations
1067
1067
 
1068
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1068
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1069
1069
  :type execution_context: int | str | None
1070
1070
  :type undo: bool | None
1071
1071
  """
@@ -1073,13 +1073,13 @@ def operation(
1073
1073
  ...
1074
1074
 
1075
1075
  def orphans_manage(
1076
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1076
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1077
1077
  execution_context: int | str | None = None,
1078
1078
  undo: bool | None = None,
1079
1079
  ):
1080
1080
  """Open a window to manage unused data
1081
1081
 
1082
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1082
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1083
1083
  :type execution_context: int | str | None
1084
1084
  :type undo: bool | None
1085
1085
  """
@@ -1087,7 +1087,7 @@ def orphans_manage(
1087
1087
  ...
1088
1088
 
1089
1089
  def orphans_purge(
1090
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1090
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1091
1091
  execution_context: int | str | None = None,
1092
1092
  undo: bool | None = None,
1093
1093
  *,
@@ -1097,7 +1097,7 @@ def orphans_purge(
1097
1097
  ):
1098
1098
  """Clear all orphaned data-blocks without any users from the file
1099
1099
 
1100
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1100
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1101
1101
  :type execution_context: int | str | None
1102
1102
  :type undo: bool | None
1103
1103
  :param do_local_ids: Local Data-blocks, Include unused local data-blocks into deletion
@@ -1111,13 +1111,13 @@ def orphans_purge(
1111
1111
  ...
1112
1112
 
1113
1113
  def parent_clear(
1114
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1114
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1115
1115
  execution_context: int | str | None = None,
1116
1116
  undo: bool | None = None,
1117
1117
  ):
1118
1118
  """Drag to clear parent in Outliner
1119
1119
 
1120
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1120
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1121
1121
  :type execution_context: int | str | None
1122
1122
  :type undo: bool | None
1123
1123
  """
@@ -1125,13 +1125,13 @@ def parent_clear(
1125
1125
  ...
1126
1126
 
1127
1127
  def parent_drop(
1128
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1128
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1129
1129
  execution_context: int | str | None = None,
1130
1130
  undo: bool | None = None,
1131
1131
  ):
1132
1132
  """Drag to parent in Outliner
1133
1133
 
1134
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1134
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1135
1135
  :type execution_context: int | str | None
1136
1136
  :type undo: bool | None
1137
1137
  """
@@ -1139,13 +1139,13 @@ def parent_drop(
1139
1139
  ...
1140
1140
 
1141
1141
  def scene_drop(
1142
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1142
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1143
1143
  execution_context: int | str | None = None,
1144
1144
  undo: bool | None = None,
1145
1145
  ):
1146
1146
  """Drag object to scene in Outliner
1147
1147
 
1148
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1148
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1149
1149
  :type execution_context: int | str | None
1150
1150
  :type undo: bool | None
1151
1151
  """
@@ -1153,7 +1153,7 @@ def scene_drop(
1153
1153
  ...
1154
1154
 
1155
1155
  def scene_operation(
1156
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1156
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1157
1157
  execution_context: int | str | None = None,
1158
1158
  undo: bool | None = None,
1159
1159
  *,
@@ -1161,7 +1161,7 @@ def scene_operation(
1161
1161
  ):
1162
1162
  """Context menu for scene operations
1163
1163
 
1164
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1164
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1165
1165
  :type execution_context: int | str | None
1166
1166
  :type undo: bool | None
1167
1167
  :param type: Scene Operation
@@ -1171,7 +1171,7 @@ def scene_operation(
1171
1171
  ...
1172
1172
 
1173
1173
  def scroll_page(
1174
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1174
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1175
1175
  execution_context: int | str | None = None,
1176
1176
  undo: bool | None = None,
1177
1177
  *,
@@ -1179,7 +1179,7 @@ def scroll_page(
1179
1179
  ):
1180
1180
  """Scroll page up or down
1181
1181
 
1182
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1182
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1183
1183
  :type execution_context: int | str | None
1184
1184
  :type undo: bool | None
1185
1185
  :param up: Up, Scroll up one page
@@ -1189,7 +1189,7 @@ def scroll_page(
1189
1189
  ...
1190
1190
 
1191
1191
  def select_all(
1192
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1192
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1193
1193
  execution_context: int | str | None = None,
1194
1194
  undo: bool | None = None,
1195
1195
  *,
@@ -1197,7 +1197,7 @@ def select_all(
1197
1197
  ):
1198
1198
  """Toggle the Outliner selection of items
1199
1199
 
1200
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1200
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1201
1201
  :type execution_context: int | str | None
1202
1202
  :type undo: bool | None
1203
1203
  :param action: Action, Selection action to execute
@@ -1219,7 +1219,7 @@ def select_all(
1219
1219
  ...
1220
1220
 
1221
1221
  def select_box(
1222
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1222
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1223
1223
  execution_context: int | str | None = None,
1224
1224
  undo: bool | None = None,
1225
1225
  *,
@@ -1233,7 +1233,7 @@ def select_box(
1233
1233
  ):
1234
1234
  """Use box selection to select tree elements
1235
1235
 
1236
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1236
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1237
1237
  :type execution_context: int | str | None
1238
1238
  :type undo: bool | None
1239
1239
  :param tweak: Tweak, Tweak gesture from empty space for box selection
@@ -1264,7 +1264,7 @@ def select_box(
1264
1264
  ...
1265
1265
 
1266
1266
  def select_walk(
1267
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1267
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1268
1268
  execution_context: int | str | None = None,
1269
1269
  undo: bool | None = None,
1270
1270
  *,
@@ -1274,7 +1274,7 @@ def select_walk(
1274
1274
  ):
1275
1275
  """Use walk navigation to select tree elements
1276
1276
 
1277
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1277
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1278
1278
  :type execution_context: int | str | None
1279
1279
  :type undo: bool | None
1280
1280
  :param direction: Walk Direction, Select/Deselect element in this direction
@@ -1288,13 +1288,13 @@ def select_walk(
1288
1288
  ...
1289
1289
 
1290
1290
  def show_active(
1291
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1291
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1292
1292
  execution_context: int | str | None = None,
1293
1293
  undo: bool | None = None,
1294
1294
  ):
1295
1295
  """Open up the tree and adjust the view so that the active object is shown centered
1296
1296
 
1297
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1297
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1298
1298
  :type execution_context: int | str | None
1299
1299
  :type undo: bool | None
1300
1300
  """
@@ -1302,13 +1302,13 @@ def show_active(
1302
1302
  ...
1303
1303
 
1304
1304
  def show_hierarchy(
1305
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1305
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1306
1306
  execution_context: int | str | None = None,
1307
1307
  undo: bool | None = None,
1308
1308
  ):
1309
1309
  """Open all object entries and close all others
1310
1310
 
1311
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1311
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1312
1312
  :type execution_context: int | str | None
1313
1313
  :type undo: bool | None
1314
1314
  """
@@ -1316,7 +1316,7 @@ def show_hierarchy(
1316
1316
  ...
1317
1317
 
1318
1318
  def show_one_level(
1319
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1319
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1320
1320
  execution_context: int | str | None = None,
1321
1321
  undo: bool | None = None,
1322
1322
  *,
@@ -1324,7 +1324,7 @@ def show_one_level(
1324
1324
  ):
1325
1325
  """Expand/collapse all entries by one level
1326
1326
 
1327
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1327
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1328
1328
  :type execution_context: int | str | None
1329
1329
  :type undo: bool | None
1330
1330
  :param open: Open, Expand all entries one level deep
@@ -1334,13 +1334,13 @@ def show_one_level(
1334
1334
  ...
1335
1335
 
1336
1336
  def start_filter(
1337
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1337
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1338
1338
  execution_context: int | str | None = None,
1339
1339
  undo: bool | None = None,
1340
1340
  ):
1341
1341
  """Start entering filter text
1342
1342
 
1343
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1343
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1344
1344
  :type execution_context: int | str | None
1345
1345
  :type undo: bool | None
1346
1346
  """
@@ -1348,13 +1348,13 @@ def start_filter(
1348
1348
  ...
1349
1349
 
1350
1350
  def unhide_all(
1351
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1351
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1352
1352
  execution_context: int | str | None = None,
1353
1353
  undo: bool | None = None,
1354
1354
  ):
1355
1355
  """Unhide all objects and collections
1356
1356
 
1357
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1357
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1358
1358
  :type execution_context: int | str | None
1359
1359
  :type undo: bool | None
1360
1360
  """