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
@@ -7,7 +7,7 @@ GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
9
  def actionzone(
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 actionzone(
15
15
  ):
16
16
  """Handle area action zones for mouse actions/gestures
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 modifier: Modifier, Modifier state
@@ -25,7 +25,7 @@ def actionzone(
25
25
  ...
26
26
 
27
27
  def animation_cancel(
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
  *,
@@ -33,7 +33,7 @@ def animation_cancel(
33
33
  ):
34
34
  """Cancel animation, returning to the original frame
35
35
 
36
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
36
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
37
37
  :type execution_context: int | str | None
38
38
  :type undo: bool | None
39
39
  :param restore_frame: Restore Frame, Restore the frame when animation was initialized
@@ -43,7 +43,7 @@ def animation_cancel(
43
43
  ...
44
44
 
45
45
  def animation_play(
46
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
46
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
47
47
  execution_context: int | str | None = None,
48
48
  undo: bool | None = None,
49
49
  *,
@@ -52,7 +52,7 @@ def animation_play(
52
52
  ):
53
53
  """Play animation
54
54
 
55
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
55
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
56
56
  :type execution_context: int | str | None
57
57
  :type undo: bool | None
58
58
  :param reverse: Play in Reverse, Animation is played backwards
@@ -64,13 +64,13 @@ def animation_play(
64
64
  ...
65
65
 
66
66
  def animation_step(
67
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
67
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
68
68
  execution_context: int | str | None = None,
69
69
  undo: bool | None = None,
70
70
  ):
71
71
  """Step through animation by position
72
72
 
73
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
73
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
74
74
  :type execution_context: int | str | None
75
75
  :type undo: bool | None
76
76
  """
@@ -78,13 +78,13 @@ def animation_step(
78
78
  ...
79
79
 
80
80
  def area_close(
81
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
81
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
82
82
  execution_context: int | str | None = None,
83
83
  undo: bool | None = None,
84
84
  ):
85
85
  """Close selected area
86
86
 
87
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
87
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
88
88
  :type execution_context: int | str | None
89
89
  :type undo: bool | None
90
90
  """
@@ -92,13 +92,13 @@ def area_close(
92
92
  ...
93
93
 
94
94
  def area_dupli(
95
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
95
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
96
96
  execution_context: int | str | None = None,
97
97
  undo: bool | None = None,
98
98
  ):
99
99
  """Duplicate selected area into new window
100
100
 
101
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
101
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
102
102
  :type execution_context: int | str | None
103
103
  :type undo: bool | None
104
104
  """
@@ -106,7 +106,7 @@ def area_dupli(
106
106
  ...
107
107
 
108
108
  def area_join(
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
  *,
@@ -115,7 +115,7 @@ def area_join(
115
115
  ):
116
116
  """Join selected areas into new window
117
117
 
118
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
118
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
119
119
  :type execution_context: int | str | None
120
120
  :type undo: bool | None
121
121
  :param source_xy: Source location
@@ -127,7 +127,7 @@ def area_join(
127
127
  ...
128
128
 
129
129
  def area_move(
130
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
130
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
131
131
  execution_context: int | str | None = None,
132
132
  undo: bool | None = None,
133
133
  *,
@@ -137,7 +137,7 @@ def area_move(
137
137
  ):
138
138
  """Move selected area edges
139
139
 
140
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
140
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
141
141
  :type execution_context: int | str | None
142
142
  :type undo: bool | None
143
143
  :param x: X
@@ -151,13 +151,13 @@ def area_move(
151
151
  ...
152
152
 
153
153
  def area_options(
154
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
154
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
155
155
  execution_context: int | str | None = None,
156
156
  undo: bool | None = None,
157
157
  ):
158
158
  """Operations for splitting and merging
159
159
 
160
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
160
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
161
161
  :type execution_context: int | str | None
162
162
  :type undo: bool | None
163
163
  """
@@ -165,7 +165,7 @@ def area_options(
165
165
  ...
166
166
 
167
167
  def area_split(
168
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
168
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
169
169
  execution_context: int | str | None = None,
170
170
  undo: bool | None = None,
171
171
  *,
@@ -175,7 +175,7 @@ def area_split(
175
175
  ):
176
176
  """Split selected area into new windows
177
177
 
178
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
178
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
179
179
  :type execution_context: int | str | None
180
180
  :type undo: bool | None
181
181
  :param direction: Direction
@@ -189,7 +189,7 @@ def area_split(
189
189
  ...
190
190
 
191
191
  def area_swap(
192
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
192
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
193
193
  execution_context: int | str | None = None,
194
194
  undo: bool | None = None,
195
195
  *,
@@ -197,7 +197,7 @@ def area_swap(
197
197
  ):
198
198
  """Swap selected areas screen positions
199
199
 
200
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
200
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
201
201
  :type execution_context: int | str | None
202
202
  :type undo: bool | None
203
203
  :param cursor: Cursor
@@ -207,13 +207,13 @@ def area_swap(
207
207
  ...
208
208
 
209
209
  def back_to_previous(
210
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
210
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
211
211
  execution_context: int | str | None = None,
212
212
  undo: bool | None = None,
213
213
  ):
214
214
  """Revert back to the original screen layout, before fullscreen area overlay
215
215
 
216
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
216
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
217
217
  :type execution_context: int | str | None
218
218
  :type undo: bool | None
219
219
  """
@@ -221,13 +221,13 @@ def back_to_previous(
221
221
  ...
222
222
 
223
223
  def delete(
224
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
224
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
225
225
  execution_context: int | str | None = None,
226
226
  undo: bool | None = None,
227
227
  ):
228
228
  """Delete active screen
229
229
 
230
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
230
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
231
231
  :type execution_context: int | str | None
232
232
  :type undo: bool | None
233
233
  """
@@ -235,13 +235,13 @@ def delete(
235
235
  ...
236
236
 
237
237
  def drivers_editor_show(
238
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
238
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
239
239
  execution_context: int | str | None = None,
240
240
  undo: bool | None = None,
241
241
  ):
242
242
  """Show drivers editor in a separate window
243
243
 
244
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
244
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
245
245
  :type execution_context: int | str | None
246
246
  :type undo: bool | None
247
247
  """
@@ -249,7 +249,7 @@ def drivers_editor_show(
249
249
  ...
250
250
 
251
251
  def frame_jump(
252
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
252
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
253
253
  execution_context: int | str | None = None,
254
254
  undo: bool | None = None,
255
255
  *,
@@ -257,7 +257,7 @@ def frame_jump(
257
257
  ):
258
258
  """Jump to first/last frame in frame range
259
259
 
260
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
260
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
261
261
  :type execution_context: int | str | None
262
262
  :type undo: bool | None
263
263
  :param end: Last Frame, Jump to the last frame of the frame range
@@ -267,7 +267,7 @@ def frame_jump(
267
267
  ...
268
268
 
269
269
  def frame_offset(
270
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
270
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
271
271
  execution_context: int | str | None = None,
272
272
  undo: bool | None = None,
273
273
  *,
@@ -275,7 +275,7 @@ def frame_offset(
275
275
  ):
276
276
  """Move current frame forward/backward by a given number
277
277
 
278
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
278
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
279
279
  :type execution_context: int | str | None
280
280
  :type undo: bool | None
281
281
  :param delta: Delta
@@ -285,13 +285,13 @@ def frame_offset(
285
285
  ...
286
286
 
287
287
  def header_toggle_menus(
288
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
288
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
289
289
  execution_context: int | str | None = None,
290
290
  undo: bool | None = None,
291
291
  ):
292
292
  """Expand or collapse the header pulldown menus
293
293
 
294
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
294
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
295
295
  :type execution_context: int | str | None
296
296
  :type undo: bool | None
297
297
  """
@@ -299,13 +299,13 @@ def header_toggle_menus(
299
299
  ...
300
300
 
301
301
  def info_log_show(
302
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
302
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
303
303
  execution_context: int | str | None = None,
304
304
  undo: bool | None = None,
305
305
  ):
306
306
  """Show info log in a separate window
307
307
 
308
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
308
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
309
309
  :type execution_context: int | str | None
310
310
  :type undo: bool | None
311
311
  """
@@ -313,7 +313,7 @@ def info_log_show(
313
313
  ...
314
314
 
315
315
  def keyframe_jump(
316
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
316
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
317
317
  execution_context: int | str | None = None,
318
318
  undo: bool | None = None,
319
319
  *,
@@ -321,7 +321,7 @@ def keyframe_jump(
321
321
  ):
322
322
  """Jump to previous/next keyframe
323
323
 
324
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
324
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
325
325
  :type execution_context: int | str | None
326
326
  :type undo: bool | None
327
327
  :param next: Next Keyframe
@@ -331,7 +331,7 @@ def keyframe_jump(
331
331
  ...
332
332
 
333
333
  def marker_jump(
334
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
334
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
335
335
  execution_context: int | str | None = None,
336
336
  undo: bool | None = None,
337
337
  *,
@@ -339,7 +339,7 @@ def marker_jump(
339
339
  ):
340
340
  """Jump to previous/next marker
341
341
 
342
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
342
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
343
343
  :type execution_context: int | str | None
344
344
  :type undo: bool | None
345
345
  :param next: Next Marker
@@ -349,13 +349,13 @@ def marker_jump(
349
349
  ...
350
350
 
351
351
  def new(
352
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
352
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
353
353
  execution_context: int | str | None = None,
354
354
  undo: bool | None = None,
355
355
  ):
356
356
  """Add a new screen
357
357
 
358
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
358
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
359
359
  :type execution_context: int | str | None
360
360
  :type undo: bool | None
361
361
  """
@@ -363,13 +363,13 @@ def new(
363
363
  ...
364
364
 
365
365
  def redo_last(
366
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
366
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
367
367
  execution_context: int | str | None = None,
368
368
  undo: bool | None = None,
369
369
  ):
370
370
  """Display parameters for last action performed
371
371
 
372
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
372
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
373
373
  :type execution_context: int | str | None
374
374
  :type undo: bool | None
375
375
  """
@@ -377,13 +377,13 @@ def redo_last(
377
377
  ...
378
378
 
379
379
  def region_blend(
380
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
380
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
381
381
  execution_context: int | str | None = None,
382
382
  undo: bool | None = None,
383
383
  ):
384
384
  """Blend in and out overlapping region
385
385
 
386
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
386
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
387
387
  :type execution_context: int | str | None
388
388
  :type undo: bool | None
389
389
  """
@@ -391,13 +391,13 @@ def region_blend(
391
391
  ...
392
392
 
393
393
  def region_context_menu(
394
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
394
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
395
395
  execution_context: int | str | None = None,
396
396
  undo: bool | None = None,
397
397
  ):
398
398
  """Display region context menu
399
399
 
400
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
400
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
401
401
  :type execution_context: int | str | None
402
402
  :type undo: bool | None
403
403
  """
@@ -405,13 +405,13 @@ def region_context_menu(
405
405
  ...
406
406
 
407
407
  def region_flip(
408
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
408
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
409
409
  execution_context: int | str | None = None,
410
410
  undo: bool | None = None,
411
411
  ):
412
412
  """Toggle the region's alignment (left/right or top/bottom)
413
413
 
414
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
414
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
415
415
  :type execution_context: int | str | None
416
416
  :type undo: bool | None
417
417
  """
@@ -419,13 +419,13 @@ def region_flip(
419
419
  ...
420
420
 
421
421
  def region_quadview(
422
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
422
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
423
423
  execution_context: int | str | None = None,
424
424
  undo: bool | None = None,
425
425
  ):
426
426
  """Split selected area into camera, front, right, and top views
427
427
 
428
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
428
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
429
429
  :type execution_context: int | str | None
430
430
  :type undo: bool | None
431
431
  """
@@ -433,13 +433,13 @@ def region_quadview(
433
433
  ...
434
434
 
435
435
  def region_scale(
436
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
436
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
437
437
  execution_context: int | str | None = None,
438
438
  undo: bool | None = None,
439
439
  ):
440
440
  """Scale selected area
441
441
 
442
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
442
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
443
443
  :type execution_context: int | str | None
444
444
  :type undo: bool | None
445
445
  """
@@ -447,7 +447,7 @@ def region_scale(
447
447
  ...
448
448
 
449
449
  def region_toggle(
450
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
450
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
451
451
  execution_context: int | str | None = None,
452
452
  undo: bool | None = None,
453
453
  *,
@@ -473,7 +473,7 @@ def region_toggle(
473
473
  ):
474
474
  """Hide or unhide the region
475
475
 
476
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
476
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
477
477
  :type execution_context: int | str | None
478
478
  :type undo: bool | None
479
479
  :param region_type: Region Type, Type of the region to toggle
@@ -483,7 +483,7 @@ def region_toggle(
483
483
  ...
484
484
 
485
485
  def repeat_history(
486
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
486
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
487
487
  execution_context: int | str | None = None,
488
488
  undo: bool | None = None,
489
489
  *,
@@ -491,7 +491,7 @@ def repeat_history(
491
491
  ):
492
492
  """Display menu for previous actions performed
493
493
 
494
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
494
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
495
495
  :type execution_context: int | str | None
496
496
  :type undo: bool | None
497
497
  :param index: Index
@@ -501,13 +501,13 @@ def repeat_history(
501
501
  ...
502
502
 
503
503
  def repeat_last(
504
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
504
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
505
505
  execution_context: int | str | None = None,
506
506
  undo: bool | None = None,
507
507
  ):
508
508
  """Repeat last action
509
509
 
510
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
510
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
511
511
  :type execution_context: int | str | None
512
512
  :type undo: bool | None
513
513
  """
@@ -515,7 +515,7 @@ def repeat_last(
515
515
  ...
516
516
 
517
517
  def screen_full_area(
518
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
518
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
519
519
  execution_context: int | str | None = None,
520
520
  undo: bool | None = None,
521
521
  *,
@@ -523,7 +523,7 @@ def screen_full_area(
523
523
  ):
524
524
  """Toggle display selected area as fullscreen/maximized
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
  :param use_hide_panels: Hide Panels, Hide all the panels
@@ -533,7 +533,7 @@ def screen_full_area(
533
533
  ...
534
534
 
535
535
  def screen_set(
536
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
536
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
537
537
  execution_context: int | str | None = None,
538
538
  undo: bool | None = None,
539
539
  *,
@@ -541,7 +541,7 @@ def screen_set(
541
541
  ):
542
542
  """Cycle through available screens
543
543
 
544
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
544
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
545
545
  :type execution_context: int | str | None
546
546
  :type undo: bool | None
547
547
  :param delta: Delta
@@ -551,7 +551,7 @@ def screen_set(
551
551
  ...
552
552
 
553
553
  def screenshot(
554
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
554
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
555
555
  execution_context: int | str | None = None,
556
556
  undo: bool | None = None,
557
557
  *,
@@ -586,7 +586,7 @@ def screenshot(
586
586
  ):
587
587
  """Capture a picture of the whole Blender window
588
588
 
589
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
589
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
590
590
  :type execution_context: int | str | None
591
591
  :type undo: bool | None
592
592
  :param filepath: File Path, Path to file
@@ -656,7 +656,7 @@ def screenshot(
656
656
  ...
657
657
 
658
658
  def screenshot_area(
659
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
659
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
660
660
  execution_context: int | str | None = None,
661
661
  undo: bool | None = None,
662
662
  *,
@@ -691,7 +691,7 @@ def screenshot_area(
691
691
  ):
692
692
  """Capture a picture of an editor
693
693
 
694
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
694
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
695
695
  :type execution_context: int | str | None
696
696
  :type undo: bool | None
697
697
  :param filepath: File Path, Path to file
@@ -761,7 +761,7 @@ def screenshot_area(
761
761
  ...
762
762
 
763
763
  def space_context_cycle(
764
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
764
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
765
765
  execution_context: int | str | None = None,
766
766
  undo: bool | None = None,
767
767
  *,
@@ -769,7 +769,7 @@ def space_context_cycle(
769
769
  ):
770
770
  """Cycle through the editor context by activating the next/previous one
771
771
 
772
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
772
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
773
773
  :type execution_context: int | str | None
774
774
  :type undo: bool | None
775
775
  :param direction: Direction, Direction to cycle through
@@ -779,7 +779,7 @@ def space_context_cycle(
779
779
  ...
780
780
 
781
781
  def space_type_set_or_cycle(
782
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
782
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
783
783
  execution_context: int | str | None = None,
784
784
  undo: bool | None = None,
785
785
  *,
@@ -808,7 +808,7 @@ def space_type_set_or_cycle(
808
808
  ):
809
809
  """Set the space type or cycle subtype
810
810
 
811
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
811
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
812
812
  :type execution_context: int | str | None
813
813
  :type undo: bool | None
814
814
  :param space_type: Type
@@ -818,13 +818,13 @@ def space_type_set_or_cycle(
818
818
  ...
819
819
 
820
820
  def spacedata_cleanup(
821
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
821
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
822
822
  execution_context: int | str | None = None,
823
823
  undo: bool | None = None,
824
824
  ):
825
825
  """Remove unused settings for invisible editors
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
  """
@@ -832,7 +832,7 @@ def spacedata_cleanup(
832
832
  ...
833
833
 
834
834
  def userpref_show(
835
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
835
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
836
836
  execution_context: int | str | None = None,
837
837
  undo: bool | None = None,
838
838
  *,
@@ -857,7 +857,7 @@ def userpref_show(
857
857
  ):
858
858
  """Edit user preferences and system settings
859
859
 
860
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
860
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
861
861
  :type execution_context: int | str | None
862
862
  :type undo: bool | None
863
863
  :param section: Section to activate in the Preferences
@@ -867,7 +867,7 @@ def userpref_show(
867
867
  ...
868
868
 
869
869
  def workspace_cycle(
870
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
870
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
871
871
  execution_context: int | str | None = None,
872
872
  undo: bool | None = None,
873
873
  *,
@@ -875,7 +875,7 @@ def workspace_cycle(
875
875
  ):
876
876
  """Cycle through workspaces
877
877
 
878
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
878
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
879
879
  :type execution_context: int | str | None
880
880
  :type undo: bool | None
881
881
  :param direction: Direction, Direction to cycle through
@@ -7,7 +7,7 @@ GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
9
  def execute_preset(
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 execute_preset(
16
16
  ):
17
17
  """Load a preset
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 filepath: filepath
@@ -28,7 +28,7 @@ def execute_preset(
28
28
  ...
29
29
 
30
30
  def python_file_run(
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 python_file_run(
36
36
  ):
37
37
  """Run Python file
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 filepath: Path
@@ -46,13 +46,13 @@ def python_file_run(
46
46
  ...
47
47
 
48
48
  def reload(
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
  ):
53
53
  """Reload scripts
54
54
 
55
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
55
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
56
56
  :type execution_context: int | str | None
57
57
  :type undo: bool | None
58
58
  """